e96/campaign-commander-member

Campaign Commander Notifcation Messaging class

Installs: 794

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 13

Forks: 3

pkg:composer/e96/campaign-commander-member

1.1.2.1 2015-07-21 10:10 UTC

This package is not auto-updated.

Last update: 2025-09-28 00:08: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.