Skip to content

PHP Client for Spotler (spotler.nl) with support for Laravel 5.5 and higher

License

Notifications You must be signed in to change notification settings

steffjenl/spotler-client

Repository files navigation

spotler-client

Build Status

PHP Client for Spotler (spotler.nl) with support for Laravel 5.5 and higher

Installation

Install the package using composer:

composer require steffjenl/spotler-client

On Laravel versions before 5.5 you also need to add the service provider to config/app.php manually:

    Spotler\SpotlerServiceProvider::class,

Then add this in config/services.php:

        'spotler' => [
            'consumerKey'         => env('SPOTLER_CONSUMERKEY'),
            'consumerSecret'      => env('SPOTLER_CONSUMERSECRET'),
        ],

Finally, add the fields SPOTLER_CONSUMERKEY, SPOTLER_CONSUMERSECRET to your .env file with the appropriate credentials.

About

PHP Client for Spotler (spotler.nl) with support for Laravel 5.5 and higher

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages