PHPackages                             naingminkhant/simple-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. [API Development](/categories/api)
4. /
5. naingminkhant/simple-crud

ActiveLibrary[API Development](/categories/api)

naingminkhant/simple-crud
=========================

A Laravel package to auto-generate simple CRUD API (migration, model, controller, repository, route).

v1.0.1(1y ago)00proprietaryPHPPHP ^8.0

Since Jun 25Pushed 1y agoCompare

[ Source](https://github.com/naingminkhant16/simple-crud)[ Packagist](https://packagist.org/packages/naingminkhant/simple-crud)[ RSS](/packages/naingminkhant-simple-crud/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

🛠️ Laravel Simple CRUD Generator
================================

[](#️-laravel-simple-crud-generator)

A developer-friendly package to quickly scaffold CRUD operations in Laravel — including models, migrations, controllers, repositories, routes, and views — using a single Artisan command. It use my another package, (naingminkhant/myrepo) which handle CRUD operations, error handling, and logging,
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#a-developer-friendly-package-to-quickly-scaffold-crud-operations-in-laravel--including-models-migrations-controllers-repositories-routes-and-views--using-a-single-artisan-commandit-use-my-another-package-naingminkhantmyrepo-which-handle-crud-operations-error-handling-and-logging)

🚀 Features
----------

[](#-features)

- ✅ Generate Eloquent Model and Migration
- ✅ Generate Repository class
- ✅ Generate API or MVC-style Controller
- ✅ Append route to `api.php` or `web.php`
- ✅ Generate empty Blade view files (`index`, `create`, `edit`, `show`)
- ✅ Automatically add `$guarded = []` to your model

---

📦 Installation
--------------

[](#-installation)

Require the package via Composer:

```
composer require naingminkhant/simple-crud
```

🧪 Usage
-------

[](#-usage)

### For MVC

[](#for-mvc)

```
php artisan simple-crud {ModelName}
```

It will create model, migration, MVC style controller, repository, append routes in web.php, and generate basic view files.

### For API

[](#for-api)

```
php artisan simple-crud {ModelName} --api
```

It will generate all CRUD endpoints for provided model.

Developers only need to provide columns for migration file and run

```
php artisan migrate
```

You can now try testing by calling endpoints.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance49

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

Every ~3 days

Total

2

Last Release

370d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/96859750?v=4)[Naing Min Khant](/maintainers/naingminkhant16)[@naingminkhant16](https://github.com/naingminkhant16)

---

Top Contributors

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

---

Tags

apilaravelgeneratorartisancrudcommand

### Embed Badge

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

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

PHPackages © 2026

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