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 1mo ago

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 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

1014d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/87594a26c2719ae95022f5ca419de3bc102bfa97a032243114a4870d6257220e?d=identicon)[mnmsi](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/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.7M256](/packages/laravel-dusk)[laravel/prompts

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

708181.8M591](/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)
