{"id":87003,"library":"doctrine-migrations","title":"Doctrine Migrations","description":"Version control for database schemas using Doctrine DBAL, enabling easy deployment of schema changes.","status":"active","version":"3.9.7","language":"php","source_language":null,"source_url":"https://github.com/doctrine/migrations","tags":["migrations","database","doctrine","schema"],"install":[{"cmd":"composer require doctrine/migrations","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"DependencyFactory","correct":"use Doctrine\\Migrations\\DependencyFactory;"}],"quickstart":{"code":"use Doctrine\\Migrations\\DependencyFactory;\nuse Doctrine\\Migrations\\Configuration\\Configuration;\n\n$config = new Configuration();\n$dependencyFactory = DependencyFactory::fromEntityManager($config, $entityManager);\n$dependencyFactory->getMigrator()->migrate();","lang":"php","description":"Run all pending migrations using the migrator."},"warnings":[{"fix":"Use the 'migrations:status' command to review pending changes before executing.","message":"Migrations are irreversible by default; always test before applying to production.","severity":"gotcha","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'chang':16 'control':4 'databas':6,18 'dbal':10 'deploy':13 'doctrin':1,9,19 'easi':12 'enabl':11 'migrat':2,17 'schema':7,15,20 'use':8 'version':3","created_at":"2026-06-19T08:11:49.922294+00:00","updated_at":"2026-06-19T08:11:49.922294+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://www.doctrine-project.org/projects/migrations.html","github":"https://github.com/doctrine/migrations","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}