shohag/zoho-crm-api-installer

Zoho CRM API 项目启动器。使用它来轻松快速地创建新项目。

安装: 76

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 2

开放问题: 0

类型:项目

0.1.1 2019-11-22 17:08 UTC

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 端口。

认证

  1. 访问 /gen.php 例如:https://:900/gen.php
  2. 创建客户端应用
  3. config.php 文件中填写应用凭据。
  4. 点击 授权 链接授权应用并生成令牌。
  5. 访问 index.php