PHPackages                             mopo922/laravel-treats - 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. mopo922/laravel-treats

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

mopo922/laravel-treats
======================

A collection of goodies for Laravel 5.

v2.0.4(8y ago)108481.9k↓25.7%30[5 issues](https://github.com/mopo922/LaravelTreats/issues)[4 PRs](https://github.com/mopo922/LaravelTreats/pulls)1MITLessPHP &gt;=7.0

Since Nov 18Pushed 4y ago7 watchersCompare

[ Source](https://github.com/mopo922/LaravelTreats)[ Packagist](https://packagist.org/packages/mopo922/laravel-treats)[ Docs](https://github.com/mopo922/LaravelTreats)[ RSS](/packages/mopo922-laravel-treats/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (1)Versions (13)Used By (1)

LaravelTreats
=============

[](#laraveltreats)

A collection of goodies for Laravel 5.

❗ This project is no longer maintained. ❗Installation
------------

[](#installation)

Add this to your project's composer.json file:

```
    // ...
    "require": {
        // ...
        "mopo922/laravel-treats": "^1.0",
        // ...
    },
    // ...
```

Then run `composer update`. That's it!

Components
----------

[](#components)

- [Controllers](src/Controller)
- [Eloquent Models](src/Model)
- [View Template](README_views.md)

Service Provider
----------------

[](#service-provider)

The LaravelTreatsServiceProvider is not required for all LaravelTreats features, but does provide an interface for some benefits like the [ready-made view layout](README_views.md).

Simply add the LaravelTreatsServiceProvider to the `providers` array in `config/app.php`:

```
'providers' => [
    // Other Service Providers

    LaravelTreats\LaravelTreatsServiceProvider::class,
],
```

If you plan to take advantage of the default view layout, publish the necessary files to your `app` and `resources` directories by running the following command from your project's root directory:

```
php artisan vendor:publish
```

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity53

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 81.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~51 days

Recently: every ~57 days

Total

12

Last Release

2951d ago

Major Versions

v1.1.4 → v2.0.02017-10-17

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1744373?v=4)[Mark Potter](/maintainers/mopo922)[@mopo922](https://github.com/mopo922)

---

Top Contributors

[![mopo922](https://avatars.githubusercontent.com/u/1744373?v=4)](https://github.com/mopo922 "mopo922 (9 commits)")[![brad-jones](https://avatars.githubusercontent.com/u/2754772?v=4)](https://github.com/brad-jones "brad-jones (2 commits)")

---

Tags

apiweblaraveleloquentcontrollersl5models

### Embed Badge

![Health badge](/badges/mopo922-laravel-treats/health.svg)

```
[![Health](https://phpackages.com/badges/mopo922-laravel-treats/health.svg)](https://phpackages.com/packages/mopo922-laravel-treats)
```

###  Alternatives

[mtolhuys/laravel-schematics

A interface to help you build your models

1.5k90.6k1](/packages/mtolhuys-laravel-schematics)[dolphiq/laravel-aescrypt

AES encrypt and decrypt Eloquent attributes inspired by elocryptfive

171.7k](/packages/dolphiq-laravel-aescrypt)[pursehouse/modeler-laravel-eloquent

Generate model classes for Eloquent in Laravel

112.5k](/packages/pursehouse-modeler-laravel-eloquent)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
