code-bureau/firstagenda-php-client

这是一个用于FirstAgenda API的API封装器。

v0.5.1 2023-05-09 08:27 UTC

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