2017 © Pedro Peláez
 

library laravel-imaginary-client

A laravel implementation of the imaginary client

image

arjanwestdorp/laravel-imaginary-client

A laravel implementation of the imaginary client

  • Thursday, May 17, 2018
  • by arjanwestdorp
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1,829 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 30 % Grown

The README.md

Laravel imaginary client

Latest Stable Version License Build Status Quality Score Coverage, (*1)

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, (*2)

Installation

The recommended way to install the client is through composer:, (*3)

composer require arjanwestdorp/imaginary-client

Register the service provider and optionally the facade:, (*4)

// 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:, (*5)

IMAGINARY_CLIENT=
IMAGINARY_URL=

Optionally you can publish the config file:, (*6)

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., (*7)

Credits

License

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

The Versions

17/05 2018

dev-master

9999999-dev

A laravel implementation of the imaginary client

  Sources   Download

MIT

The Requires

 

The Development Requires

17/05 2018

1.1.2

1.1.2.0

A laravel implementation of the imaginary client

  Sources   Download

MIT

The Requires

 

The Development Requires

04/05 2018

1.1.1

1.1.1.0

A laravel implementation of the imaginary client

  Sources   Download

MIT

The Requires

 

The Development Requires

31/05 2017

1.1.0

1.1.0.0

A laravel implementation of the imaginary client

  Sources   Download

MIT

The Requires

 

The Development Requires

31/05 2017

dev-develop

dev-develop

A laravel implementation of the imaginary client

  Sources   Download

MIT

The Requires

 

The Development Requires

12/05 2017

1.0.3

1.0.3.0

A laravel implementation of the imaginary client

  Sources   Download

MIT

The Requires

 

The Development Requires

11/05 2017

1.0.2

1.0.2.0

A laravel implementation of the imaginary client

  Sources   Download

MIT

The Requires

 

The Development Requires

10/05 2017

1.0.1

1.0.1.0

A laravel implementation of the imaginary client

  Sources   Download

MIT

The Requires

 

The Development Requires

10/05 2017

1.0.0

1.0.0.0

A laravel implementation of the imaginary client

  Sources   Download

MIT

The Requires

 

The Development Requires