Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doctrine/doctrinemigrationsbundle
Symfony integration for the doctrine/migrations library
https://github.com/doctrine/doctrinemigrationsbundle
bundle doctrine doctrine-migrations php symfony symfony-bundle
Last synced: 15 days ago
JSON representation
Symfony integration for the doctrine/migrations library
- Host: GitHub
- URL: https://github.com/doctrine/doctrinemigrationsbundle
- Owner: doctrine
- License: mit
- Created: 2011-04-22T10:08:13.000Z (over 13 years ago)
- Default Branch: 3.3.x
- Last Pushed: 2024-04-09T06:13:13.000Z (7 months ago)
- Last Synced: 2024-04-13T20:24:30.061Z (7 months ago)
- Topics: bundle, doctrine, doctrine-migrations, php, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 685 KB
- Stars: 4,153
- Watchers: 26
- Forks: 213
- Open Issues: 46
-
Metadata Files:
- Readme: README.markdown
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
DoctrineMigrationsBundle
========================This bundle integrates the [Doctrine Migrations library](http://www.doctrine-project.org/projects/migrations.html)
into Symfony applications. Database migrations help you version the changes in
your database schema and apply them in a predictable way on every server running
the application.[Read the documentation of this bundle](https://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html).