PHPackages                             sqits/laravel-gripp - 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. sqits/laravel-gripp

ActiveLibrary[API Development](/categories/api)

sqits/laravel-gripp
===================

Laravel wrapper for the gripp api

0.1(6y ago)035[1 issues](https://github.com/sqits/laravel-gripp/issues)MITPHPPHP ^7.2

Since Sep 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/sqits/laravel-gripp)[ Packagist](https://packagist.org/packages/sqits/laravel-gripp)[ RSS](/packages/sqits-laravel-gripp/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Laravel wrapper for the Gripp api v3
====================================

[](#laravel-wrapper-for-the-gripp-api-v3)

Installation and usage
----------------------

[](#installation-and-usage)

This package requires PHP 7.2 and Laravel 5.6 or higher. Install the package by running the following command in your console;

```
composer require sqits/laravel-gripp --dev
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Sqits\Gripp\GrippServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [

    /*
     * Define the default Gripp api uri.
     */

    'domain' => env('GRIPP_DOMAIN', 'https://api.gripp.com/'),

    /*
     * Define the Gripp api key.
     */

    'api_key' => env('GRIPP_API_KEY', null),
];
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Security
--------

[](#security)

If you discover any security-related issues, please [email](mailto:info@sqits.nl) to  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Sqits](https://github.com/sqits)
- [Milan Jansen](https://github.com/MilanJn)
- [Ruud Schaaphuizen](https://github.com/rschaaphuizen)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2443d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/6abbf8d1640aa378a0c78b27895f9ffb9a0842639ed214dc5281e37af8eac4e8?d=identicon)[MilanJn](/maintainers/MilanJn)

---

Top Contributors

[![MilanJn](https://avatars.githubusercontent.com/u/54810394?v=4)](https://github.com/MilanJn "MilanJn (5 commits)")

---

Tags

laravelGrippgripp\_connector

### Embed Badge

![Health badge](/badges/sqits-laravel-gripp/health.svg)

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[nickurt/laravel-postcodeapi

Universal PostcodeApi for Laravel 11.x/12.x/13.x

97221.2k](/packages/nickurt-laravel-postcodeapi)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[spinen/laravel-clickup

SPINEN's Laravel Package for ClickUp.

282.2k](/packages/spinen-laravel-clickup)

PHPackages © 2026

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