2017 © Pedro Peláez
 

library laravel-festivus

Festivus: A Guzzle-based REST client for Laravel with packaged service descriptions.

image

fortean/laravel-festivus

Festivus: A Guzzle-based REST client for Laravel with packaged service descriptions.

  • Saturday, April 4, 2015
  • by bmwalter68
  • Repository
  • 1 Watchers
  • 10 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Festivus for the REST of us... A Guzzle-based REST client for Laravel 5 with packaged service descriptions.

Festivus provides a Laravel 5 Facade wrapping Guzzle with helpers that make it drop-dead simple to use. Eloquent models can be hydrated from service calls and APIs are defined by service descriptions. What more could you ask for? An aluminum pole?, (*1)

Contents

Installation

Add laravel-festivus to your composer.json file:, (*2)

"require": {
  "laravel-festivus": "5.0.*"
}

Use composer to install this package., (*3)

$ composer update

Registering the Package

Register the service provider within the providers array found in app/config/app.php:, (*4)

'providers' => array(
    // ...

    'Fortean\Festivus\FestivusServiceProvider'
)

Add an alias within the aliases array found in app/config/app.php:, (*5)

'aliases' => array(
    // ...

    'Festivus' => 'Fortean\Festivus\Facade\Festivus',
)

Thanks

Thanks to the Guzzle crew for making such an awesome client! Without you guys, I'd still be hand-coding silly REST calls!, (*6)

License

This library is licensed under the MIT license., (*7)

The Versions

04/04 2015

dev-master

9999999-dev https://github.com/fortean/laravel-festivus

Festivus: A Guzzle-based REST client for Laravel with packaged service descriptions.

  Sources   Download

MIT

The Requires

 

by Bruce Walter

laravel rest guzzle festivus

04/04 2015

5.0.0

5.0.0.0 https://github.com/fortean/laravel-festivus

Festivus: A Guzzle-based REST client for Laravel with packaged service descriptions.

  Sources   Download

MIT

The Requires

 

by Bruce Walter

laravel rest guzzle festivus

04/04 2015

dev-develop

dev-develop https://github.com/fortean/laravel-festivus

Festivus: A Guzzle-based REST client for Laravel with packaged service descriptions.

  Sources   Download

MIT

The Requires

 

by Bruce Walter

laravel rest guzzle festivus

04/04 2015

4.0.0

4.0.0.0 https://github.com/fortean/laravel-festivus

Festivus: A Guzzle-based REST client for Laravel with packaged service descriptions.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bruce Walter

laravel rest guzzle festivus