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 yesterday

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 57% 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

3248d 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.

13046.0M6.5k](/packages/illuminate-console)

PHPackages © 2026

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