interconnecta/zoho-crm
最新稳定版本:0.9.0
Composer 安装命令:
composer require interconnecta/zoho-crm
包简介
README 文档
README
- Get yourself a Zoho CRM account.
- Register your application
- PHP >= 5.6.4
- Laravel >= 5.4
Installation
Add Zoho CRM to your composer file via the composer require command:
$ composer require interconnecta/zoho-crm
Or add it to composer.json manually:
"require": { "interconnecta/zoho-crm": "0.6.*" }
Zoho CRM's service providers will be automatically registered using Laravel's auto-discovery feature.
Configuration
The defaults configuration settings are set in config/zoho-crm.php. Copy this file to your own config directory to modify the values. You can publish the config using this command:
$ php artisan zoho-crm:install
You'll need to add the following variables to your .env file. Use the credentials previously obtained registering your application.
ZOHO_CRM_CLIENT_ID= ZOHO_CRM_CLIENT_SECRET= ZOHO_CRM_REDIRECT_URI= ZOHO_CRM_CURRENT_USER_EMAIL=
Then, follow the next steps:
- Go to Zoho CRM Developer Console.
- Under the Client previously registered, click the vertical three points then
Self Client. - Enter the default scope , then click
View Code
aaaserver.profile.READ,ZohoCRM.modules.ALL,ZohoCRM.settings.ALL
If you want to apply a different scope, see the link
- Copy the generated code.
Finally, run the following command:
$ php artisan zoho-crm:setup
Enter the previously generated code.
Zoho CRM is ready to use.
Roadmap
You can find the latest development roadmap for this package here. Feel free to open an issue if you have a feature request.
License
MIT License. Copyright (c) 2012-2019, InterConnecta
Support
Contact:
interconnecta.com
it@interconnecta.com
+1-646-760-4090, ext. 205
interconnecta/zoho-crm 适用场景与选型建议
interconnecta/zoho-crm 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.3k 次下载、GitHub Stars 达 2, 最近一次更新时间为 2019 年 09 月 16 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「crm」 「laravel」 「Zoho」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 interconnecta/zoho-crm 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 interconnecta/zoho-crm 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 interconnecta/zoho-crm 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A PHP client for the Salesforce SOAP API
This package contains code to help you copy ZohoCRM records directly into your database.
Command-line utility for Vtiger CRM.
Zoho Sign v1 API PHP Wrapper - PHP 7.4 Ready
Library for Kommo (AmoCRM)
Laravel Package for capsule CRM integration
统计信息
- 总下载量: 1.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-16