PHPackages                             lasserafn/laravel-economic - 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. [API Development](/categories/api)
4. /
5. lasserafn/laravel-economic

ActiveLibrary[API Development](/categories/api)

lasserafn/laravel-economic
==========================

Economic REST wrapper for Laravel

4.1(3y ago)1118.5k↓40.7%10[3 issues](https://github.com/LasseRafn/laravel-economic/issues)MITPHPPHP &gt;=7.3

Since Dec 5Pushed 3y ago4 watchersCompare

[ Source](https://github.com/LasseRafn/laravel-economic)[ Packagist](https://packagist.org/packages/lasserafn/laravel-economic)[ RSS](/packages/lasserafn-laravel-economic/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (95)Used By (0)

Laravel e-conomic REST wrapper
==============================

[](#laravel-e-conomic-rest-wrapper)

 [![Total Downloads](https://camo.githubusercontent.com/790e5f7c34f0269e02259c9e762f66f5c0e65d866470d48623d5581c44e04532/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4c617373655261666e2f6c61726176656c2d65636f6e6f6d69632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/LasseRafn/laravel-economic)[![Latest Stable Version](https://camo.githubusercontent.com/deb7f26043ab9b16bf420afda71c8f381726f44064b219c0abda8436967dbec1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4c617373655261666e2f6c61726176656c2d65636f6e6f6d69632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/LasseRafn/laravel-economic)[![License](https://camo.githubusercontent.com/a0382c8e9416de09cf7f4ddffd12cd1bdce80878ba019bfa9affdafaa51cae1a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f4c617373655261666e2f6c61726176656c2d65636f6e6f6d69632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/LasseRafn/laravel-economic)[![StyleCI Status](https://camo.githubusercontent.com/03e9cc30c04b071ea0e5f32a234f5009e5755943ac6b793116cf3577606a13c7/68747470733a2f2f7374796c6563692e696f2f7265706f732f37353632303430382f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/75620408)

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

[](#installation)

1. Require using composer

```
composer require lasserafn/laravel-economic
```

In Laravel 5.5, and above, the package will auto-register the service provider. In Laravel 5.4 you must install this service provider.

2. Add the EconomicServiceProvider to your `config/app.php` providers array.

```
