Download the PHP package dbtlr/silex-doctrine-migrations without Composer
On this page you can find all versions of the php package dbtlr/silex-doctrine-migrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dbtlr/silex-doctrine-migrations
More information about dbtlr/silex-doctrine-migrations
Files in dbtlr/silex-doctrine-migrations
Download dbtlr/silex-doctrine-migrations
More information about dbtlr/silex-doctrine-migrations
Files in dbtlr/silex-doctrine-migrations
Vendor dbtlr
Package silex-doctrine-migrations
Short Description Doctrine migration service provider for Silex
License MIT
Homepage http://github.com/dbtlr/silex-doctrine-migrations
Package silex-doctrine-migrations
Short Description Doctrine migration service provider for Silex
License MIT
Homepage http://github.com/dbtlr/silex-doctrine-migrations
Please rate this library. Is it a good library?
Informations about the package silex-doctrine-migrations
Silex Migration Provider
This is a wrapper for the Doctrine Migrations project.
For more information on how to use the schema manager, please see Doctrine's Schema Manager documentation.
Install via Composer
Add service provider
Config options
db.migrations.path
(required): The full path where you want to store your migration classes.db.migrations.table_name
(optional): The name of the table that we store meta information about the state of migrations. Defaults to: migration_versions.db.migrations.namespace
(optional): The namespace for the migration classes (defaults to: DoctrineMigration).db.migrations.name
(optional): TThe name of the migrations to use.
Available commands
- migrations:execute Execute a single migration version up or down manually.
- migrations:generate Generate a blank migration class.
- migrations:migrate Execute a migration to a specified version or the latest available version.
- migrations:status View the status of a set of migrations.
- migrations:version Manually add and delete migration versions from the version table.
All versions of silex-doctrine-migrations with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
doctrine/dbal Version ~2.5
silex/silex Version ~1.2
doctrine/migrations Version 1.0.*@dev
knplabs/console-service-provider Version ~1.0
doctrine/dbal Version ~2.5
silex/silex Version ~1.2
doctrine/migrations Version 1.0.*@dev
knplabs/console-service-provider Version ~1.0
The package dbtlr/silex-doctrine-migrations contains the following files
Loading the files please wait ....