shohag / zoho-crm-api-installer
Zoho CRM API 项目启动器。使用它来轻松快速地创建新项目。
0.1.1
2019-11-22 17:08 UTC
Requires
- zohocrm/php-sdk: ^2.0
This package is auto-updated.
Last update: 2024-09-23 05:15:01 UTC
README
用于操作 Zoho CRM API v2 的 PHP 项目启动器。
安装
运行
composer create-project shohag/zoho-crm-api-installer my-new-project
或下载或克隆存储库,cd
进入项目文件夹并运行
composer install
运行项目
运行
cd my-new-project
php serve
这将打开本地的服务器在 900 端口。
认证
- 访问 /gen.php 例如:https://:900/gen.php
- 创建客户端应用
- 在
config.php
文件中填写应用凭据。 - 点击 授权 链接授权应用并生成令牌。
- 访问
index.php