PHPackages                             serh/laravel-crud - 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. [Framework](/categories/framework)
4. /
5. serh/laravel-crud

ActiveLibrary[Framework](/categories/framework)

serh/laravel-crud
=================

CRUD for tables laravel

083HTML

Since Jan 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/serhn/LaravelCrud)[ Packagist](https://packagist.org/packages/serh/laravel-crud)[ RSS](/packages/serh-laravel-crud/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

\##Trait for fast create tables

```
use Serh\LaravelCrud\Traits\CrudAndView;

class UsersController extends Controller
{
    /**
     * Display a listing of the resource.
     *
     * @return \Illuminate\Http\Response
     */
    use CrudAndView;

    private $name="Users";
    private $tab=[
        "name"=>[
            "type"=>"text",
            "name"=>"name",
            "maxlength"=>"255"
                ],
        "barcode"=>[
            "type"=>"number",
            "name"=>"Code",
            "maxlength"=>"255"
        ],
        "description"=>[
            "type"=>"textarea",
            "name"=>"Description",
            "maxlength"=>"1000"
        ]
    ];
    private $model=Users::class;

}
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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/0b183ec45ad358ab1ded634c22ba45cf5a72ea9f21121dc7d7b9e755cd6f45e9?d=identicon)[serh](/maintainers/serh)

---

Top Contributors

[![serhn](https://avatars.githubusercontent.com/u/38658684?v=4)](https://github.com/serhn "serhn (34 commits)")

### Embed Badge

![Health badge](/badges/serh-laravel-crud/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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