PHPackages                             pemba/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. pemba/crud

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

pemba/crud
==========

create initial stage crud for easy setup

v1.0.0(5y ago)08MITPHP

Since Jun 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tamangtshering5/crud-generator)[ Packagist](https://packagist.org/packages/pemba/crud)[ RSS](/packages/pemba-crud/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Crud Generator for initial setup - Documentation
------------------------------------------------

[](#crud-generator-for-initial-setup---documentation)

[![GitHub tag (latest by date)](https://camo.githubusercontent.com/eb99515735c42794101f6699c21fcb0a67e01bd6b82b51a1770fde6d2310ac5f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f74616d616e677473686572696e67352f637275642d67656e657261746f723f6c6162656c3d72656c65617365)](https://camo.githubusercontent.com/eb99515735c42794101f6699c21fcb0a67e01bd6b82b51a1770fde6d2310ac5f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f74616d616e677473686572696e67352f637275642d67656e657261746f723f6c6162656c3d72656c65617365)[![Issues](https://camo.githubusercontent.com/4d40eb91d11b5c20f942d91b969541d5a5ac9cb0cc9a03daa71ffc843fdfbe6f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f74616d616e677473686572696e67352f637275642d67656e657261746f723f7374796c653d666c6174)](https://github.com/tamangtshering5/crud-generator/issues)[![Stars](https://camo.githubusercontent.com/5189350cf16d91d3bdd3c1556b7a0fcad99a70bcfd4f3932eb8e5b9b1576d12b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f74616d616e677473686572696e67352f637275642d67656e657261746f723f7374796c653d666c6174)](https://github.com/tamangtshering5/crud-generator/stargazers)[![GitHub](https://camo.githubusercontent.com/c331a50805743fcaff71afc5f0343e3196f470b3a34cf840ba294a33fa83b475/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f74616d616e677473686572696e67352f637275642d67656e657261746f72)](https://camo.githubusercontent.com/c331a50805743fcaff71afc5f0343e3196f470b3a34cf840ba294a33fa83b475/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f74616d616e677473686572696e67352f637275642d67656e657261746f72)

### Install

[](#install)

```
composer require pemba/crud
```

### Enable the package (Optional)

[](#enable-the-package-optional)

This package implements Laravel auto-discovery feature. After you install it, the package provider and facade are added automatically for laravel &gt;= 5.5.

### Configuration

[](#configuration)

After installation, you have to publish config file.

```
php artisan vendor:publish --tag=crud-config
```

Usage
=====

[](#usage)

To generate module enter following command

```
php artisan create:module moduleName --migration //--migration is optional
```

Above command create following files/folders

```
1.Http/Controllers
    ModuleNameController.php
2.Http/Requests
    ModuleNameRequest.php
3.Models
    ModuleName.php
4.Database/migrations
5.Database/seeders
6.Routes
    web.php
7.Views
    index.blade.php
    create.blade.php
    edit.blade.php
    form.blade.php
8.Policy
    ModuleNamePolicy.php
9.Providers
    ModuleNameServiceProvider.php

```

### Other commands

[](#other-commands)

with php artisan

```
create:model ModelName --migration moduleName //--migration is optional
create:controller ControllerName moduleName
create:migration migration_name table_name moduleName
```

###  Health Score

23

—

LowBetter than 26% 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

Unknown

Total

1

Last Release

1837d ago

### Community

Maintainers

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

---

Top Contributors

[![tamangtshering5](https://avatars.githubusercontent.com/u/46454020?v=4)](https://github.com/tamangtshering5 "tamangtshering5 (7 commits)")

### Embed Badge

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

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

###  Alternatives

[xantios/mimey

PHP package for converting file extensions to MIME types and vice versa.

332.9M26](/packages/xantios-mimey)[rocket-labs/bloom-filter

Implementation of bloom filter

19122.8k](/packages/rocket-labs-bloom-filter)[odiseoteam/sylius-banner-plugin

This plugin add banners to your Sylius project

19103.7k](/packages/odiseoteam-sylius-banner-plugin)

PHPackages © 2026

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