Download the PHP package joomlatools/framework-migrator without Composer
On this page you can find all versions of the php package joomlatools/framework-migrator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download joomlatools/framework-migrator
More information about joomlatools/framework-migrator
Files in joomlatools/framework-migrator
Package framework-migrator
Short Description A reusable component for migrations
License GPL-3.0-only
Homepage https://github.com/joomlatools/joomlatools-framework-migrator
Informations about the package framework-migrator
Migrator Component for Joomlatools Framework
This is a re-usable component for exporting and importing extension data for Joomlatools Framework.
Requirements
- Joomlatools Framework 3
- PHP 5.4 or newer
- MySQL 5
Installation
Install using Composer. Go to the root directory of your Joomla installation in command line and execute this command:
The component will be installed in the vendor
folder of the root directory of your Joomla site. The composer installer
will make sure that the component is bootstrapped from that location and made available to other components extending it
or just making use of it.
How to use
Include the behavior in your extension's dispatcher:
This will pick the migrators from the following identifiers by default:
Alternatively you can specify different identifiers in the behavior configuration.
Then navigate to view=export
or view=import
in your extension to perform migrations.
Contributing
This component is an open source, community-driven project. Contributions are welcome from everyone. We have contributing guidelines to help you get started.
Authors
See the list of contributors.
License
The joomlatools-framework-migrator
component is free and open-source software licensed under the GPLv3 license.