PHPackages                             campaignchain/dev-tools - 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. campaignchain/dev-tools

ActiveSymfony-bundle[CLI &amp; Console](/categories/cli)

campaignchain/dev-tools
=======================

Various tools for developing with CampaignChain, e.g. to generate CampaignChain modules from the command line.

1.0.x-dev(8y ago)04.1k2Apache-2.0PHP

Since Jan 19Pushed 8y ago6 watchersCompare

[ Source](https://github.com/CampaignChain/dev-tools)[ Packagist](https://packagist.org/packages/campaignchain/dev-tools)[ Docs](http://www.campaignchain.com)[ RSS](/packages/campaignchain-dev-tools/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (8)Used By (2)

CampaignChain Module Generator
==============================

[](#campaignchain-module-generator)

The CampaignChain module generator is an interactive tool to help generate new CampaignChain modules for development. It also generates the necessary packaging for modules in Composer-friendly format.

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

[](#installation)

To install the CampaignChain module generator, follow these steps:

1. Update your project's composer.json file to include the "campaignchain/dev-tools" package.
2. Run "composer update" in your project directory.
3. Add the following line to the end of the registerBundles::bundles array in your app/AppKernel.php file:

```
new CampaignChain\GeneratorBundle\CampaignChainGeneratorBundle(),

```

4. If necessary, manually update your project's Composer autoload\_psr4.php file to load the necessary classes:

```
return array(
  // ....
  'CampaignChain\\GeneratorBundle\\' => array($vendorDir . '/campaignchain/dev-tools'),
);

```

Usage
-----

[](#usage)

To use the CampaignChain module generator, first ensure that you're prepared with the basic information for your module, as listed below:

- The module name
- The module identifier
- The module description
- The module vendor's name and email address
- The module license
- The bundle namespace
- The bundle name
- Any module-specific parameters

Refer to [the CampaignChain developer documentation](http://doc.campaignchain.com/current/developer/book/modules.html) to learn more.

The CampaignChain module generator will provide hints and tips throughout the module generation process, so don't worry if you don't have it all ready when you begin.

You can now start the module generator with the following command:

```
  php bin/console campaignchain:generate:module

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96% 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 ~312 days

Total

4

Last Release

3202d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/895b9051174e97cdc95ef8359bc661d1271c1d3546f603baba042d42cc2aab00?d=identicon)[groganz](/maintainers/groganz)

---

Top Contributors

[![groganz](https://avatars.githubusercontent.com/u/8213731?v=4)](https://github.com/groganz "groganz (48 commits)")[![ghostika](https://avatars.githubusercontent.com/u/2512578?v=4)](https://github.com/ghostika "ghostika (1 commits)")[![vcch](https://avatars.githubusercontent.com/u/47174023?v=4)](https://github.com/vcch "vcch (1 commits)")

---

Tags

campaignchain

### Embed Badge

![Health badge](/badges/campaignchain-dev-tools/health.svg)

```
[![Health](https://phpackages.com/badges/campaignchain-dev-tools/health.svg)](https://phpackages.com/packages/campaignchain-dev-tools)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[crazywhalecc/static-php-cli

Build single static PHP binary, with PHP project together, with popular extensions included.

1.8k13.9k](/packages/crazywhalecc-static-php-cli)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[phpcr/phpcr-shell

Shell for PHPCR

721.3M8](/packages/phpcr-phpcr-shell)[madewithlove/license-checker

CLI tool to verify allowed licenses for composer dependencies

54449.8k21](/packages/madewithlove-license-checker)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)

PHPackages © 2026

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