PHPackages                             ggdx/laravel-insightly - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ggdx/laravel-insightly

ActiveLibrary[API Development](/categories/api)

ggdx/laravel-insightly
======================

Laravel 5 service provider for Insightly CRM API

1.0.3.10(9y ago)5204↓100%3[1 PRs](https://github.com/ggdx/LaravelInsightly/pulls)MITPHPPHP &gt;=5.5.9

Since Nov 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ggdx/LaravelInsightly)[ Packagist](https://packagist.org/packages/ggdx/laravel-insightly)[ RSS](/packages/ggdx-laravel-insightly/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (2)Versions (14)Used By (0)

LaravelInsightly
================

[](#laravelinsightly)

Getting started
---------------

[](#getting-started)

### Composer

[](#composer)

`composer require ggdx/laravel-insightly`

### Laravel

[](#laravel)

Add the provider:

```
'providers' => [
    GGDX\LaravelInsightly\InsightlyServiceProvider::class,
]

```

Add the facade:

```
'aliases' => [
    'Insightly' => GGDX\LaravelInsightly\InsightlyFacade::class,
]

```

Generate the config file:

```
php artisan vendor:publish

```

If using version control, add `INSIGHTLY_KEY=your_key` to the .env or add your key directly to config/insightly.php

---

### Example:

[](#example)

```
use Insightly;

```

and then

```
Insightly::getContacts();

```

... or if you prefer dependency injection ...

```
use Insightly;

private $insightly;

public function __construct(Insightly $insightly)
{
    $this->insightly = $insightly;
}

```

and then in some method

```
$this->insightly->getContacts();

```

More info
---------

[](#more-info)

[See the SDK repository](https://github.com/ggdx/insightly-php)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

13

Last Release

3458d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bde4d1070f6b3e95a92a3a2e3ab9f0471cccbf51f34adf765149683862d0b52f?d=identicon)[Gingerdan](/maintainers/Gingerdan)

---

Top Contributors

[![ggdx](https://avatars.githubusercontent.com/u/10199447?v=4)](https://github.com/ggdx "ggdx (62 commits)")

---

Tags

laravelcrminsightly

### Embed Badge

![Health badge](/badges/ggdx-laravel-insightly/health.svg)

```
[![Health](https://phpackages.com/badges/ggdx-laravel-insightly/health.svg)](https://phpackages.com/packages/ggdx-laravel-insightly)
```

###  Alternatives

[aimeos/aimeos-laravel

Cloud native, API first Laravel eCommerce package with integrated AI for ultra-fast online shops, marketplaces and complex B2B projects

8.6k214.7k3](/packages/aimeos-aimeos-laravel)[cloudcreativity/laravel-json-api

JSON API (jsonapi.org) support for Laravel applications.

7881.1M5](/packages/cloudcreativity-laravel-json-api)[kirschbaum-development/laravel-openapi-validator

Automatic OpenAPI validation for Laravel HTTP tests

581.1M5](/packages/kirschbaum-development-laravel-openapi-validator)[davispeixoto/laravel5-salesforce

Laravel 5 Salesforce Force.com PHP Toolkit port

47142.8k1](/packages/davispeixoto-laravel5-salesforce)[asciisd/zoho

Asciisd Zoho provide an elegant and easy way to communicate with Zoho CRM.

3751.9k](/packages/asciisd-zoho)[dotzero/laravel-amocrm

ServiceProvider и Facade для Laravel 5 предоставляющие интеграцию с API amoCRM

3229.2k](/packages/dotzero-laravel-amocrm)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
