lokhman / silex-doctrine-migrations
Silex service provider for Doctrine Migrations library
Installs: 18 458
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- doctrine/dbal: ~2.2
- doctrine/migrations: ^1.0
- silex/silex: ~2.0
- symfony/console: ~3.0
This package is auto-updated.
Last update: 2024-12-16 22:13:24 UTC
README
N.B.:
silex-doctrine-migrations
is now merged intosilex-tools
library 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.