PHPackages                             qayum/api-first-crud-generator - 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. qayum/api-first-crud-generator

ActiveLibrary

qayum/api-first-crud-generator
==============================

Generates a complete curd operation

0.0.1(1y ago)06MITPHPPHP ^8.0

Since Aug 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/qayumhasan/api-first-crud-package)[ Packagist](https://packagist.org/packages/qayum/api-first-crud-generator)[ RSS](/packages/qayum-api-first-crud-generator/feed)WikiDiscussions main Synced 1mo ago

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

[![License](https://camo.githubusercontent.com/5d9d39041ba0dc4f21f7f2505ce6ecfcb9dac94752552cb5765c80c35d0bf6f9/68747470733a2f2f706f7365722e707567782e6f72672f616e647265616369766974612f6170692d637275642d67656e657261746f722f6c6963656e7365)](https://packagist.org/packages/andreacivita/api-crud-generator)

Laravel | API First CRUD Generator
==================================

[](#laravel--api-first-crud-generator)

This Generator package provides generators of Models, Controllers, Request, Routes for a painless development.

INSTALL
-------

[](#install)

Install the package through [Composer](https://getcomposer.org/).

Run the Composer require command from the Terminal:

```
composer require qayum/api-first-crud-generator --dev
```

USAGE
-----

[](#usage)

Usage of this package is very simple.

First, let's supposing I want to generate CRUD.

So, we run

```
php artisan make:crud Product
```

No further options required. It will create a controller,model,validation,migration file and API routes!

ROUTING
-------

[](#routing)

Routes will follow Route::apiResource() Schema (default routing schema provided by Laravel).

Example: i'm generating Product crud

RouteMethodOperationproductsGETGet all productsproducts/{id}GETFind product by idproductsPOSTInsert a new productproducts/{id}PUT / PATCHUpdate product by idproducts/{id}DELETEDelete product by idRemember that all api routes have 'api/' prefix.
================================================

[](#remember-that-all-api-routes-have-api-prefix)

AUTHORS
-------

[](#authors)

This package has been originally developed by [Qayum Hasan](https://github.com/qayumhasan)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity4

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

617d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/551b8e5ff4f19633ef53589a4da700231939d9ab263b6a7ce9ae3460ff3ef624?d=identicon)[qan](/maintainers/qan)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/qayum-api-first-crud-generator/health.svg)

```
[![Health](https://phpackages.com/badges/qayum-api-first-crud-generator/health.svg)](https://phpackages.com/packages/qayum-api-first-crud-generator)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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