PHPackages                             opifer/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. opifer/crud-bundle

Abandoned → [apy/datagrid-bundle](/?search=apy%2Fdatagrid-bundle)ArchivedSymfony-bundle[Admin Panels](/categories/admin)

opifer/crud-bundle
==================

Opifer CRUD Bundle

0.1.1(10y ago)36.1k3[2 PRs](https://github.com/Opifer/CrudBundle/pulls)1MITPHPPHP &gt;=5.4

Since Jan 22Pushed 10y ago8 watchersCompare

[ Source](https://github.com/Opifer/CrudBundle)[ Packagist](https://packagist.org/packages/opifer/crud-bundle)[ Docs](https://github.com/Opifer/CrudBundle)[ RSS](/packages/opifer-crud-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (16)Versions (7)Used By (1)

*Note: This bundle is not maintained anymore. Have a look at  instead.*

[![Build Status](https://camo.githubusercontent.com/290743a882e00e84bd8263e0c6e906c49b73080f22f6cd5a468adb8b1c3b3fd5/68747470733a2f2f7472617669732d63692e6f72672f4f70696665722f4372756442756e646c652e737667)](https://travis-ci.org/Opifer/CrudBundle)[![SensioLabsInsight](https://camo.githubusercontent.com/b06f2ea89e11cdda1e441c43ff34b75d33a7e4ef962596f57fd83c355b98f631/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f62356262666331312d356534662d343534372d396330382d3233653963343664393932392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/b5bbfc11-5e4f-4547-9c08-23e9c46d9929)

CrudBundle
==========

[](#crudbundle)

This bundle is still very much a work in progress, so BC-breaks will happen until the first stable release.

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

[](#installation)

Add the bundle to your `composer.json`

```
composer require opifer/crud-bundle dev-master

```

Register the necessary bundles in `app/AppKernel.php`

```
public function registerBundles()
{
    // @todo reduce dependencies
    $bundles = array(
        ...
        new Braincrafted\Bundle\BootstrapBundle\BraincraftedBootstrapBundle(),
        new Genemu\Bundle\FormBundle\GenemuFormBundle(),
        new JMS\SerializerBundle\JMSSerializerBundle(),
        new Liuggio\ExcelBundle\LiuggioExcelBundle(),
        new Opifer\CrudBundle\OpiferCrudBundle(),
        new Opifer\RulesEngineBundle\OpiferRulesEngineBundle(),
        new Symfony\Cmf\Bundle\RoutingBundle\CmfRoutingBundle(),
        ...
    }
}
```

Using dynamic crud routing &amp; views
--------------------------------------

[](#using-dynamic-crud-routing--views)

This bundle ships with two custom routers. To register them, add them to the `CmfRoutingBundle` config.

```
cmf_routing:
    chain:
        routers_by_id:
            router.default: 100
            opifer.crud.crud_router: 50
            opifer.crud.api_router: 40
```

Update your config file `app/config/config.yml`

```
opifer_crud:
    # Define a route prefix if necessary
    # Defaults to '/'
    route_prefix: /admin

    # Note: Changing the key values will break the routes pointing to that entity.
    # Make sure to fix wherever you point to that route.
    routes:
        # The key is the route part, the value is the related entity.
        users:  Acme\DemoBundle\Entity\User
```

After defining a route, you can visit the CRUD pages at the following URL's:

- [http://localhost/app\_dev.php/users](http://localhost/app_dev.php/users)
- [http://localhost/app\_dev.php/users/new](http://localhost/app_dev.php/users/new)
- [http://localhost/app\_dev.php/users/edit/:id](http://localhost/app_dev.php/users/edit/:id)

Documentation
-------------

[](#documentation)

[Documentation](Resources/doc/index.md)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~90 days

Total

2

Last Release

3936d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6866d9d11ab5b172391449a5751e5b7cc8840792a31d892e225e22bcd779d5ce?d=identicon)[rvanlaarhoven](/maintainers/rvanlaarhoven)

---

Top Contributors

[![rvanlaarhoven](https://avatars.githubusercontent.com/u/1857585?v=4)](https://github.com/rvanlaarhoven "rvanlaarhoven (40 commits)")[![leonverschuren](https://avatars.githubusercontent.com/u/4415851?v=4)](https://github.com/leonverschuren "leonverschuren (4 commits)")[![vladimirdjuricic](https://avatars.githubusercontent.com/u/56277044?v=4)](https://github.com/vladimirdjuricic "vladimirdjuricic (3 commits)")[![denmit](https://avatars.githubusercontent.com/u/10164140?v=4)](https://github.com/denmit "denmit (2 commits)")[![NickyBeunder](https://avatars.githubusercontent.com/u/12230016?v=4)](https://github.com/NickyBeunder "NickyBeunder (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1714.8k8](/packages/2lenet-crudit-bundle)[claroline/core-bundle

Claroline core bundle

165.5k52](/packages/claroline-core-bundle)

PHPackages © 2026

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