ggdx / php-insightly
PHP SDK for Insightly CRM API
1.0.2
2016-11-22 20:10 UTC
Requires
- php: >=5.5.9
- guzzlehttp/guzzle: ^6.2
This package is auto-updated.
Last update: 2024-11-24 05:27:23 UTC
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