2017 © Pedro Peláez
 

library database-bundle

A Symfony bundle with useful database stuff

image

itk-dev/database-bundle

A Symfony bundle with useful database stuff

  • Monday, June 11, 2018
  • by rimi-itk
  • Repository
  • 5 Watchers
  • 1 Stars
  • 127 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 63 % Grown

The README.md

Database bundle

A Symfony bundle with useful database stuff., (*1)

Installation

Require the bundle with composer:, (*2)

composer require itk-dev/database-bundle "^1.2"

Enable the bundle:, (*3)

<?php
// Symfony 2 and 3.
// app/AppKernel.php

public function registerBundles()
{
    $bundles = [
        // …
        new ItkDev\DatabaseBundle\ItkDevDatabaseBundle(),
        // …
    ];
}
<?php
// Symfony 4 and 5.
// config/bundles.php

return [
    // …
    ItkDev\DatabaseBundle\ItkDevDatabaseBundle::class => ['all' => true],
    // …
];

Usage

Dump database:, (*4)

bin/console itk-dev:database:dump

Open database from command line:, (*5)

bin/console itk-dev:database:cli

The Versions

11/06 2018

dev-master

9999999-dev

A Symfony bundle with useful database stuff

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mikkel Ricky

11/06 2018

1.2.0

1.2.0.0

A Symfony bundle with useful database stuff

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mikkel Ricky

23/05 2018

dev-feature/symfony4

dev-feature/symfony4

A Symfony bundle with useful database stuff

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mikkel Ricky

09/02 2018

1.1.0

1.1.0.0

A Symfony bundle with useful database stuff

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mikkel Ricky

30/01 2018

1.0.2

1.0.2.0

A Symfony bundle with useful database stuff

  Sources   Download

MIT

The Requires

 

by Mikkel Ricky

30/01 2018

1.0.1

1.0.1.0

A Symfony bundle with useful database stuff

  Sources   Download

The Requires

 

by Mikkel Ricky

30/01 2018

1.0.0

1.0.0.0

A Symfony bundle with useful database stuff

  Sources   Download

The Requires

 

by Mikkel Ricky