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: 4 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 (almost 14 years ago)
- Default Branch: 3.4.x
- Last Pushed: 2025-02-10T06:56:23.000Z (11 days ago)
- Last Synced: 2025-02-17T22:28:27.505Z (4 days ago)
- Topics: bundle, doctrine, doctrine-migrations, php, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 780 KB
- Stars: 4,230
- Watchers: 22
- Forks: 216
- Open Issues: 47
-
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).