PHPackages                             jrb-y/simple - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jrb-y/simple

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jrb-y/simple
============

Simple and tiny useful packages for Laravel!

01PHP

Since Feb 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/JRB-y/laravel-simple)[ Packagist](https://packagist.org/packages/jrb-y/simple)[ RSS](/packages/jrb-y-simple/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

[![](https://camo.githubusercontent.com/4b94ec6020c813ca450a5406d953c26eec4a173bbfc7b48b10cfd272440f8355/68747470733a2f2f692e6962622e636f2f6d5363684277712f556e7469746c65642d312e6a7067)](https://camo.githubusercontent.com/4b94ec6020c813ca450a5406d953c26eec4a173bbfc7b48b10cfd272440f8355/68747470733a2f2f692e6962622e636f2f6d5363684277712f556e7469746c65642d312e6a7067)

 **Boost your laravel workflow with SIMPLE and useful tiny packages**

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

[](#installation)

1 - To install Simple:

```
composer require jrb-y/simple
```

2 - If you use Laravel +5.0 no need to register the Service Provider, else you need to register it manually.
In `config/app.php` add the provider:

```
Jrb\Simple\SimpleServiceProvider::class
```

3 - To use `simple:crud` you need to publish the stubs.

```
php artisan vendor:publish --tag=simple-crud
```

Laravel will publish the crud stubs to `/resources/views/stubs`.

Usage
-----

[](#usage)

For now you have only the simple crud generator.

```
php artisan simple:crud Post [options]

```

This command will generate 4 files:

- Post.php
- PostController.php
- PostRequest.php
- create\_posts\_table.php

Want to share with us?
----------------------

[](#want-to-share-with-us)

Great! We are open for any suggestion :)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad6644583f1ca1c4904dfd687ac901503c99bac18205fee78dbea8b5564b9a6b?d=identicon)[jrb](/maintainers/jrb)

---

Top Contributors

[![JRB-y](https://avatars.githubusercontent.com/u/20495091?v=4)](https://github.com/JRB-y "JRB-y (7 commits)")

### Embed Badge

![Health badge](/badges/jrb-y-simple/health.svg)

```
[![Health](https://phpackages.com/badges/jrb-y-simple/health.svg)](https://phpackages.com/packages/jrb-y-simple)
```

###  Alternatives

[praetorius/vite-asset-collector

Use AssetCollector to embed frontend assets generated by vite

52255.0k1](/packages/praetorius-vite-asset-collector)

PHPackages © 2026

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