PHPackages                             sumocoders/fork-cms-module-generator - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sumocoders/fork-cms-module-generator

ActiveApplication[Utility &amp; Helpers](/categories/utility)

sumocoders/fork-cms-module-generator
====================================

The generator for Fork modules

1.9.0(6y ago)452.9k↓58.3%2MITPHPPHP ^7.0

Since Jan 19Pushed 6y ago3 watchersCompare

[ Source](https://github.com/sumocoders/fork-cms-module-generator)[ Packagist](https://packagist.org/packages/sumocoders/fork-cms-module-generator)[ RSS](/packages/sumocoders-fork-cms-module-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (16)Versions (63)Used By (0)

Fork-cms module generator
=========================

[](#fork-cms-module-generator)

[![Build Status](https://camo.githubusercontent.com/9911807aa2ea66331b563aca4c3c9990954330edc105ac59494c4921cb065a18/68747470733a2f2f7472617669732d63692e6f72672f73756d6f636f646572732f666f726b2d636d732d6d6f64756c652d67656e657261746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sumocoders/fork-cms-module-generator)

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

[](#installation)

Use composer to install the package to your dev dependencies.

`composer require --dev sumocoders/fork-cms-module-generator`

Register the following bundles in your Fork `app/AppKernel.php`, but only load them in dev or test mode.

```
class AppKernel extends Kernel
{
    /**
     * Load all the bundles we'll be using in our application.
     */
    public function registerBundles(): array
    {
        ...

        if (in_array($this->getEnvironment(), ['dev', 'test'])) {
            ...

            $bundles[] = new \Matthias\SymfonyConsoleForm\Bundle\SymfonyConsoleFormBundle();
            $bundles[] = new \ModuleGenerator\ModuleGeneratorBundle();
        }

        return $bundles;
    }

    ...
}

```

Tests
-----

[](#tests)

You can run the tests with `composer test`

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 99.7% 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 ~17 days

Recently: every ~111 days

Total

62

Last Release

2378d ago

Major Versions

0.10.1 → 1.0.0-alpha2017-12-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/0afcdc0a47a32db64cc2e4c3b4cf59a5e283040d6e9f34284933394c24841f68?d=identicon)[tijsverkoyen](/maintainers/tijsverkoyen)

![](https://www.gravatar.com/avatar/21a851a1aa9112db5c8ab60347d6caea41e8d7ce68159afc65ac4e909cc0043a?d=identicon)[ohvitorino](/maintainers/ohvitorino)

![](https://www.gravatar.com/avatar/750f8c93ab277a806e4dc8b164d378e800b55707edc7f98243eea388efb40a4b?d=identicon)[justcarakas](/maintainers/justcarakas)

![](https://www.gravatar.com/avatar/5cb313c16069267d50782a0c392d123b85485b322e71a305852711c3fc6d7710?d=identicon)[StijnVrolijk](/maintainers/StijnVrolijk)

---

Top Contributors

[![carakas](https://avatars.githubusercontent.com/u/3634654?v=4)](https://github.com/carakas "carakas (371 commits)")[![ohvitorino](https://avatars.githubusercontent.com/u/848112?v=4)](https://github.com/ohvitorino "ohvitorino (1 commits)")

###  Code Quality

TestsBehat

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/sumocoders-fork-cms-module-generator/health.svg)

```
[![Health](https://phpackages.com/badges/sumocoders-fork-cms-module-generator/health.svg)](https://phpackages.com/packages/sumocoders-fork-cms-module-generator)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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