PHPackages                             ahmedmaher/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ahmedmaher/crud

ActivePackage[Utility &amp; Helpers](/categories/utility)

ahmedmaher/crud
===============

test package making

015PHP

Since Apr 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ahmedmaher179200/ahmedmaher-crud)[ Packagist](https://packagist.org/packages/ahmedmaher/crud)[ RSS](/packages/ahmedmaher-crud/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Installation
============

[](#installation)

1 - Install

```
composer require ahmedmaher/crud

```

2 - Add the service provider to the providers array in the config/app.php config file as follows:

```
'providers' => [

    ...

    ahmedmaher\crud\CrudServiceProvider::class,
]

```

3- Publish the default package

```
php artisan vendor:publish --provider="ahmedmaher\crud\CrudServiceProvider"

```

Usage
=====

[](#usage)

to customize views(index, create, edit and form) edit in `App/CrudGenerate/CrudViews`

to customize mdoel(set or edit default properties or methods) edit in `App/CrudGenerate/model.txt`

to customize controller edit in `App/CrudGenerate/controller.txt`

and run this command
--------------------

[](#and-run-this-command)

```
php artisan crud:generate {table} {model} {path}

```

example
-------

[](#example)

```
php artisan crud:generate products Product Dashboard/folder

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/02397fd244f259d879152fda04da0217beac0b4b5d8ae06addfc27825e950da5?d=identicon)[ahmedmaher179200](/maintainers/ahmedmaher179200)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[philperusse/nova-tooltip-field

A Laravel Nova field.

10246.0k](/packages/philperusse-nova-tooltip-field)[beholdr/filament-trilist

Filament plugin that adds components for working with tree data: treeselect and treeview

1120.6k](/packages/beholdr-filament-trilist)

PHPackages © 2026

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