PHPackages                             miotoloji/autocrud - 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. [Database &amp; ORM](/categories/database)
4. /
5. miotoloji/autocrud

ActiveProject[Database &amp; ORM](/categories/database)

miotoloji/autocrud
==================

Autocruder

0.02(4mo ago)09MITPHP

Since Nov 14Pushed 4mo ago1 watchersCompare

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

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

autocrud
========

[](#autocrud)

This package allows you to quickly set up your CRUD structures on Laravel.

This version supports single schema PostgreSQL database, mariadb, mysql.

Using the package is extremely easy,

- Create your table with ideal column values in your database,
- Define your table's Unique, Foreign keys and indexes

Then enter the command via the console,

php artisan module:create MODULE\_NAME --table=TABLE\_NAME (default= MODULE\_NAME) --path=PATH\_NAME --created=CREATED\_AT\_COLUMN\_NAME (default= created\_at) --updated=UPDATED\_AT\_COLUMN\_NAME (default = updated\_at)

For install: composer require miotoloji/autocrud

The structure will be created in your app folder as follows.

Index, show, create, update, delete methods will come in your controller file.

FilterHelper will automatically perform filter requests coming through the API.

Fillable, casts fields will come in your model file as defined in your database table.

The data received from your table and the necessary validations will come in your request file.

routes - You can define module-specific routes in the api.php file.

-MODULE\_NAME -Controllers -{MODULE\_NAME}Controller -Helpers -FilterHelper -Models -{MODULE\_NAME} -Providers -{MODULE\_NAME}ServiceProvider -Requests -{MODULE\_NAME}Request -{MODULE\_NAME}FilterRequest -Resources -{MODULE\_NAME}Resource -{MODULE\_NAME}FailResource -routes -api.php

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance74

Regular maintenance activity

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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.

###  Release Activity

Cadence

Every ~402 days

Total

2

Last Release

139d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58df3a83d4131b0b1c710cc38c1690ab8aa23cfacb4fa9a3515103d663119437?d=identicon)[miotoloji](/maintainers/miotoloji)

---

Top Contributors

[![miotoloji](https://avatars.githubusercontent.com/u/23406370?v=4)](https://github.com/miotoloji "miotoloji (8 commits)")

### Embed Badge

![Health badge](/badges/miotoloji-autocrud/health.svg)

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

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.3k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M545](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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