{"id":18781559,"url":"https://github.com/devture/silex-db-migrations-bundle","last_synced_at":"2025-12-19T10:30:14.771Z","repository":{"id":56967130,"uuid":"77018342","full_name":"devture/silex-db-migrations-bundle","owner":"devture","description":"Silex bundle that provides DB migrations (powered by Phinx)","archived":false,"fork":false,"pushed_at":"2020-03-14T05:59:21.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T11:16:18.302Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devture.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-21T04:43:39.000Z","updated_at":"2016-12-21T04:44:00.000Z","dependencies_parsed_at":"2022-08-21T09:50:41.496Z","dependency_job_id":null,"html_url":"https://github.com/devture/silex-db-migrations-bundle","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devture%2Fsilex-db-migrations-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devture%2Fsilex-db-migrations-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devture%2Fsilex-db-migrations-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devture%2Fsilex-db-migrations-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devture","download_url":"https://codeload.github.com/devture/silex-db-migrations-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239699214,"owners_count":19682537,"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","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":[],"created_at":"2024-11-07T20:32:35.712Z","updated_at":"2025-12-19T10:30:14.695Z","avatar_url":"https://github.com/devture.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DB Migrations Bundle\n\nSilex bundle that provides DB migrations (powered by Phinx).\n\n\n## Configuration\n\n\t\"DbMigrationsBundle\": {\n\t\t\"environments\": {\n\t\t\t\"default_database\"\t:\t\"development\",\n\t\t\t\"development\": {\n\t\t\t\t\"adapter\"\t:\t\"%DATABASE_ADAPTER%\",\n\t\t\t\t\"charset\"\t:\t\"%DATABASE_CHARSET%\",\n\t\t\t\t\"collation\"\t:\t\"%DATABASE_COLLATION%\",\n\t\t\t\t\"uri\"\t\t:\t\"%DATABASE_URI%\"\n\t\t\t}\n\t\t},\n\t\t\"paths\": {\n\t\t\t\"migrations\": \"migrations\"\n\t\t},\n\t\t\"migrations_base_path\": \"%app_base_path%\"\n\t}\n\nExample parameters:\n\n\t{\n\t\t\"DATABASE_ADAPTER\": \"mysql\",\n\t\t\"DATABASE_CHARSET\": \"utf8\",\n\t\t\"DATABASE_COLLATION\": \"utf8_general_ci\",\n\t\t\"DATABASE_URI\": \"username:password@localhost/db_name\",\n\t}\n\n\n## Initializing\n\n\t$app-\u003eregister(new \\Devture\\Bundle\\DbMigrationsBundle\\ServicesProvider($app['config']['DbMigrationsBundle']));\n\n\n## Usage\n\nAs configured above, a `migrations/` directory needs to exist in the main project directory (`%app_base_path%`).\n\nThe bundle would attach some additional console commands to the `$app['console']` service.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevture%2Fsilex-db-migrations-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevture%2Fsilex-db-migrations-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevture%2Fsilex-db-migrations-bundle/lists"}