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

ActiveLibrary[Framework](/categories/framework)

csgt/crud
=========

CRUD implementation

v8.0.16(1mo ago)16.9k61PHPPHP &gt;=7.2

Since Nov 9Pushed 2mo ago3 watchersCompare

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

READMEChangelogDependenciesVersions (147)Used By (1)

Crud
====

[](#crud)

This package is used to generate cruds.

VersionBSDatatablesMethodsViews engineCryptConstructorUTCValidation5.531.xesbladeyesyesnoformvaldiation5.641.xesbladeyesyesnoformvaldiation5.941.xesbladeyesnonolaravel6.041.xenbladeyesyesnoformvaldiation7.0 Beta41.xenvueyesyesnoformvaldiation8.04/52.xenbladenonoyeslaravelUpgrade from version 6 to version 8 or from 5.6 to 5.9
------------------------------------------------------

[](#upgrade-from-version-6-to-version-8-or-from-56-to-59)

Add the following includes:

```
use Illuminate\Http\Request;
use Csgt\Cancerbero\Facades\Cancerbero;

```

Rename the `__construct` method to:

```
public function setup(Request $request)

```

Call the `setPermissions` directly

```
$this->setPermissions(Cancerbero::crudPermissions('module'));

```

Remove all references to `Crypt::encrypt` and `Crypt::decrypt` if any methos were overriden. Remove all references to `validationRulesMessages` or `reglasmensaje`

Remove the enclosing middleware. It is now unnecessary.

```
$this->middleware(function ($request, $next) {

    return $next($request);
});

```

###  Health Score

56

—

FairBetter than 98% of packages

Maintenance89

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 72.7% 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 ~23 days

Recently: every ~4 days

Total

145

Last Release

53d ago

Major Versions

v5.5.37 → v8.0.72025-04-21

v5.0.16 → v8.0.82025-07-23

v5.0.17 → v6.0.322025-09-10

6.0.x-dev → v8.0.92025-10-03

v5.6.23 → v8.0.102026-03-02

PHP version history (3 changes)5.0.1PHP &gt;=5.3.0

v6.0.0PHP &gt;=7.2

v4.0.0PHP &gt;=5.4.0

### Community

Maintainers

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

---

Top Contributors

[![jgalindosl](https://avatars.githubusercontent.com/u/66330140?v=4)](https://github.com/jgalindosl "jgalindosl (64 commits)")[![hlca](https://avatars.githubusercontent.com/u/1301913?v=4)](https://github.com/hlca "hlca (19 commits)")[![csgt](https://avatars.githubusercontent.com/u/7926376?v=4)](https://github.com/csgt "csgt (4 commits)")[![jperez2511](https://avatars.githubusercontent.com/u/4227587?v=4)](https://github.com/jperez2511 "jperez2511 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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