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

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

vaszev/crud-bundle-lte
======================

1.0.7(8y ago)0131MITHTML

Since May 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/vaszev/crud-lte)[ Packagist](https://packagist.org/packages/vaszev/crud-bundle-lte)[ Docs](https://github.com/vaszev/crud-lte)[ RSS](/packages/vaszev-crud-bundle-lte/feed)WikiDiscussions master Synced 4w ago

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

\#CRUD-LTE

\##Modified Symfony3 CRUD-LTE generator

Many thanks to Jordi Llonch for his CrudGeneratorBundle () that I've could modify. This bundle has a nice backend view for your entities. You can filtering, paginating, ordering, soft-deleting your data.

\###how to **install**:

via **composer**:

```
$ composer install "vaszev/crud-lte-bundle":"~1.0"

```

in your **AppKernel.php**:

```
new Lexik\Bundle\FormFilterBundle\LexikFormFilterBundle(),
new Vaszev\CrudLteBundle\VaszevCrudLteBundle(),
new Avanzu\AdminThemeBundle\AvanzuAdminThemeBundle(),
```

\###soft-delete Implementing the *soft-delete* interface, you have to extend your entity. The *Base* superclass will add the following fields to your entity: *id*, *deleted*, *created*, *edited*.

```
class Document extends Base {}
```

Now, you have to enable the filter in your config.yml file:

```
orm:
  filters:
    not_deleted:
      class:   Vaszev\CrudLteBundle\Filter\NotDeletedFilter
      enabled: true
avanzu_admin_theme:
    bower_bin: %bower_path%
```

And put the following into your parameters.yml file:

```
parameters:
  bower_path: 'c:\Users\anyone\AppData\Roaming\npm\bower'
```

\###backend header-footer Let's create the following files:

**app\\Resources\\views\\vaszevCrudMenu.html.twig** (contains your custom styles and the backend menu too)

```
{% block stylesheets_sub %}{% endblock %}
{% block menu %}{% endblock %}
```

**app\\Resources\\views\\vaszevCrudFooter.html.twig** (your personal/company informations goes here)

```

```

\###final steps Don't forget to update your schema.

```
$ php bin/console assets:install --symlink
$ php bin/console doctrine:schema:update --force
$ php bin/console avanzu:admin:fetch-vendor

```

You're ready to go

```
$ php bin/console vaszev:generate:crud-lte

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~101 days

Total

8

Last Release

3159d ago

### Community

Maintainers

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

---

Top Contributors

[![vaszev](https://avatars.githubusercontent.com/u/14194009?v=4)](https://github.com/vaszev "vaszev (15 commits)")

---

Tags

generatorcrudlte

### Embed Badge

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

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

###  Alternatives

[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.

76194.7k1](/packages/crestapps-laravel-code-generator)[brackets/admin-generator

Laravel 8 CRUD generator for brackets/craftable

50192.0k](/packages/brackets-admin-generator)[petkopara/crud-generator-bundle

Symfony3 bundle for CRUD generation with pagination, filtering, sorting, page size, bulk delete and bootstrap3 markup. This Generator supports Doctrine association mapping.

7058.1k](/packages/petkopara-crud-generator-bundle)[mwsimple/admin-crud

Admin Crud Bundle generator for Symfony applications

203.3k](/packages/mwsimple-admin-crud)[ascsoftw/tall-crud-generator

Laravel Package to generate CRUD Files using TALL Stack

887.1k](/packages/ascsoftw-tall-crud-generator)

PHPackages © 2026

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