PHPackages                             hirenmangukiya/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. hirenmangukiya/autocrud

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

hirenmangukiya/autocrud
=======================

Generate CRUD code for given database

25858PHP

Since Apr 15Pushed 8y ago6 watchersCompare

[ Source](https://github.com/Hiren86/AutoCRUD)[ Packagist](https://packagist.org/packages/hirenmangukiya/autocrud)[ RSS](/packages/hirenmangukiya-autocrud/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

[![](https://camo.githubusercontent.com/524f7a88fd69b00d349ec379015e761f834eaef1e56847b405404c3c7affa8ec/687474703a2f2f7a757a6f6f746563682e636f6d2f6c6f676f2e706e67)](https://camo.githubusercontent.com/524f7a88fd69b00d349ec379015e761f834eaef1e56847b405404c3c7affa8ec/687474703a2f2f7a757a6f6f746563682e636f6d2f6c6f676f2e706e67)

[![License](https://camo.githubusercontent.com/f45d904953153ca304a2328243d2733e095eee13a631a1f390709885d41dd692/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f6c6963656e73652e737667)](https://packagist.org/packages/hirenmangukiya/autocrud)

#### Laravel AutoCRUD, Make a Web Application Just In Minutes, With having a basic knowledge of Laravel.

[](#laravel-autocrud-make-a-web-application-just-in-minutes-with-having-a-basic-knowledge-of-laravel)

INTRODUCTION
------------

[](#introduction)

AutoCRUD is laravel libraby which helps you to create CRUD operation using your **Database**. It also gives you an options for the form design. You can create CRUD for multiple tables. Display the data from multiple table with the search and pagination optoins and you can also add dynamic fields in a table. It also manage all the `routes` it self, and generate code in separate directory for each controller's view.

REQUIREMENTS
------------

[](#requirements)

- PHP &gt;=5.4
- Laravel &gt;=5.3.\*

INSTALLATION
------------

[](#installation)

1. Go to the root directory of your project and run below command in your console.

```
composer require hirenmangukiya/autocrud:dev-master

```

2. Add the below line in your main `composer.json` file under the `autoload -> psr4`

```
"Hiren\\Autocrud\\": "vendor/hirenmangukiya/autocrud/src"

```

3. Autoload the composer

```
composer dump-autoload

```

4. Add the providers in your project under the `config -> app.php -> providers`

```
Hiren\Autocrud\AutocrudServiceProvider::class,

```

5. Copy all the assets into public directory of your project

```
php artisan vendor:publish --tag=public --force

```

6. Final step, **make sure that your project has connected with the database**

```
php artisan migrate

```

Here you setup all the things and it's ready to build your webapp.

FULL DOCUMENTATION
------------------

[](#full-documentation)

Get full [documentation](http://autocrud.accurateweb.in/ "AutoCRUD full documentation at accurateweb.in")

LICENCE
-------

[](#licence)

This project is register under the [MIT](https://packagist.org/packages/hirenmangukiya/autocrud)

#### LOOKING FOR GOOD OPPORTUNITY

[](#looking-for-good-opportunity)

**Hire me**

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![Hiren86](https://avatars.githubusercontent.com/u/16592231?v=4)](https://github.com/Hiren86 "Hiren86 (53 commits)")

### Embed Badge

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

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

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

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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