A comprehensive PHP library for Insightly CRM
This package is supported by Ian Olson and is not affiliated with Insightly CRM. The package requires PHP 5.5.9+ and follows the FIG standards PSR-1, PSR-2 and PSR-4 to ensure a high level of interoperability between shared PHP developers.
Via Composer
$ composer require iolson/insightly-php
Coming Soon!
Test suite, include integration testing, and requires a valid API key for Insightly CRM.
- Create a FREE account at Insightly CRM.
- Login and Goto
User Settings
. - Copy your
API KEY
.
$ INSIGHTLY_API_KEY=<API KEY> ./vendor/bin/phpunit
By default the tests will send live HTTP requests to the Inisghtly CRM API. If you are without internet connection you can skip these tests by excluding the integration
group.
$ ./vendor/bin/phpunit --exclude-group integration
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.