2017 © Pedro Peláez
 

joomlatools-extension framework-migrator

A reusable component for migrations

image

joomlatools/framework-migrator

A reusable component for migrations

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Migrator Component for Joomlatools Framework

This is a re-usable component for exporting and importing extension data for Joomlatools Framework., (*1)

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:, (*2)

composer require joomlatools/framework-migrator:1.*

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., (*3)

How to use

Include the behavior in your extension's dispatcher:, (*4)

class ComFooDispatcherHttp extends ComKoowaDispatcherHttp
{
    protected function _initialize(KObjectConfig $config)
    {
        $config->append(array(
            'behaviors'  => array(
                'com:migrator.dispatcher.behavior.migratable'
            )
        ));

        parent::_initialize($config);
    }
}

This will pick the migrators from the following identifiers by default:, (*5)

com://admin/foo.migrator.export
com://admin/foo.migrator.import

Alternatively you can specify different identifiers in the behavior configuration., (*6)

Then navigate to view=export or view=import in your extension to perform migrations., (*7)

Contributing

This component is an open source, community-driven project. Contributions are welcome from everyone. We have contributing guidelines to help you get started., (*8)

Authors

See the list of contributors., (*9)

License

The joomlatools-framework-migrator component is free and open-source software licensed under the GPLv3 license., (*10)

The Versions

27/02 2018

dev-master

9999999-dev https://github.com/joomlatools/joomlatools-framework-migrator

A reusable component for migrations

  Sources   Download

GPLv3 GPL-3.0-only

The Requires

 

component joomla migrator

02/08 2017

v1.1.0

1.1.0.0 https://github.com/joomlatools/joomlatools-framework-migrator

A reusable component for migrations

  Sources   Download

GPLv3

The Requires

 

component joomla migrator

03/04 2017

v1.0.4

1.0.4.0 https://github.com/joomlatools/joomlatools-framework-migrator

A reusable component for migrations

  Sources   Download

GPLv3

The Requires

 

component joomla migrator

18/01 2017

v1.0.3

1.0.3.0 https://github.com/joomlatools/joomlatools-framework-migrator

A reusable component for migrations

  Sources   Download

GPLv3

The Requires

 

component joomla migrator

04/01 2017

v1.0.2

1.0.2.0 https://github.com/joomlatools/joomlatools-framework-migrator

A reusable component for migrations

  Sources   Download

GPLv3

The Requires

 

component joomla migrator

16/12 2016

v1.0.1

1.0.1.0 https://github.com/joomlatools/joomlatools-framework-migrator

A reusable component for migrations

  Sources   Download

GPLv3

The Requires

 

component joomla migrator

16/09 2016

v1.0.0

1.0.0.0 https://github.com/joomlatools/joomlatools-framework-migrator

A reusable component for migrations

  Sources   Download

GPLv3

The Requires

 

component joomla migrator

01/08 2016

dev-feature/3-alt-import

dev-feature/3-alt-import https://github.com/joomlatools/joomlatools-framework-migrator

A reusable component for migrations

  Sources   Download

GPLv3

The Requires

 

component joomla migrator