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(6mo ago)09MITPHP

Since Nov 14Pushed 6mo ago1 watchersCompare

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

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

28

—

LowBetter than 52% of packages

Maintenance67

Regular maintenance activity

Popularity4

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

194d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23406370?v=4)[Selçuk Mollaibrahimoğlu](/maintainers/miotoloji)[@miotoloji](https://github.com/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

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[pgvector/pgvector

pgvector support for PHP

198741.5k12](/packages/pgvector-pgvector)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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