kasl / sendpulse-rest-api-php
SendPulse REST client library
Installs: 7 010
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 85
Open Issues: 0
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: >=4.8 < 6.0
This package is not auto-updated.
Last update: 2025-02-01 21:30:38 UTC
README
This is a SendPulse api client
Installing via Composer
composer require kasl/sendpulse-rest-api-php '~1.0'
Through composer.json:
"require": {
"kasl/sendpulse-rest-api-php": "~1.0"
}
Usage
See interface class for explore api ApiInterface.php
Example
See examples in the example
folder