PHPackages                             abhishekdixit0407/laravel-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. [API Development](/categories/api)
4. /
5. abhishekdixit0407/laravel-autocrud

ActiveLibrary[API Development](/categories/api)

abhishekdixit0407/laravel-autocrud
==================================

A package to create automatic crud api for a specific resource

v1.0.0(1y ago)029MITPHPPHP ^5.0|^7.0|^8.0

Since Jun 8Pushed 1y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Laravel AutoCrud
================

[](#laravel-autocrud)

Laravel AutoCrud is a handy package that helps you quickly create CRUD API(Create, Read, Update, Delete) API endpoints for your Laravel applications. With just a single Artisan command, you can generate all the necessary files to manage your resources effortlessly.

Installation
------------

[](#installation)

- You can install Laravel AutoCrud via Composer:

```
composer require abhishekdixit0407/laravel-autocrud

```

- After installation, To generate CRUD API endpoints for a resource, use the following command:

```
php artisan autocrud:api ResourceName --columns="name:string,email:string,data:json"

```

- Replace ResourceName with the name of your unique resource(Example:User,Post,Medicine....etc). Use the --columns option to specify the columns of your database with its type (their is no limaitation to add column)
- Modify migration file according to your need and run:

```
php artisan migrate

```

- Now your Laravel app have below routes registered with soft delete. To see routes:

MethodRouteRoute NameOperationdescriptionGetapi/usersusers\_indexIndexYou can also filterthe results, e.g:/users?name=abhiGetapi/users/{id}users\_viewViewPostapi/usersusers\_createCreatePutapi/users/{id}users\_updateUpdateDeleteapi/users/{id}users\_deleteDelete

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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

Unknown

Total

1

Last Release

704d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d4ef024853b8fab66797071fb83e4c621c63cd69dab4ab2e3f0b499f4c47c1b3?d=identicon)[abhishek200319](/maintainers/abhishek200319)

---

Top Contributors

[![abhishekquep](https://avatars.githubusercontent.com/u/111955240?v=4)](https://github.com/abhishekquep "abhishekquep (21 commits)")[![dev-abhishek-dixit](https://avatars.githubusercontent.com/u/97334363?v=4)](https://github.com/dev-abhishek-dixit "dev-abhishek-dixit (3 commits)")

---

Tags

laravel-apilaravel-api-autocrud

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[specialtactics/laravel-api-boilerplate

An API boilerplate for Laravel

5441.5k](/packages/specialtactics-laravel-api-boilerplate)[wayofdev/laravel-symfony-serializer

📦 Laravel wrapper around Symfony Serializer.

2113.6k](/packages/wayofdev-laravel-symfony-serializer)

PHPackages © 2026

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