Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 2.22 KB

README.md

File metadata and controls

56 lines (36 loc) · 2.22 KB

Insightly CRM PHP Client

Latest Version Software License Build Status SensioLabs Insight Code Coverage Quality Score Total Downloads

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.

Install

Via Composer

$ composer require iolson/insightly-php

Usage

Coming Soon!

Testing

Test suite, include integration testing, and requires a valid API key for Insightly CRM.

  1. Create a FREE account at Insightly CRM.
  2. Login and Goto User Settings.
  3. 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

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.