PHPackages                             marcus-campos/dealer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. marcus-campos/dealer

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

marcus-campos/dealer
====================

A new way to get data from Laravel ORM (Eloquent)

v0.1.3(6y ago)8102[1 issues](https://github.com/marcus-campos/dealer/issues)MITPHPPHP ^7.1

Since Apr 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/marcus-campos/dealer)[ Packagist](https://packagist.org/packages/marcus-campos/dealer)[ Docs](https://github.com/marcus-campos/dealer)[ RSS](/packages/marcus-campos-dealer/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (4)Versions (6)Used By (0)

Dealer - Easily search for data with all the power of Eloquent
==============================================================

[](#dealer---easily-search-for-data-with-all-the-power-of-eloquent)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8fd9bc7fd8880bf9358b46b93f3cd61450b3df4a4ed538a2dd08572159d4094e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61726375732d63616d706f732f6465616c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marcus-campos/dealer)[![Build Status](https://camo.githubusercontent.com/908ccb7f41cc60e5286502a2f419a89075c9868319649f2f2ee1526a9c6cf561/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d61726375732d63616d706f732f6465616c65722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/marcus-campos/dealer)[![Quality Score](https://camo.githubusercontent.com/91467fbfcb79fa560f7812b35066246c7089e1e727e31f36ef13774ff32c82c7/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6d61726375732d63616d706f732f6465616c65722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/marcus-campos/dealer)[![PHPPackages Rank](https://camo.githubusercontent.com/840484108941b4a966ccdd95bb548180ccd3cccbb6d1b7e76414866b41314631/687474703a2f2f7068707061636b616765732e6f72672f702f6d61726375732d63616d706f732f6465616c65722f62616467652f72616e6b2e737667)](http://phppackages.org/p/marcus-campos/dealer)

There is no need for much implementation, just create an endpoint for your searches and start the server of your application and write your query.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require marcus-campos/dealer
```

Publish the package configuration:

```
php artisan vendor:publish --provider="MarcusCampos\Dealer\DealerServiceProvider"
```

Usage
-----

[](#usage)

Create a Controller. E.g:

```
