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 2w ago

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 18% 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

2492d ago

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/54810394?v=4)[MilanJn](/maintainers/MilanJn)[@MilanJn](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M925](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M218](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)[aimeos/aimeos-headless

Aimeos headless ecommerce system

2.5k2.3k](/packages/aimeos-aimeos-headless)

PHPackages © 2026

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