PHPackages                             softlogic-gt/eloquentcrud - 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. softlogic-gt/eloquentcrud

ActiveLibrary

softlogic-gt/eloquentcrud
=========================

Eloquent CRUD implementation

v1.0.1(1y ago)011PHPPHP &gt;=7.2

Since Apr 23Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

Eloquent Crud
=============

[](#eloquent-crud)

This package is used to generate cruds based on eloquent query.

Package VersionBootstrapMethodsViews engineDependencies1.05envuenpm- Only index for now

```
class TestController extends EloquentCrudController
{
    public function setup(Request $request)
    {
        $query = Authusuario::query()
            ->select(
                'usuarioid', 'nombre', 'email', 'telefono', 'direccion', 'activo',
                'fraude', 'cliente_seguro', 'es_empleado'
            );
        $this->setQuery($query);
        $this->setExtraButton([
            'title'  => 'Ordenes',
            'url'    => '/ordenes/ordenes?u={id}&listar=on',
            'icon'   => 'fa fa-shopping-cart',
            'target' => '_blank',
        ]);
        $this->setPermissions(Cancerbero::tienePermisosCrud('admin.usuarios'));
    }
}

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance48

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

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 ~0 days

Total

2

Last Release

382d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/softlogic-gt-eloquentcrud/health.svg)

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

PHPackages © 2026

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