{"id":22765710,"url":"https://github.com/mindyphp/migrationmanager","last_synced_at":"2025-10-06T11:10:27.736Z","repository":{"id":62529175,"uuid":"115187952","full_name":"MindyPHP/MigrationManager","owner":"MindyPHP","description":"Migration manager for Mindy ORM","archived":false,"fork":false,"pushed_at":"2018-02-27T15:11:39.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-13T19:43:12.512Z","etag":null,"topics":["migration","mindy-orm","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MindyPHP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-23T10:24:32.000Z","updated_at":"2018-01-14T15:57:39.000Z","dependencies_parsed_at":"2022-11-02T14:30:24.508Z","dependency_job_id":null,"html_url":"https://github.com/MindyPHP/MigrationManager","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/MindyPHP/MigrationManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MindyPHP%2FMigrationManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MindyPHP%2FMigrationManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MindyPHP%2FMigrationManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MindyPHP%2FMigrationManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MindyPHP","download_url":"https://codeload.github.com/MindyPHP/MigrationManager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MindyPHP%2FMigrationManager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278598620,"owners_count":26013291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["migration","mindy-orm","php"],"created_at":"2024-12-11T12:14:08.366Z","updated_at":"2025-10-06T11:10:27.669Z","avatar_url":"https://github.com/MindyPHP.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Migration Manager\n\n[![Build Status](https://travis-ci.org/MindyPHP/MigrationManager.svg?branch=dev)](https://travis-ci.org/MindyPHP/MigrationManager)\n[![codecov](https://codecov.io/gh/MindyPHP/MigrationManager/branch/master/graph/badge.svg)](https://codecov.io/gh/MindyPHP/MigrationManager)\n\n## Установка\n\n```bash\ncomposer require mindy/migration-manager --prefer-dist\n```\n\n## Использование\n\n```php\n\u003c?php\n\nuse Doctrine\\DBAL\\DriverManager;\nuse Mindy\\Component\\MigrationManager\\MigrationFactory;\n\n$connection = DriverManager::getConnection(['url' =\u003e 'sqlite:///:memory:']);\n$manager = MigrationFactory::createManager($connection, 'application', __DIR__.'/Migrations', '\\\\Application\\Migrations');\n\n// Generate new migration\n$migrationPath = $manager-\u003egenerateMigration();\necho $migrationPath . PHP_EOL;\n\n// Migrate\n$manager-\u003edoMigrate();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindyphp%2Fmigrationmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmindyphp%2Fmigrationmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindyphp%2Fmigrationmanager/lists"}