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

ActiveLibrary[API Development](/categories/api)

noamanahmed/laravel-api-crud-generator
======================================

This is my package laravel-api-crud-generator

1.0.0(1y ago)07[6 PRs](https://github.com/noamanahmed/laravel-api-crud-generator/pulls)MITPHPPHP ^8.0CI passing

Since Apr 26Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/noamanahmed/laravel-api-crud-generator)[ Packagist](https://packagist.org/packages/noamanahmed/laravel-api-crud-generator)[ Docs](https://github.com/noamanahmed/laravel-api-crud-generator)[ GitHub Sponsors](https://github.com/NoamanAhmed)[ RSS](/packages/noamanahmed-laravel-api-crud-generator/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (14)Versions (12)Used By (0)

This is my package laravel-api-crud-generator
=============================================

[](#this-is-my-package-laravel-api-crud-generator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f34b35172032808876d0ebadbb45ab248c7990be3ba836d00e0654c51bd3f3c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f616d616e61686d65642f6c61726176656c2d6170692d637275642d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/noamanahmed/laravel-api-crud-generator)[![GitHub Tests Action Status](https://camo.githubusercontent.com/8024066618eda621a489b1d3c5ed4500f850dcb161ca1e72eb2a8c174e89f539/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e6f616d616e61686d65642f6c61726176656c2d6170692d637275642d67656e657261746f722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/noamanahmed/laravel-api-crud-generator/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/84b49b76806acae8772f3adaf973c45b7e59291b1780f0fd314cd00959b3192f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e6f616d616e61686d65642f6c61726176656c2d6170692d637275642d67656e657261746f722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/noamanahmed/laravel-api-crud-generator/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/2deaeac39f206ebdd5e1160fecc0ae8f1de735701e70a27355cc2cb2bf103e77/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f616d616e61686d65642f6c61726176656c2d6170692d637275642d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/noamanahmed/laravel-api-crud-generator)

Compatibility Matrix
--------------------

[](#compatibility-matrix)

Laravel Version | Package Version | Status 8.x | 1.x | Supported 9.x | 1.x | Supported 10.x | 1.x | Supported 11.x (beta) | 1.x | In Development

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

[](#installation)

You can install the package via composer:

```
composer require noamanahmed/laravel-api-crud-generator
```

You can publish the config and provider file with this command:

```
php artisan vendor:publish --tag="api-crud-generator-provider"
php artisan vendor:publish --tag="api-crud-generator-stubs"
```

```
php artisan api-crud-generator:init
```

Usage
-----

[](#usage)

```
php artisan api-crud-generator:create Post
php artisan api-crud-generator:create Comment
php artisan api-crud-generator:delete Comment
```

Modify your routes files

```
use App\Http\Controllers\PostController;

Route::apiCrudResource('posts', PostController::class);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Noaman Ahmed](https://github.com/noamanahmed)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance69

Regular maintenance activity

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

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

435d ago

### Community

Maintainers

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

---

Top Contributors

[![noamanahmed](https://avatars.githubusercontent.com/u/1734483?v=4)](https://github.com/noamanahmed "noamanahmed (97 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravellaravel-api-crud-generatorNoaman Ahmed

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M102](/packages/dedoc-scramble)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816334.1k3](/packages/defstudio-telegraph)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[rupadana/filament-api-service

A simple api service for supporting filamentphp

210120.6k7](/packages/rupadana-filament-api-service)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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