e96 / campaign-commander-member
Campaign Commander Notifcation Messaging class
1.1.2.1
2015-07-21 10:10 UTC
This package is not auto-updated.
Last update: 2024-10-26 19:27:11 UTC
README
Campaign Commander Member is the stuff you need to manage your Campaign Commander Memberlists.
About
PHP Campaign Commander Member is a (wrapper)class to communicate with the Campaign Commander Member MEMBER API.
License
PHP Campaign Commander Member is BSD licensed.
Documentation
The class is well documented inline. If you use a decent IDE you'll see that each method is documented with PHPDoc. More documentation can be found on http://classes.verkoyen.eu/campaigncommandermember/docs.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist e96/campaign-commander-member "*"
or add
"e96/campaign-commander-member": "*"
to the require section of your composer.json
file.