PHPackages                             elngar/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. elngar/crud\_generator

ActiveLibrary

elngar/crud\_generator
======================

helper to generate crud operations, model, relations, resource, form request, routes and more

v1.0.0(3y ago)07MITPHP

Since Apr 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ahmed-a-elngar/crud-generator-package)[ Packagist](https://packagist.org/packages/elngar/crud_generator)[ RSS](/packages/elngar-crud-generator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

crud-generator-package
======================

[](#crud-generator-package)

Package to generate crud operations, model, relations, resource, form request, routes and more

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

[](#installation)

Install the package via Composer:

```
composer require elngar/crud_generator

```

Usage
-----

[](#usage)

- To Generate Basic Controller, FormRequest, Trait: ```
    php artisan make:rest-api-base

    ```
- To Generate Auth Controller, FormRequest, Routes, Resource: ```
    php artisan make:rest-api-auth

    ```
- To Generate Crud Model, Controller, FormRequest, Routes, Resource: ```
    php artisan make:rest-api-crud modelName

    ```

One Time Commands:
------------------

[](#one-time-commands)

- Take care and use it only one time: ```
    php artisan make:rest-api-base
    php artisan make:rest-api-auth

    ```
- using it again:
    - will not duplicate files but will duplicates injected code (in routes/api.php for example).

Upcoming Changes:
-----------------

[](#upcoming-changes)

1. relations between modes
2. crud for web apps

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

1133d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c81e20fb992238a6988b580523a337cbbf4c91dbf057e308f31c2eb4dd4116cf?d=identicon)[ahmed\_a\_elngar](/maintainers/ahmed_a_elngar)

---

Top Contributors

[![ahmed-a-elngar](https://avatars.githubusercontent.com/u/31928721?v=4)](https://github.com/ahmed-a-elngar "ahmed-a-elngar (4 commits)")

### Embed Badge

![Health badge](/badges/elngar-crud-generator/health.svg)

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

PHPackages © 2026

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