Skip to content

Code-Bureau/firstagenda-php-client

Repository files navigation

FirstAgenda-php-client

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);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages