2017 © Pedro Peláez
 

library symfony-php-spec-generator-bundle

image

aeyoll/symfony-php-spec-generator-bundle

  • Thursday, October 8, 2015
  • by aeyoll
  • Repository
  • 2 Watchers
  • 0 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 4 Versions
  • 17 % Grown

The README.md

SymfonyPhpSpecGeneratorBundle

Build Status Scrutinizer Code Quality Test Coverage, (*1)

This bundle is a basic generator for PhpSpec, based on the Doctrine defined in your Symfony project, (*2)

Installation

Begin by installing the package through Composer. Edit your project's composer.json file to require aeyoll/symfony-php-spec-generator-bundle., (*3)

json "require": { "aeyoll/symfony-php-spec-generator-bundle": "dev-master" } Next, use Composer to update your project from the the Terminal:, (*4)

php composer.phar update, (*5)

You can also use the require command from Composer:, (*6)

composer require aeyoll/symfony-php-spec-generator-bundle, (*7)

Once the package has been installed, you'll need to add the bundle to your kernel. Open your app/AppKernel.php configuration file, and add new Aeyoll\SymfonyPhpSpecGeneratorBundle\AeyollSymfonyPhpSpecGeneratorBundle(), to the bundle list., (*8)

Usage

..., (*9)

The Versions

08/10 2015

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jean-Philippe Bidegain

27/09 2015

dev-scrutinizer-patch-1

dev-scrutinizer-patch-1

  Sources   Download

MIT

The Requires

 

by Jean-Philippe Bidegain

25/09 2015

0.0.2

0.0.2.0

  Sources   Download

MIT

The Requires

 

by Jean-Philippe Bidegain

25/09 2015

0.0.1

0.0.1.0

  Sources   Download

MIT

The Requires

 

by Jean-Philippe Bidegain