2017 © Pedro Peláez
 

helper laravel-api-responses

Api response helper for Laravel.

image

wboyz/laravel-api-responses

Api response helper for Laravel.

  • Sunday, April 24, 2016
  • by nalatreb
  • Repository
  • 2 Watchers
  • 2 Stars
  • 730 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 1 % Grown

The README.md

Laravel API Responses

License Latest Stable Version, (*1)

This is a helper package based on the Laracasts Incremental APIs tutorial series for returning correctly formed json responses for API calls., (*2)

Installation

Require this package with composer:, (*3)

composer require wboyz/laravel-api-responses

After updating composer, add the ServiceProvider to the providers array in config/app.php:, (*4)

Laravel 5.x:

WBoyz\LaravelApiResponses\WResponseServiceProvider::class,

If you want to use the facade, add this to your facades in app.php:, (*5)

'WResp' => WBoyz\LaravelApiResponses\Facades\WResponse::class,

Usage

You can return responses using the Facade (when added), using the supported methods:, (*6)

public function index() {
    return WResp::respondNotFound('Not Found!');
}

You can now return responses using the global helper function wresponse:, (*7)

public function index() {
    return wresponse()->respondNotFound('Not Found!');
}

The Versions

24/04 2016

dev-master

9999999-dev https://github.com/wboyz/laravel-api-responses

Api response helper for Laravel.

  Sources   Download

MIT

The Requires

 

by Bertalan Verebelyi
by Csaba Verebelyi

laravel api helper

24/04 2016

v0.5.2

0.5.2.0 https://github.com/wboyz/laravel-api-responses

Api response helper for Laravel.

  Sources   Download

MIT

The Requires

 

by Bertalan Verebelyi
by Csaba Verebelyi

laravel api helper

24/04 2016

v0.5.1

0.5.1.0 https://github.com/wboyz/laravel-api-responses

Api response helper for Laravel.

  Sources   Download

MIT

The Requires

 

by Bertalan Verebelyi
by Csaba Verebelyi

laravel api helper

24/04 2016

v0.5.0

0.5.0.0 https://github.com/wboyz/laravel-api-responses

Api response helper for Laravel.

  Sources   Download

MIT

The Requires

 

by Bertalan Verebelyi
by Csaba Verebelyi

laravel api helper

22/04 2016

v0.4.2

0.4.2.0 https://github.com/wboyz/laravel-api-responses

Api response helper for Laravel.

  Sources   Download

MIT

The Requires

 

by Bertalan Verebelyi
by Csaba Verebelyi

laravel api helper

10/04 2016

v0.4.1

0.4.1.0 https://github.com/wboyz/laravel-api-responses

Api response helper for Laravel.

  Sources   Download

MIT

The Requires

 

by Bertalan Verebelyi
by Csaba Verebelyi

laravel api helper

10/04 2016

v0.4.0

0.4.0.0 https://github.com/wboyz/laravel-api-responses

Api response helper for Laravel.

  Sources   Download

MIT

The Requires

 

by Bertalan Verebelyi
by Csaba Verebelyi

laravel api helper

02/04 2016

v0.3.1

0.3.1.0 https://github.com/wboyz/laravel-api-responses

Api response helper for Laravel.

  Sources   Download

MIT

The Requires

 

by Bertalan Verebelyi
by Csaba Verebelyi

laravel api helper

02/04 2016

0.3.0

0.3.0.0 https://github.com/wboyz/laravel-api-responses

Api response helper for Laravel.

  Sources   Download

MIT

The Requires

 

by Bertalan Verebelyi
by Csaba Verebelyi

laravel api helper

30/03 2016

0.1.0

0.1.0.0 https://github.com/wboyz/laravel-api-responses

Api response helper for Laravel.

  Sources   Download

MIT

The Requires

 

by Bertalan Verebelyi
by Csaba Verebelyi

laravel api helper