PHPackages                             khodja/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. [Framework](/categories/framework)
4. /
5. khodja/crud

ActiveLibrary[Framework](/categories/framework)

khodja/crud
===========

Numero CMS CRUD for laravel 5.\*

v1.0.0(8y ago)040MITPHPPHP &gt;=5.4.0

Since Aug 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/FayzullaKhodja/crud)[ Packagist](https://packagist.org/packages/khodja/crud)[ RSS](/packages/khodja-crud/feed)WikiDiscussions master Synced yesterday

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

A CRUD Generator Package For Laravel
====================================

[](#a-crud-generator-package-for-laravel)

Requirements
------------

[](#requirements)

- PHP &gt;=5.4

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

[](#installation)

Require this package with composer:

```
composer require khodja/crud

```

Register the provider directly in your app configuration file config/app.php

```
'providers' => [
    // ...
    Khodja\Crud\CrudServiceProvider::class,
];
```

Code example
------------

[](#code-example)

Usage inside a laravel route

```
php artisan make:crud product --route=backend
```

Support
-------

[](#support)

Feel free to post your issues in the issues section.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

This library is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3225d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M841](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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