PHPackages                             bravesheep/crudify-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. [Framework](/categories/framework)
4. /
5. bravesheep/crudify-bundle

AbandonedArchivedLibrary[Framework](/categories/framework)

bravesheep/crudify-bundle
=========================

Symfony bundle that provides a simple CRUD interface

v7.2.0(4y ago)35.2k↓23.3%2[5 issues](https://github.com/bravesheep/crudify-bundle/issues)MITPHP

Since Sep 23Pushed 4y ago3 watchersCompare

[ Source](https://github.com/bravesheep/crudify-bundle)[ Packagist](https://packagist.org/packages/bravesheep/crudify-bundle)[ RSS](/packages/bravesheep-crudify-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (8)Versions (24)Used By (0)

BravesheepCrudifyBundle
=======================

[](#bravesheepcrudifybundle)

The Bravesheep crudify bundle provides an easy way to quickly get a CRUD interface (Create-Read-Update-Delete) for simple entities. The bundle has several extension points and options to customize behavior. Most functionality can be customized quickly via the configuration. For a more generalized (be it more verbose) approach you should take a look at the [SonataAdminBundle](https://github.com/sonata-project/SonataAdminBundle). Currently the BravesheepCrudifyBundle only supports Doctrine ORM as a backend for retrieving data.

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

[](#documentation)

Read more about the bundle here:

- [Introduction](src/Bravesheep/CrudifyBundle/Resources/doc/introduction.md)
- [Permissions](src/Bravesheep/CrudifyBundle/Resources/doc/permissions.md)
- [Templates](src/Bravesheep/CrudifyBundle/Resources/doc/templates.md)
- [Modify the query used for index pages](src/Bravesheep/CrudifyBundle/Resources/doc/modify_index_query.md)
- [Modify the way objects are retrieved on edit and delete pages](src/Bravesheep/CrudifyBundle/Resources/doc/custom_object_retriever.md)
- [Modify the options array for building the form](src/Bravesheep/CrudifyBundle/Resources/doc/custom_form_options.md)
- [Use a custom controller](src/Bravesheep/CrudifyBundle/Resources/doc/custom_controller.md)
- [Default configuration](src/Bravesheep/CrudifyBundle/Resources/doc/config.md)

Installation and configuration
------------------------------

[](#installation-and-configuration)

Using [Composer](https://getcomposer.org/) add the bundle to your requirements:

```
{
    "require": {
        "bravesheep/crudify-bundle": "dev-master"
    }
}
```

Then run `composer update bravesheep/crudify-bundle`

### Basic configuration

[](#basic-configuration)

Define mappings in your configuration file `app/config/config.yml`:

```
bravesheep_crudify:
    mappings: ~
```

A [full listing of the default config](src/Bravesheep/CrudifyBundle/Resources/doc/config.md) is available in the documentation.

### Add routes to your routing file

[](#add-routes-to-your-routing-file)

In `app/config/routing.yml`, add the routes for the crudify administrator interface:

```
crudify_admin:
    prefix: /admin/
    type: crudify
    resource: .
```

### Add the bundle to your AppKernel

[](#add-the-bundle-to-your-appkernel)

Finally add the bundle in `app/AppKernel.php`:

```
public function registerBundles()
{
    return array(
        // ...
        new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
        new Bravesheep\CrudifyBundle\BravesheepCrudifyBundle(),
        // ...
    );
}
```

Don't forget to further configure the KnpPaginatorBundle, following [their guide](https://github.com/KnpLabs/KnpPaginatorBundle/blob/master/README.md#installation-and-configuration). If you are already using the KnpPaginatorBundle in your AppKernel, then you don't need to add it again.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 64.9% 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 ~143 days

Recently: every ~173 days

Total

21

Last Release

1747d ago

Major Versions

v2.0.0 → v3.0.02014-06-21

v3.2.3 → v4.0.02016-03-17

v4.0.2 → v5.0.02016-07-25

v5.0.2 → v6.0.02019-09-12

v6.1.0 → v7.0.02019-09-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/664f27a4241e63b3e2cff68a436e2ef6930c926dd0ae0fb4973bfb969cab1754?d=identicon)[marlon](/maintainers/marlon)

---

Top Contributors

[![rnijveld](https://avatars.githubusercontent.com/u/193783?v=4)](https://github.com/rnijveld "rnijveld (63 commits)")[![marlonbaeten](https://avatars.githubusercontent.com/u/885089?v=4)](https://github.com/marlonbaeten "marlonbaeten (33 commits)")[![hdoordt](https://avatars.githubusercontent.com/u/17907879?v=4)](https://github.com/hdoordt "hdoordt (1 commits)")

### Embed Badge

![Health badge](/badges/bravesheep-crudify-bundle/health.svg)

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

###  Alternatives

[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

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

9.0k15.4k](/packages/prestashop-prestashop)[pimcore/pimcore

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

3.7k3.7M389](/packages/pimcore-pimcore)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[open-dxp/opendxp

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

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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