2017 © Pedro Peláez
 

library laravel-api-query-handler

Laravel API Query Handler Package.

image

luciano-jr/laravel-api-query-handler

Laravel API Query Handler Package.

  • Monday, February 19, 2018
  • by luciano-jr
  • Repository
  • 1 Watchers
  • 1 Stars
  • 135 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 9 Versions
  • 16 % Grown

The README.md

Laravel API query handler

Codacy Badge, (*1)

This Laravel package helps to handle a query request properly, (*2)

Synopsis

In order to help, (*3)

Code Example

Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise., (*4)

Motivation

A short description of the motivation behind the creation and maintenance of the project. This should explain why the project exists., (*5)

Installation

Require this package with composer using the following command:, (*6)

composer require luciano-jr/laravel-api-query-handler

After updating composer, add the service provider to the providers array in config/app.php, (*7)

LucianoJr\LaravelAPIQueryHandler\Providers\LaravelApiQueryHandlerServiceProvider::class,

Configuration File

If you use Lumen please skip this step, (*8)

If you want to change the default parameters, run this command on the terminal in order to publish the vendor config file:, (*9)

php artisan vendor:publish --provider="Lucianor\LaravelApiQueryHandler\Providers\LaravelApiQueryHandlerServiceProvider", (*10)

Usage

    public function index(Request $request)
    {
        $collection = $this->repository->all();

        $collectionHandler = new CollectionHandler($collection, $request);
        $collectionHandler->handle();
    }

Tests

Describe and show how to run the tests with code examples., (*11)

Contributors

Let people know how they can dive into the project, include important links to things like issue trackers, irc, twitter accounts if applicable., (*12)

License

The Laravel API query handler is open-sourced software licensed under the MIT license., (*13)

The Versions

19/02 2018

dev-master

9999999-dev

Laravel API Query Handler Package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Luciano Junior

laravel api collection eloquent data query handler l5.5

19/02 2018

1.0.6

1.0.6.0

Laravel API Query Handler Package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Luciano Junior

laravel api collection eloquent data query handler l5.5

19/02 2018

1.0.5

1.0.5.0

Laravel API Query Handler Package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Luciano Junior

laravel api collection eloquent data query handler l5.5

16/10 2017

1.0.4

1.0.4.0

Laravel API Query Handler Package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Luciano Junior

laravel api collection eloquent data query handler l5.5

16/10 2017

1.0.3

1.0.3.0

Laravel API Query Handler Package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Luciano Junior

laravel api collection eloquent data query handler l5.5

16/10 2017

1.0.2

1.0.2.0

Laravel API Query Handler Package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Luciano Junior

laravel api collection eloquent data query handler l5.5

16/10 2017

1.0.1

1.0.1.0

Laravel API Query Handler Package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Luciano Junior

laravel api collection eloquent data query handler l5.5

16/10 2017

0.0.1

0.0.1.0

Laravel API Query Handler Package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Luciano Junior

laravel api collection eloquent data query handler l5.5

16/10 2017

1.0.0

1.0.0.0

Laravel API Query Handler Package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Luciano Junior

laravel api collection eloquent data query handler l5.5