njimedia / quorumapi
Client API for the Quorum public affairs service
v1.0-beta.1
2019-06-21 14:16 UTC
Requires
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^8.2
This package is auto-updated.
Last update: 2024-10-19 22:17:29 UTC
README
An API for interacting with Quorum public affairs services.
API Explorer: https://www.quorum.us/api
Example
$quorum = new NJIMedia\QuorumAPI\Client('username', 'apikey' );
$is_valid = $quorum->validate();
Todo
Much of the client API is not complete. Currently this client handles only a few basic subscriber interactions.
Contributing
Pull requests welcome. phpcs.standard: PSR2