PHPackages                             gibilogic/crud-bundle - 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. [Admin Panels](/categories/admin)
4. /
5. gibilogic/crud-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

gibilogic/crud-bundle
=====================

GiBiLogic CRUD Bundle

2.0.7(8y ago)22.1k[3 issues](https://github.com/gibilogic/crud-bundle/issues)MITPHPPHP &gt;=5.4

Since May 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gibilogic/crud-bundle)[ Packagist](https://packagist.org/packages/gibilogic/crud-bundle)[ Docs](https://github.com/gibilogic/crud-bundle)[ RSS](/packages/gibilogic-crud-bundle/feed)WikiDiscussions master Synced today

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

GiBiLogic CrudBundle
====================

[](#gibilogic-crudbundle)

A Symfony 2 bundle that contains simple CRUD-oriented services and helpers.

This bundle helps creating CRUD systems for Doctrine entities by:

- simplifying filtering and sorting operations
- handling the (optional) pagination
- making the hydration mode accessible to top-level methods

This bundle uses the following libraries/framework:

- Symfony 2 HTTP kernel
- Doctrine ORM

**ATTENTION -** Do **not** use the older 1.\* version: it **won't be supported** any more. So, switch to the 2.\* version and happy coding!

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

[](#installation)

Add this bundle to the composer.json of your application with the console command:

```
composer require gibilogic/crud-bundle
```

Or, if you are using `composer.phar`, use the console command:

```
php composer.phar require gibilogic/crud-bundle
```

Then add the bundle to your app's `AppKernel` class:

```
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Gibilogic\CrudBundle\GibilogicCrudBundle(),
            // ...
        );

        // ...

        return $bundles;
    }

    // ...
}
```

Configuration
-------------

[](#configuration)

No app configuration is needed; just install the bundle and create your entities classes (**repositories**, **services** and **controllers**).

Usage
-----

[](#usage)

Click [here](Resources/doc/index.md) to read the full bundle's documentation.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~155 days

Total

24

Last Release

3010d ago

Major Versions

1.0.15 → 2.0.02016-07-15

PHP version history (2 changes)1.0.0PHP &gt;=5.3.3

2.0.3PHP &gt;=5.4

### Community

Maintainers

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

---

Tags

crud

### Embed Badge

![Health badge](/badges/gibilogic-crud-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M736](/packages/sylius-sylius)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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