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

ActiveLibrary[Framework](/categories/framework)

dextervip/extra-generator-bundle
================================

Customized Symfony Generator Bundle

0470HTML

Since Aug 2Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

ExtraGeneratorBundle
====================

[](#extrageneratorbundle)

Introduction
------------

[](#introduction)

This bundle customize the default symfony generator to fits with Bootstrap styling. It also adds knp paginator and font awesome icons.

### Features

[](#features)

- Pagination
- Icons
- Bootstrap Styling

Installing
----------

[](#installing)

### Add composer

[](#add-composer)

Add the dependency to your composer.json

```
    "require": {
        ...
	    "dextervip/extra-generator-bundle" : "dev-master"
	}
```

### Add bundle class in kernel

[](#add-bundle-class-in-kernel)

Register the bundle class and its dependencies in your AppKernel.php

```
    public function registerBundles()
    {
        $bundles = array(
        ...
        new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
        new Citrax\Bundle\ExtraGeneratorBundle\CitraxExtraGeneratorBundle(),
        ...
        );
    }
```

All done!

### Extra config

[](#extra-config)

??

License
-------

[](#license)

MIT

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

[![dextervip](https://avatars.githubusercontent.com/u/964836?v=4)](https://github.com/dextervip "dextervip (12 commits)")

### Embed Badge

![Health badge](/badges/dextervip-extra-generator-bundle/health.svg)

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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