njimedia / quorumapi
Client API for the Quorum public affairs service
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
pkg:composer/njimedia/quorumapi
Requires
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^8.2
This package is auto-updated.
Last update: 2025-09-20 00:38:38 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