Adds Communibase API support to Wordpress.
Communibase is a paid service for community/association/club/society membership administration. See https://www.communibase.nl for connection details.
This plugin currently adds a setting screen for setting the API-key / host and a WP_Communibase_Connector
delegate that can be used to access the API.
WP_Communibase_Connector
delegates to the Communibase PHP API Connector. The delegate currently only adds a Transient_API caching layer and a few convenience methods. It is possible to use the \Communibase\Connector
directly.
Status: wip, pre-org-internal
- WP Plugin Reqs https://codex.wordpress.org/Writing_a_Plugin
- WP Coding Standards https://make.wordpress.org/core/handbook/best-practices/coding-standards/
- Wordpress Plugin Registration
- CI (wercker?)
- tests (against top x (5?) wordpress versions)
- generate readme.txt from README.md (?)
- build & publish dist to wordpress plugin directory