{"id":19787234,"url":"https://github.com/mvrhov/mvrhovphinxbundle","last_synced_at":"2025-08-02T08:09:38.769Z","repository":{"id":57022374,"uuid":"80418458","full_name":"mvrhov/mvrhovPhinxBundle","owner":"mvrhov","description":null,"archived":false,"fork":false,"pushed_at":"2018-12-21T16:31:06.000Z","size":23,"stargazers_count":6,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T23:35:01.465Z","etag":null,"topics":["phinx","phinx-migrations","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvrhov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-30T12:12:40.000Z","updated_at":"2021-03-18T09:28:01.000Z","dependencies_parsed_at":"2022-08-23T15:00:11.611Z","dependency_job_id":null,"html_url":"https://github.com/mvrhov/mvrhovPhinxBundle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mvrhov/mvrhovPhinxBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvrhov%2FmvrhovPhinxBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvrhov%2FmvrhovPhinxBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvrhov%2FmvrhovPhinxBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvrhov%2FmvrhovPhinxBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvrhov","download_url":"https://codeload.github.com/mvrhov/mvrhovPhinxBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvrhov%2FmvrhovPhinxBundle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268351590,"owners_count":24236436,"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-08-02T02:00:12.353Z","response_time":74,"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":["phinx","phinx-migrations","symfony","symfony-bundle"],"created_at":"2024-11-12T06:21:50.566Z","updated_at":"2025-08-02T08:09:38.742Z","avatar_url":"https://github.com/mvrhov.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Composer\n\nThe fastest way to install Phinx bundle is to add it to your project using Composer (http://getcomposer.org/).\n\n1. Install Composer:\n\n    ```\n    curl -sS https://getcomposer.org/installer | php\n    ```\n\n1. Require Phinx bundle as a dependency using Composer:\n\n    ```\n    php composer.phar require mvrhov/phinx-bundle\n    ```\n\n1. Install bundle:\n\n    ```\n    php composer.phar install\n    ```\n    \n2. Add bundle to `app/AppKernel.php`\n\n    ```php\n        if (in_array($this-\u003egetEnvironment(), ['dev', 'test'], true)) {\n            // ...\n\n            if ('dev' === $this-\u003egetEnvironment()) {\n                // ...\n                $bundles[] = new \\mvrhov\\PhinxBundle\\mvrhovPhinxBundle();\n            }\n        }\n    ```\n    \n3. Add bundle config to `app/config/config_dev.yml`\n   Example:\n   \n   ```yml\n   mvrhov_phinx:\n       adapters:\n           mysql: Phinx\\Db\\Adapter\\MysqlAdapter\n       environment:\n           connection:        \n               adapter: mysql\n               host: '%database_host%'\n               port: '%database_port%'\n               name: '%database_name%'\n               user: '%database_user%'\n               pass: '%database_password%'\n               charset: UTF8\n   ```\n   See `DependencyInjection/Configuration.php` for full list of available options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvrhov%2Fmvrhovphinxbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvrhov%2Fmvrhovphinxbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvrhov%2Fmvrhovphinxbundle/lists"}