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

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

musabbir035/crud
================

Generates code for simple CRUD operation.

v0.1.0(2y ago)04MITPHPPHP ^7.4|^8.1

Since Dec 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/musabbir035/crud)[ Packagist](https://packagist.org/packages/musabbir035/crud)[ RSS](/packages/musabbir035-crud/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

musabbir035/crud
----------------

[](#musabbir035crud)

This package generates code for simple CRUD operations.

### Installation

[](#installation)

Require via composer

```
composer require --dev musabbir035/crud

```

### Usage

[](#usage)

Generate code by using the following command

```
php artisan crud:generate Book

```

This command generates the model class, controller, validation and migration files. It also appends the routes for the CRUD operations of the created model in the 'routes/web.php' file &amp; runs database migrations.
It also accepts a `--fields=` option for the fields of the model.

```
php artisan crud:generate Book --fields="title,author_name"

```

You will need to create a layout file in resources/views/layouts/main.blade.php. Inside the body tag add `@yield('content')`. Bootstrap 5 is needed for styling.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

862d ago

### Community

Maintainers

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

---

Top Contributors

[![musabbir035](https://avatars.githubusercontent.com/u/35718978?v=4)](https://github.com/musabbir035 "musabbir035 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M211](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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