Skip to content

ggdx/insightly-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Insightly

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

About

PHP client library for Insightly web API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%