Skip to content

sqits/laravel-gripp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel wrapper for the Gripp api v3

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

Please see CHANGELOG for more information what has changed recently.

Security

If you discover any security-related issues, please email to info@sqits.nl instead of using the issue tracker.

Credits

License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages