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

Since Nov 14Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/miotoloji/autocrud)[ Packagist](https://packagist.org/packages/miotoloji/autocrud)[ RSS](/packages/miotoloji-autocrud/feed)WikiDiscussions main Synced 1w 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

27

—

LowBetter than 46% of packages

Maintenance62

Regular maintenance activity

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

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

239d 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.8k117.8M121](/packages/jdorn-sql-formatter)[backup-manager/backup-manager

A framework agnostic database backup manager with user-definable procedures and support for S3, Dropbox, FTP, SFTP, and more with drivers for popular frameworks.

1.7k1.6M11](/packages/backup-manager-backup-manager)[propel/propel1

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

8351.6M88](/packages/propel-propel1)[insolita/yii2-migration-generator

Set of gii tools for generating files for migration by schema of table , phpdoc or table data

108508.0k5](/packages/insolita-yii2-migration-generator)[xpdo/xpdo

A PDO-based Object/Relational Bridge Library

7088.4k4](/packages/xpdo-xpdo)[voku/session2db

A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.

2920.0k](/packages/voku-session2db)

PHPackages © 2026

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