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

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

itscaro/crud-generator-bundle
=============================

This bundle generates a nice CRUD

0.1.5(10y ago)0471MITHTMLPHP ~5.4

Since Jul 23Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (4)Used By (0)

CrudGeneratorBundle
===================

[](#crudgeneratorbundle)

This Symfony2 bundle extends \[SensioGeneratorBundle\] (), it creates a nice CRUD with pagination, filter, translation and Twitter bootstrap 3 features.

This bundle is based on the one made by Jordi Llonch \[CrudGeneratorBundle\] ()

[![Build Status](https://camo.githubusercontent.com/c98af538790a4cc104b9ba3796e469476eec3ebeda54ef30955dddf8c6c0af3c/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6974736361726f2f637275642d67656e657261746f722d62756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/itscaro/crud-generator-bundle)

Screenshot
----------

[](#screenshot)

[![Screenshot](https://camo.githubusercontent.com/94acbceb633145cdd019e2f07a9cbfa5b269928b63da6b8557e3efae0262d552/68747470733a2f2f7261772e6769746875622e636f6d2f6974736361726f2f637275642d67656e657261746f722d62756e646c652f6d61737465722f73637265656e73686f742e706e67 "Screenshot")](https://camo.githubusercontent.com/94acbceb633145cdd019e2f07a9cbfa5b269928b63da6b8557e3efae0262d552/68747470733a2f2f7261772e6769746875622e636f6d2f6974736361726f2f637275642d67656e657261746f722d62756e646c652f6d61737465722f73637265656e73686f742e706e67)

Why use a CRUD generator?
-------------------------

[](#why-use-a-crud-generator)

Well, because CRUD generator creates simple code, no magic, no configuration files, just simple and plain code that you can extend and modify easily.

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

[](#installation)

Add following lines to your `composer.json` file:

```
"require": {
  "itscaro/crud-generator-bundle": "dev-master"
},

```

Execute:

```
php composer.phar update

```

Add it to the `AppKernel.php` class:

```
new Lexik\Bundle\FormFilterBundle\LexikFormFilterBundle(),
new Itscaro\CrudGeneratorBundle\ItscaroCrudGeneratorBundle(),

```

Add it to your `app/config/config.yml`

```
framework:
    translator: { fallback: en }

twig:
    form:
        resources:
            - LexikFormFilterBundle:Form:form_div_layout.html.twig

```

**This bundle works on Symfony &gt;= 2.5 version.**

Dependencies
------------

[](#dependencies)

This bundle extends [SensioGeneratorBundle](https://github.com/sensio/SensioGeneratorBundle) and add

- a paginator using [KnpPaginatorBundle](https://github.com/knplabs/knp-paginator-bundle)
- a filter support using [LexikFormFilterBundle](https://github.com/lexik/LexikFormFilterBundle)

Usage
-----

[](#usage)

Use following command from console:

```
app/console itscaro:generate:crud

```

or to generate for all entities in a bundle

```
app/console itscaro:generate:all BUNDLE_NAME

```

Translation
-----------

[](#translation)

Put your translations in :

- BUNDLE\_DIR/Resources/translations/ItscaroCrudGeneratorBundle..yml
- ROOT\_DIR/app/Resources/translations/ItscaroCrudGeneratorBundle..yml

Use your own skeleton
---------------------

[](#use-your-own-skeleton)

You can put your own templates in :

- BUNDLE\_DIR/Resources/ItscaroCrudGeneratorBundle/skeleton
- ROOT\_DIR/app/Resources/ItscaroCrudGeneratorBundle/skeleton

Credits
-------

[](#credits)

Jordi Llonch

License
-------

[](#license)

CrudGeneratorBundle is licensed under the MIT License. See the LICENSE file for full details.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.3% 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

3

Last Release

3951d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9936c8c26c98854ab46c6b1475264f0974bda83153d711c310dc999fa84f4b62?d=identicon)[itscaro](/maintainers/itscaro)

---

Top Contributors

[![itscaro](https://avatars.githubusercontent.com/u/266018?v=4)](https://github.com/itscaro "itscaro (36 commits)")[![dolmen](https://avatars.githubusercontent.com/u/129536?v=4)](https://github.com/dolmen "dolmen (1 commits)")

---

Tags

generatorcrud

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[jordillonch/crud-generator

This bundle generates a nice CRUD

8351.5k](/packages/jordillonch-crud-generator)[crestapps/laravel-code-generator

An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.

76591.7k1](/packages/crestapps-laravel-code-generator)[mwsimple/crud-generator

This bundle generates code cute for you

152.6k](/packages/mwsimple-crud-generator)[mwsimple/admin-crud

Admin Crud Bundle generator for Symfony applications

213.3k](/packages/mwsimple-admin-crud)[brackets/admin-generator

Laravel 8 CRUD generator for brackets/craftable

50190.9k](/packages/brackets-admin-generator)

PHPackages © 2026

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