2017 © Pedro Peláez
 

symfony-bundle fixtures-bundle

FixturesBundle for symfony framework

image

ryzhov/fixtures-bundle

FixturesBundle for symfony framework

  • Saturday, November 18, 2017
  • by anryzhov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

FixturesBundle

The FixturesBundle provides usefull service for load fixtures from yml or csv files, (*1)

License

This bundle is released under the MIT license, (*2)

Installation

Require the bundle and its dependencies with composer:, (*3)

$ composer require ryzhov/fixtures-bundle

Register the bundle:, (*4)

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        new Ryzhov\Bundle\FixturesBundle(),
    );
}

Usage


The Versions

18/11 2017

dev-master

9999999-dev https://github.com/ryzhov/fixtures-bundle

FixturesBundle for symfony framework

  Sources   Download

MIT

The Requires

 

by Aleksandr N. Ryzhov

doctrine symfony fixture