PHPackages                             justcarakas/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. [CLI &amp; Console](/categories/cli)
4. /
5. justcarakas/fork-cms-module-generator

Abandoned → [pageon/fork-cms-module-generator](/?search=pageon%2Ffork-cms-module-generator)Application[CLI &amp; Console](/categories/cli)

justcarakas/fork-cms-module-generator
=====================================

The generator for Fork modules

1.0.0(5y ago)3383[1 issues](https://github.com/carakas/fork-cms-module-generator/issues)MITPHPPHP ^7.0

Since Jan 19Pushed 5y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (16)Versions (35)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 pageon/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

30

—

LowBetter than 64% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity70

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

Recently: every ~313 days

Total

33

Last Release

2107d ago

Major Versions

0.12.0 → 1.0.02020-08-01

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

consoleforkfork-cmsforkcmsgeneratorphp

###  Code Quality

TestsBehat

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M647](/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.3M151](/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.2M385](/packages/shopware-core)

PHPackages © 2026

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