Skip to content

arjanwestdorp/laravel-imaginary-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel imaginary client

Latest Stable Version License Build Status Quality Score Coverage

This package is a Laravel implementation of the imaginary client.More information about this client can be found on https://github.com/arjanwestdorp/imaginary-client

Installation

The recommended way to install the client is through composer:

composer require arjanwestdorp/imaginary-client

Register the service provider and optionally the facade:

// config/app.php
 
'providers' => [
    ...
    ArjanWestdorp\Imaginary\Laravel\ImaginaryServiceProvider::class,
];
 
'aliases' => [
    ...
    'Imaginary' => ArjanWestdorp\Imaginary\Laravel\Imaginary::class,
];

Finally you'll need to add these two keys to your .env file:

IMAGINARY_CLIENT=
IMAGINARY_URL=

Optionally you can publish the config file:

php artisan vendor:publish --provider="ArjanWestdorp\Imaginary\Laravel\ImaginaryServiceProvider" --tag="config"

Security

If you discover any security issues, please email arjanwestdorp@gmail.com instead of creating an issue.

Credits

License

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

About

A laravel implementation of the imaginary client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages