ggdx/php-insightly
Composer 安装命令:
composer require ggdx/php-insightly
包简介
PHP SDK for Insightly CRM API
关键字:
README 文档
README
Getting started
Composer
composer require ggdx/php-insightly
Example:
$insightly = new Insightly($api_key, $api_version) // $api_version is optional, v2.2 is default $insightly->getContacts();
Documentation will follow but for now, all methods are fully documented in the code.
For $data arrays, please see Insightly API Docs for requirements. For the most part, Insightly is pretty flexible with "required" data but there are certain situations where a minimum dataset is required.
For the Laravel 5 service provider, look here
统计信息
- 总下载量: 990
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-17