code-bureau / firstagenda-php-client
这是一个用于FirstAgenda API的API封装器。
v0.5.1
2023-05-09 08:27 UTC
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 是访问 FirstAgenda API 的客户端。此项目的目标是使开发者能够以简单和一致的方式访问API。
用法
可以通过以下命令使用 composer 安装该项目
composer require code-bureau/firstagenda-php-client
安装后,项目初始化如下
use CodeBureau\FirstAgendaApi\FirstAgendaService;
...
$this->service = new FirstAgendaService($clientId, $clientSecret);