PHPackages                             mnmsi/gencrudops - 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. mnmsi/gencrudops

ActiveLibrary[Framework](/categories/framework)

mnmsi/gencrudops
================

Create a Laravel Crud Operations

1.2.0(2y ago)07MITPHPPHP &gt;=8.0

Since Jul 31Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mnmsi/gencrudops)[ Packagist](https://packagist.org/packages/mnmsi/gencrudops)[ RSS](/packages/mnmsi-gencrudops/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Gencrudops
==========

[](#gencrudops)

Create a Laravel Crud Operations

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

[](#installation)

Install package with composer &amp; publish

```
  composer require mnmsi/gencrudops
  php artisan vendor:publish --provider="Mnmsi\GenCrudOps\GenCrudOpsServiceProvider"
```

Gnerate CRUD Operations
-----------------------

[](#gnerate-crud-operations)

Ex.:`php artisan make:crud nameOfYourCrud "column1:type, column2, ...."`

Sample Command: `php artisan make:crud product "title:string, description:text"`

Run CRUD Operation
------------------

[](#run-crud-operation)

- Update Route File Ex. for `product` =&gt; `Route::resource('products', ProductsController::class);`
- Run migration command `php artisan migrate`
- Finally run your project.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

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

1068d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37956863?v=4)[mnmsi](/maintainers/mnmsi)[@mnmsi](https://github.com/mnmsi)

---

Top Contributors

[![mnmsi](https://avatars.githubusercontent.com/u/37956863?v=4)](https://github.com/mnmsi "mnmsi (25 commits)")[![saifuliotait](https://avatars.githubusercontent.com/u/93648605?v=4)](https://github.com/saifuliotait "saifuliotait (2 commits)")

### Embed Badge

![Health badge](/badges/mnmsi-gencrudops/health.svg)

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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