PHPackages                             xsolve-pl/xsolve-bootstrap-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. xsolve-pl/xsolve-bootstrap-crud-bundle

ActiveLibrary[Admin Panels](/categories/admin)

xsolve-pl/xsolve-bootstrap-crud-bundle
======================================

XSolve Twitter Bootstrap bundle with CRUD generator and an example layout

1.0.0(12y ago)44486MITCSS

Since Nov 5Pushed 11y ago72 watchersCompare

[ Source](https://github.com/xsolve-pl/xsolve-bootstrap-crud-bundle)[ Packagist](https://packagist.org/packages/xsolve-pl/xsolve-bootstrap-crud-bundle)[ RSS](/packages/xsolve-pl-xsolve-bootstrap-crud-bundle/feed)WikiDiscussions master Synced 2w ago

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

XsolveBootstrapCrudBundle
=========================

[](#xsolvebootstrapcrudbundle)

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

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity65

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

Total

3

Last Release

4620d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/310cddbb4fcfdcff55a24d6e0845b9e30db0cb0826d3e7ec993a6c7df5a7fcdf?d=identicon)[piotrpasich](/maintainers/piotrpasich)

---

Top Contributors

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

---

Tags

twittercrudbootstrap

### Embed Badge

![Health badge](/badges/xsolve-pl-xsolve-bootstrap-crud-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.5k5.8M712](/packages/sylius-sylius)[fsi/admin-bundle

FSi Admin Bundle. Admin generator for Symfony.

5750.2k8](/packages/fsi-admin-bundle)[mwsimple/admin-crud

Admin Crud Bundle generator for Symfony applications

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

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

PHPackages © 2026

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