zohocrm/php-sdk-4.0

Zoho CRM API SDK for PHP

安装: 218

依赖: 0

建议: 0

安全: 0

星标: 1

关注者: 2

分支: 1

类型:sdk

5.0.0 2023-07-31 14:42 UTC

This package is auto-updated.

Last update: 2024-08-30 01:07:04 UTC


README

Zoho CRM PHP SDK 允许开发者轻松创建可以与 Zoho CRM 集成的客户端 PHP 应用程序。此 SDK 作为 REST API 的包装器,使得访问和使用 Zoho CRM 的服务变得更容易。通过 OAuth2.0 进行 CRM API 访问的认证,并通过 PHP SDK 简化认证过程。授权和访问/刷新令牌在 SDK 代码中生成和管理,消除了在 Zoho CRM 和客户端应用程序之间同步数据时手动处理的必要性。

此存储库包含 Zoho CRM API v4 的 PHP SDK。有关为该 API 版本发布的 SDK 版本详细信息,请参阅 版本

许可证

Copyright (c) 2021, ZOHO CORPORATION PRIVATE LIMITED 
All rights reserved. 

Licensed under the Apache License, Version 2.0 (the "License"); 
you may not use this file except in compliance with the License. 
You may obtain a copy of the License at 

    https://apache.ac.cn/licenses/LICENSE-2.0 

Unless required by applicable law or agreed to in writing, software 
distributed under the License is distributed on an "AS IS" BASIS, 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
See the License for the specific language governing permissions and 
limitations under the License.

最新版本

对于旧版本,请 参考

将 SDK 包含到项目中

您可以使用 Composer 将 SDK 包含到项目中。要安装 PHP SDK 的最新 版本,导航到客户端应用程序的工作区并运行以下命令。

composer require zohocrm/php-sdk-4.0:5.0.0

这样,PHP SDK 将被安装,并在客户端应用程序的工作区中创建一个名为 vendor 的包。

有关更多详细信息,请参阅此处。 此处