PHPackages                             amicrud/amicrud - 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. amicrud/amicrud

ActiveLibrary

amicrud/amicrud
===============

AmiCRUD is a streamlined Laravel package that accelerates the development of CRUD interfaces

v1.0.30(1y ago)0129MITBladePHP ^8.0

Since Nov 25Pushed 1y agoCompare

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

READMEChangelogDependencies (2)Versions (28)Used By (0)

AmiCrud
=======

[](#amicrud)

AmiCrud is a Laravel package designed to facilitate CRUD (Create, Read, Update, Delete) operations within Laravel applications. It offers an efficient way to handle database operations with minimal setup, supporting a range of features for rapid development.

Features
--------

[](#features)

- Streamlined CRUD operations for Laravel models.
- Easy integration with existing Laravel applications.
- Customizable views for creating, reading, updating, and deleting records.
- Support for various data export formats (PDF, CSV, Excel).
- Enhanced form validation and error handling.

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

[](#installation)

You can install the package via Composer. Run the following command in your Laravel project:

```
composer require amicrud/amicrud
```

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

[](#installation-1)

After installing the package, publish the configuration and view files (it is not required): php artisan vendor:publish --provider="AmiCrud\\AmiCrud\\AmiCrudServiceProvider"

Usage
-----

[](#usage)

Basic Usage
-----------

[](#basic-usage)

1. Extend the AmiCrud Class in Your Controller: To utilize AmiCrud, extend the AmiCrud class in your controller. This will enable CRUD functionalities for the specified model.

 `     use AmiCrud\AmiCrud\AmiCrudTable;class UserController extends AmiCrudTable {    protected $model = User::class; // Specify your Eloquent model}  `2. Define Routes: Define routes in your web.php that point to your controller's methods.

 `     Route::resource('users', UserController::class);  `Advanced Customization
----------------------

[](#advanced-customization)

Custom Views: Override the default views by creating your own and referencing them in your controller.

Form Validation: Customize form validation rules within your controller to cater to specific requirements of your application.

Data Export: Utilize built-in methods for data export to PDF, Excel, or CSV formats.

Contributing
------------

[](#contributing)

Contributions to the AmiCrud package are welcome! Feel free to submit pull requests, report bugs, or suggest new features.

Support
-------

[](#support)

If you encounter any problems or have questions, please open an issue on the GitHub repository.

License
-------

[](#license)

The AmiCrud package is open-sourced software licensed under the MIT license.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Every ~12 days

Recently: every ~52 days

Total

27

Last Release

597d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1146092adcfb62fc503d4e6695e2f2df2c691e3ebebcb7ea799bb69ffe1ad5be?d=identicon)[focuslegon](/maintainers/focuslegon)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[laraveldaily/laravel-invoices

Missing invoices for Laravel

1.5k1.3M4](/packages/laraveldaily-laravel-invoices)[ronasit/laravel-helpers

Provided helpers function and some helper class.

1475.7k13](/packages/ronasit-laravel-helpers)[fleetbase/fleetops-api

Fleet &amp; Transport Management Extension for Fleetbase

1721.6k3](/packages/fleetbase-fleetops-api)

PHPackages © 2026

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