PHPackages                             gwmoura/crudcmd - 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. gwmoura/crudcmd

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

gwmoura/crudcmd
===============

Crud Agnostic Template.

01.1k1PHP

Since May 18Pushed 9y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

crudcmd
=======

[](#crudcmd)

Dependencia
-----------

[](#dependencia)

Para usar esse pacote você precisa do pacote `semge/core`

#### Usando

[](#usando)

`composer require gwmoura/crudcmd:dev-master`

Copie os templates

`./vendor/bin/crudcmd template:copy laravel`

Criando um crud simples

`./vendor/bin/crudcmd crud:create laravel Post`

#### Arquivos gerados

[](#arquivos-gerados)

- app/Models/Post
- app/Http/Controllers/PostController
- app/Repositories/PostRepository
- database/factories/PostFactory
- database/migrations/\*\_create\_post\_table
- resources/views/post/\[index, create, edit, show\]

Adicione `Route::resource('post', 'PostController')` no `routes/web.php`Adicione os campos do post na migration Execute `php artisan migrate`Execute `php artisan serve` e acesse `http://localhost:8000`

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/22232ffda1747a5965d1921001968fbb79036b106c33be7e70d2fd887f798d2b?d=identicon)[gwmoura](/maintainers/gwmoura)

---

Top Contributors

[![gwmoura](https://avatars.githubusercontent.com/u/1118305?v=4)](https://github.com/gwmoura "gwmoura (16 commits)")

### Embed Badge

![Health badge](/badges/gwmoura-crudcmd/health.svg)

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

###  Alternatives

[limingxinleo/hyperf-utils

Utils for Hyperf.

29137.1k3](/packages/limingxinleo-hyperf-utils)

PHPackages © 2026

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