code-bureau / firstagenda-php-client
This is a API wrapper for the FirstAgenda API.
Installs: 82
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/code-bureau/firstagenda-php-client
Requires
- php: ^8.0
- ext-json: *
- guzzlehttp/guzzle: ^7.0
- nesbot/carbon: ^2.43
- tightenco/collect: ^8.19
- vlucas/phpdotenv: ^5.2
Requires (Dev)
- phpunit/phpunit: ^9.5
README
FirstAgenda-php-client is an API client for accessing the FirstAgenda API. The goal of this project is to enable developers to access the API in a simple and consistent manner.
Usage
The project can be installed via composer with this command:
composer require code-bureau/firstagenda-php-client
after the installation, the project is initialized as such:
use CodeBureau\FirstAgendaApi\FirstAgendaService;
...
$this->service = new FirstAgendaService($clientId, $clientSecret);