PHPackages                             angularjschile/symfony-angular-bootstrap-crud - 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. angularjschile/symfony-angular-bootstrap-crud

ActiveLibrary[Admin Panels](/categories/admin)

angularjschile/symfony-angular-bootstrap-crud
=============================================

XSolve Twitter Bootstrap bundle with CRUD generator and an example layout

1.0.0(12y ago)121MITHTML

Since Nov 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Angularjschile/xsolve-bootstrap-crud-bundle)[ Packagist](https://packagist.org/packages/angularjschile/symfony-angular-bootstrap-crud)[ RSS](/packages/angularjschile-symfony-angular-bootstrap-crud/feed)WikiDiscussions master Synced 1mo ago

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

Symfony - Angularjs - Bootstrap - Crud
======================================

[](#symfony---angularjs---bootstrap---crud)

By [Piotr Pasich](http://xsolve.pl)

[![SensioLabsInsight](https://camo.githubusercontent.com/c574b27047e9ae42625932431c62b6e4bbfb1b9285cd78641b8ef7978240be52/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f36656437353238322d376530612d346662642d613836612d3133666532303965323530392f6269672e706e67)](https://insight.sensiolabs.com/projects/6ed75282-7e0a-4fbd-a86a-13fe209e2509)

[![knpbundles.com](https://camo.githubusercontent.com/4ab71bda6d59597ad9b921739199a694ebabcda4dea507c52464980f933af3fc/687474703a2f2f6b6e7062756e646c65732e636f6d2f78736f6c76652d706c2f78736f6c76652d626f6f7473747261702d637275642d62756e646c652f6261646765)](http://knpbundles.com/xsolve-pl/xsolve-bootstrap-crud-bundle)

About
-----

[](#about)

XsolveBootstrapCrudBundle is for preparing CRUD action from console to [Bootstrap, from Twitter](http://twitter.github.com/bootstrap/).

Also, there is prepared example layout to make beggining with project faster.

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

[](#installation)

First you need to add `xsolve-pl/xsolve-bootstrap-crud-bundle` to `composer.json`:

```
{
    "require": {
        "xsolve-pl/xsolve-bootstrap-crud-bundle": "dev-master"
},
"repositories": [
    {
        "type": "package",
        "package": {
            "name": "jquery/jquery",
            "version": "1.9.1",
            "dist": {
                "url": "http://code.jquery.com/jquery-1.9.1.js",
                "type": "file"
            }
        }
    }
]
}

```

You can configure your assets inside config.yml file. You should have installed less and node libraries with less for node module (sudo npm -g install less)

assetic: debug: %kernel.debug% use\_controller: false bundles: \[ 'XsolveBootstrapCrudBundle' \] filters: cssrewrite: ~ less: node: /usr/local/bin/node node\_paths: \[/usr/local/lib/node\_modules\] apply\_to: ".less$"

You also have to add `XsolveBootstrapCrudBundle` and `BcBootstrapBundle` to your `AppKernel.php`:

```
// app/AppKernel.php
...
class AppKernel extends Kernel
{
    ...
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Bc\Bundle\BootstrapBundle\BcBootstrapBundle(),
            new Xsolve\BootstrapCrudBundle\XsolveBootstrapCrudBundle(),
        );
        ...

        return $bundles;
    }
    ...
}

```

Example layout
--------------

[](#example-layout)

There is created example layout using twitter bootstrap styles in resources. After successful installation you can start with prepared example layout based on bootstrap's home page.

To do this, you need to extend your base layout file in app/Resources/views/base.html.twig by:

```
    {% extends 'XsolveBootstrapCrudBundle::examplelayout.html.twig' %}

```

And that's it.

CRUD generator
--------------

[](#crud-generator)

Because CRUD generator in Symfony framework has own structure and after generating a developer should always change some classes and code inside the code there is created new generator command in command line.

It works in the same way as the oryginal enerator in Symfony, but generates templates dedicated for twitter bootstrap.

```
    xsolve:doctrine:crud
    xsolve:generate:crud

```

License
-------

[](#license)

- The bundle is licensed under the [MIT License](http://opensource.org/licenses/MIT)
- The CSS and Javascript from the Twitter Bootstrap are licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

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

4577d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/12b9bc96ef73fa04a3bcf878b328c7964d095642f20ab79ede21fa71dd3d2a73?d=identicon)[Angularjschile](/maintainers/Angularjschile)

---

Top Contributors

[![piotrpasich](https://avatars.githubusercontent.com/u/1180426?v=4)](https://github.com/piotrpasich "piotrpasich (6 commits)")[![Angularjschile](https://avatars.githubusercontent.com/u/8534733?v=4)](https://github.com/Angularjschile "Angularjschile (5 commits)")

---

Tags

twittercrudbootstrap

### Embed Badge

![Health badge](/badges/angularjschile-symfony-angular-bootstrap-crud/health.svg)

```
[![Health](https://phpackages.com/badges/angularjschile-symfony-angular-bootstrap-crud/health.svg)](https://phpackages.com/packages/angularjschile-symfony-angular-bootstrap-crud)
```

###  Alternatives

[mwsimple/admin-crud

Admin Crud Bundle generator for Symfony applications

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

This bundle generates code cute for you

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

Provide Admin Generator with KISS Principle

141.6k](/packages/symfonyid-admin-bundle)

PHPackages © 2026

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