lokhman / silex-doctrine-migrations
Silex service provider for Doctrine Migrations library
Package info
github.com/lokhman/silex-doctrine-migrations
pkg:composer/lokhman/silex-doctrine-migrations
Requires
- doctrine/dbal: ~2.2
- doctrine/migrations: ^1.0
- silex/silex: ~2.0
- symfony/console: ~3.0
This package is auto-updated.
Last update: 2026-03-17 00:50:34 UTC
README
N.B.:
silex-doctrine-migrationsis now merged intosilex-toolslibrary and further development will be discontinued. The new library is fully compatible with Silex 2.0+ and improves basic functionality of the included components.More details: https://github.com/lokhman/silex-tools.
Silex service provider for Doctrine Migrations library.
This is a Silex 2.0+ fork of https://github.com/kurlltd/silex-doctrine-migrations-provider.
Library is fully compatible with Silex 2.0+ (releases 2.0+).
Installation
You can install library through Composer:
composer require lokhman/silex-doctrine-migrations
License
Library is available under the MIT license. The included LICENSE file describes this in detail.