PHPackages                             larafun/suite - 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. larafun/suite

ActiveLibrary[API Development](/categories/api)

larafun/suite
=============

A collection of classes and traits that will make you Laravel API workflow even more awesome!

v8.1.0(4y ago)12.5k1MITPHPPHP ^8.0CI failing

Since Jan 22Pushed 4y agoCompare

[ Source](https://github.com/larafun/suite)[ Packagist](https://packagist.org/packages/larafun/suite)[ RSS](/packages/larafun-suite/feed)WikiDiscussions v8.1.x Synced 3d ago

READMEChangelogDependencies (6)Versions (14)Used By (1)

Larafun Suite
=============

[](#larafun-suite)

[![Build Status](https://github.com/larafun/suite/workflows/Testing/badge.svg)](https://github.com/larafun/suite/actions)[![Docs Status](https://camo.githubusercontent.com/8202c8fd5ae1966f204cd262eac9f876f290c6389137cce3960354af3d79079c/68747470733a2f2f696d672e736869656c64732e696f2f72656164746865646f63732f6c61726166756e2d7375697465)](https://larafun-suite.readthedocs.io)[![Latest Stable Version](https://camo.githubusercontent.com/64940038498bd4d23d6fa5ff99dae1f1649f98814a2abec03550caeed89daaa9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726166756e2f7375697465)](https://packagist.org/packages/larafun/suite)[![License](https://camo.githubusercontent.com/fb58fcdd6d0617799ed223d1c9cedab5153483c9d22ce5727f4a226b165ff1f9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726166756e2f7375697465)](https://packagist.org/packages/larafun/suite)[![Total Downloads](https://camo.githubusercontent.com/4502f0e19620a42a9bc758576313e6dd197288361d12bb6574b0e337055b26c0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726166756e2f7375697465)](https://packagist.org/packages/larafun/suite)

A small collection of classes and traits that will make your Laravel API development even more awesome!

Check out the full documentation in here [larafun-suite.readthedocs.io](https://larafun-suite.readthedocs.io)

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

[](#installation)

Requires PHP &gt; 7.0, Laravel &gt; 5.5

```
composer require larafun/suite
```

Basic Usage
-----------

[](#basic-usage)

Just make your Models extend `Larafun\Suite\Model` instead of `use Illuminate\Database\Eloquent\Model`

```
