{"id":40836921,"url":"https://github.com/koninklijke-collective/koning_phinx","last_synced_at":"2026-01-21T22:39:10.663Z","repository":{"id":57008361,"uuid":"81350491","full_name":"koninklijke-collective/koning_phinx","owner":"koninklijke-collective","description":"TYPO3 Extension: Phinx.org integration for Database Migrations","archived":false,"fork":false,"pushed_at":"2020-05-15T09:09:28.000Z","size":12,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-26T23:40:41.406Z","etag":null,"topics":["database-migrations","migrations","phinx","typo3","typo3-cms","typo3-cms-extension"],"latest_commit_sha":null,"homepage":null,"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/koninklijke-collective.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-02-08T16:30:04.000Z","updated_at":"2020-05-15T09:09:31.000Z","dependencies_parsed_at":"2022-08-21T14:31:35.798Z","dependency_job_id":null,"html_url":"https://github.com/koninklijke-collective/koning_phinx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/koninklijke-collective/koning_phinx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koninklijke-collective%2Fkoning_phinx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koninklijke-collective%2Fkoning_phinx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koninklijke-collective%2Fkoning_phinx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koninklijke-collective%2Fkoning_phinx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koninklijke-collective","download_url":"https://codeload.github.com/koninklijke-collective/koning_phinx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koninklijke-collective%2Fkoning_phinx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28645551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["database-migrations","migrations","phinx","typo3","typo3-cms","typo3-cms-extension"],"created_at":"2026-01-21T22:39:10.590Z","updated_at":"2026-01-21T22:39:10.658Z","avatar_url":"https://github.com/koninklijke-collective.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TYPO3 Extension: Phinx Integration\n  * Description: Phinx.org integration for Database Migrations\n  * Extension key: koning_phinx\n  * TER: http://typo3.org/extensions/repository/view/koning_phinx\n\n\nHowto\n-----\nConfigure the extension as you would like; like example below:\n \n```php\n    $GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['koning_phinx'] = [\n        // Define paths outside PATH_site root\n        'path_migrations' =\u003e '../database/migrations',\n        'path_seeds' =\u003e '../database/seeds',\n        // Enable extension migrations/seeds:Careful, this enables extension migrations! All enabled extensions with EXT:extension/Phinx/{Migrations,Seeds} directories.\n        'include_extension_directories' =\u003e true,\n    ];\n```\n\nUsage\n-----\nYou can use all the Phinx features with the following command;\n\n```bash\n    # Get all options\n    php typo3/cli_dispatch.phpsh koning_phinx list\n    \n    # Invoke migrations\n    php typo3/cli_dispatch.phpsh koning_phinx migrate\n    \n    # Create migration\n    php typo3/cli_dispatch.phpsh koning_phinx create SpecifyYourSpecificChangeAsTitle\n    \n    # Display status of all migrations\n    php typo3/cli_dispatch.phpsh koning_phinx status\n    \n    # Invoke seeds\n    php typo3/cli_dispatch.phpsh koning_phinx seed:run\n    \n    # Create seed\n    php typo3/cli_dispatch.phpsh koning_phinx seed:create YourSeedTitle\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoninklijke-collective%2Fkoning_phinx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoninklijke-collective%2Fkoning_phinx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoninklijke-collective%2Fkoning_phinx/lists"}