{"id":36428574,"url":"https://github.com/joomlatools/joomlatools-framework-migrator","last_synced_at":"2026-01-11T18:30:39.039Z","repository":{"id":15378665,"uuid":"54191436","full_name":"joomlatools/joomlatools-framework-migrator","owner":"joomlatools","description":"A reusable migrator for Joomlatools Framework.","archived":false,"fork":false,"pushed_at":"2022-06-15T00:18:49.000Z","size":113,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-25T23:02:46.755Z","etag":null,"topics":["framework"],"latest_commit_sha":null,"homepage":"https://www.joomlatools.com/developer/framework/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joomlatools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-03-18T09:56:12.000Z","updated_at":"2023-01-24T20:46:38.000Z","dependencies_parsed_at":"2022-07-22T15:32:15.382Z","dependency_job_id":null,"html_url":"https://github.com/joomlatools/joomlatools-framework-migrator","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/joomlatools/joomlatools-framework-migrator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joomlatools%2Fjoomlatools-framework-migrator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joomlatools%2Fjoomlatools-framework-migrator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joomlatools%2Fjoomlatools-framework-migrator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joomlatools%2Fjoomlatools-framework-migrator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joomlatools","download_url":"https://codeload.github.com/joomlatools/joomlatools-framework-migrator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joomlatools%2Fjoomlatools-framework-migrator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28317711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: 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":["framework"],"created_at":"2026-01-11T18:30:38.348Z","updated_at":"2026-01-11T18:30:39.033Z","avatar_url":"https://github.com/joomlatools.png","language":"PHP","readme":"# Migrator Component for Joomlatools Framework\n\nThis is a re-usable component for exporting and importing extension data for [Joomlatools Framework].\n\n## Requirements\n\n- Joomlatools Framework 3\n- PHP 5.4 or newer\n- MySQL 5\n\n## Installation\n\nInstall using [Composer](https://getcomposer.org/). Go to the root directory of your Joomla installation in command line and execute this command:\n\n```\ncomposer require joomlatools/framework-migrator:1.*\n```\n\nThe component will be installed in the `vendor` folder of the root directory of your Joomla site. The composer installer \nwill make sure that the component is bootstrapped from that location and made available to other components extending it \nor just making use of it.\n\n## How to use\n\nInclude the behavior in your extension's dispatcher:\n\n```\nclass ComFooDispatcherHttp extends ComKoowaDispatcherHttp\n{\n    protected function _initialize(KObjectConfig $config)\n    {\n        $config-\u003eappend(array(\n            'behaviors'  =\u003e array(\n                'com:migrator.dispatcher.behavior.migratable'\n            )\n        ));\n\n\t\tparent::_initialize($config);\n    }\n}\n```\n\nThis will pick the migrators from the following identifiers by default:\n\n```\ncom://admin/foo.migrator.export\ncom://admin/foo.migrator.import\n```\n\nAlternatively you can specify different identifiers in the behavior configuration.\n\nThen navigate to `view=export` or `view=import` in your extension to perform migrations.\n\n## Contributing\n\nThis component is an open source, community-driven project. Contributions are welcome from everyone. We have [contributing guidelines](CONTRIBUTING.md) to help you get started.\n\n## Authors\n\nSee the list of [contributors](https://github.com/joomlatools/joomlatools-framework-migrator/contributors).\n\n## License\n\nThe `joomlatools-framework-migrator` component is free and open-source software licensed under the [GPLv3 license](LICENSE.txt).\n\n[Joomlatools Framework]: http://www.joomlatools.com/developer/framework/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoomlatools%2Fjoomlatools-framework-migrator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoomlatools%2Fjoomlatools-framework-migrator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoomlatools%2Fjoomlatools-framework-migrator/lists"}