PHPackages                             alex-oliveira/ao-scrud - 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. [Framework](/categories/framework)
4. /
5. alex-oliveira/ao-scrud

ActivePackage[Framework](/categories/framework)

alex-oliveira/ao-scrud
======================

Resources for a Super C.R.U.D. with Laravel.

1.0.2(9y ago)33301MITPHPPHP &gt;=5.5.9

Since Mar 18Pushed 8y ago3 watchersCompare

[ Source](https://github.com/alex-oliveira/ao-scrud)[ Packagist](https://packagist.org/packages/alex-oliveira/ao-scrud)[ Docs](http://github.com/alex-oliveira/ao-scrud)[ RSS](/packages/alex-oliveira-ao-scrud/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (15)Used By (0)

Installation
============

[](#installation)

### 1) Install

[](#1-install)

```
$ composer require alex-oliveira/ao-scrud

```

### 2) Configure "config/app.php" file

[](#2-configure-configappphp-file)

```
'providers' => [
    /*
     * Vendor Service Providers...
     */
    AoScrud\ServiceProvider::class,
],

```

### 3) Configure "app/Exceptions/Handler.php" file

[](#3-configure-appexceptionshandlerphp-file)

```
class Handler extends ExceptionHandler
{
    use \AoScrud\Core\ScrudHandler;
    .
    .
    .
    public function render($request, Exception $exception)
    {
        return $this->scrudRender($request, $exception);
    }
    .
    .
    .
}

```

Utilization
===========

[](#utilization)

Discover all in the [**wiki**](https://github.com/alex-oliveira/ao-scrud/wiki).

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 99.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

Every ~21 days

Recently: every ~35 days

Total

13

Last Release

3502d ago

Major Versions

0.1.7 → 1.0.02016-07-29

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5826507?v=4)[Alex Oliveira](/maintainers/alex-oliveira)[@alex-oliveira](https://github.com/alex-oliveira)

---

Top Contributors

[![alex-oliveira](https://avatars.githubusercontent.com/u/5826507?v=4)](https://github.com/alex-oliveira "alex-oliveira (203 commits)")[![michael158](https://avatars.githubusercontent.com/u/9007479?v=4)](https://github.com/michael158 "michael158 (1 commits)")

---

Tags

laravelscrudalex-oliveira

### Embed Badge

![Health badge](/badges/alex-oliveira-ao-scrud/health.svg)

```
[![Health](https://phpackages.com/badges/alex-oliveira-ao-scrud/health.svg)](https://phpackages.com/packages/alex-oliveira-ao-scrud)
```

###  Alternatives

[laravel/octane

Supercharge your Laravel application's performance.

4.0k26.6M223](/packages/laravel-octane)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[laravel/nightwatch

The official Laravel Nightwatch package.

36210.1M36](/packages/laravel-nightwatch)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3891.8k](/packages/codewithdennis-larament)

PHPackages © 2026

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