2017 © Pedro Peláez
 

symfony-bundle dev-tools

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

image

campaignchain/dev-tools

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

  • Monday, September 11, 2017
  • by groganz
  • Repository
  • 7 Watchers
  • 0 Stars
  • 3,343 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 5 % Grown

The README.md

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., (*1)

Installation

To install the CampaignChain module generator, follow these steps:, (*2)

  1. Update your project's composer.json file to include the "campaignchain/dev-tools" package., (*3)

  2. Run "composer update" in your project directory., (*4)

  3. Add the following line to the end of the registerBundles::bundles array in your app/AppKernel.php file:, (*5)

    new CampaignChain\GeneratorBundle\CampaignChainGeneratorBundle(),
    
  4. If necessary, manually update your project's Composer autoload_psr4.php file to load the necessary classes:, (*6)

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

Usage

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

  • 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 to learn more., (*8)

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., (*9)

You can now start the module generator with the following command:, (*10)

  php bin/console campaignchain:generate:module

The Versions

11/09 2017

dev-master

9999999-dev http://www.campaignchain.com

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

  Sources   Download

Apache-2.0

The Requires

 

campaignchain

11/08 2017

1.0.x-dev

1.0.9999999.9999999-dev http://www.campaignchain.com

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

  Sources   Download

Apache-2.0

The Requires

 

campaignchain

07/09 2016

dev-campaignchain-ce-167

dev-campaignchain-ce-167 http://www.campaignchain.com

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

  Sources   Download

Apache-2.0

The Requires

 

campaignchain

13/09 2015

1.0.0-beta.2

1.0.0.0-beta2 http://www.campaignchain.com

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

  Sources   Download

Apache-2.0

The Requires

 

campaignchain

17/02 2015

dev-1.0.0-beta.1

dev-1.0.0-beta.1 http://www.campaignchain.com

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

  Sources   Download

Apache-2.0

The Requires

 

by Sandro Groganz

17/02 2015

1.0.0-beta.1

1.0.0.0-beta1 http://www.campaignchain.com

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

  Sources   Download

Apache-2.0

The Requires

 

by Sandro Groganz

19/01 2015

dev-1.0.0-alpha.1

dev-1.0.0-alpha.1 http://www.campaignchain.com

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

  Sources   Download

Apache-2.0

The Requires

 

by Sandro Groganz

19/01 2015

1.0.0-alpha.1

1.0.0.0-alpha1 http://www.campaignchain.com

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

  Sources   Download

Apache-2.0

The Requires

 

by Sandro Groganz