PHPackages                             daniyal2959/management - 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. daniyal2959/management

ActiveLibrary

daniyal2959/management
======================

This package will manage CRUD actions

v1.0.1(4y ago)07MITPHP

Since Aug 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/daniyal2959/management)[ Packagist](https://packagist.org/packages/daniyal2959/management)[ RSS](/packages/daniyal2959-management/feed)WikiDiscussions master Synced today

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

**Management Package**
----------------------

[](#management-package)

Ever had a waste of time having to create models and controllers for some parts of the project and write down all seven controller functions or copy and paste from another controller and change it?

This package create model, migration, controller, factory, seeder and routes with their default codes

The package purpose is avoid wasting time.

---

1: Setup
--------

[](#1-setup)

`composer require daniyal2959/management`

2: Launch
---------

[](#2-launch)

The main command is `php artisan crud:create`. if you want to set migration structure use `--scheme` option as below:

### Options

[](#options)

- **--scheme**= (optional) : this option create migration structure. this structure is:

`php artisan crud:create --scheme=:::`

Explain:

1. First parameter is the name of the column
2. Second parameter is the column type
3. Third parameter is the column size
4. Fourth parameter is the column nullable -&gt; default set Not Null

This is a sample for more information:

`php artisan crud:create --scheme=title:string:30,likes:integer:10:nullable`

- **--seed=** (optional) : this option create factory and seeder. if you want to create factory and seeder use this option. this structure is:

`php artisan crud:create --seed=`

Explain:

1. this parameter set how many fake data you want to create.

This is a sample for more information:

`php artisan crud:create --seed=300`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Every ~0 days

Total

2

Last Release

1716d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a764e98c1b646cd01eccc1e68759d04424062040ed5c1d9b471e4ade275bd80?d=identicon)[daniyal2959](/maintainers/daniyal2959)

---

Top Contributors

[![daniyal2959](https://avatars.githubusercontent.com/u/44816659?v=4)](https://github.com/daniyal2959 "daniyal2959 (9 commits)")

### Embed Badge

![Health badge](/badges/daniyal2959-management/health.svg)

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

PHPackages © 2026

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