WP Manifestindependent plugin directory
manifest / integrations / wp-remp-connector

WP REMP Connector

This plugin will provide functions to connect and retrieve API data from https://github.com/remp2020/crm-skeleton

by Peter PayteR Gašparík · github.com/payter/wp-remp-connector

3stars
1.6kcomposer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/payter/wp-remp-connector/archive/refs/heads/master.zip

Also on Packagist as payter/wp-remp-connector:

composer require payter/wp-remp-connector

From the readme

WP REMP Connector plugin for Wordpress This plugin will provide functions to connect and retrieve API data from REMP CRM. Installation Download this package from this repository and copy it into /wp-content/plugins directory of your WP installation and run composer install in this folder to download vendors. Then go to the administration panel and activate plugin in plugins admin section. If you use Bedrock WP installation, just install it by composer command and that's all: Configuration Plugin provide several PHP Constants and one that is mandatory to configure. Please add this into wp-config.php and set your current REMP CRM domain. Please check other constants to configure in wp-remp-user-helper.php Functions to use Plugin use functional programming - so all functionality is encapsuled in functions and ready to use. All functionality is PHP files that are located in lib directory. Api functions API functions that connects and retrieve data from REMP CRM API. Most useful function to use: Cache functions Cache functions for storing of results. It's important to store results in cache becauseAPI connection is expensive operation. You can substitute this function by

Read the full README on GitHub →

Releases

TagPublished
0.2.0 Apr 4, 2024

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.