getpop/migrate-modulerouting

This package is abandoned and no longer maintained. No replacement package was suggested.

(Temporary package) Migrate code to package https://github.com/getpop/modulerouting. Target package description: Configure and obtain what module will be added to the component hierarchy at each level, based on the attributes from the request

dev-master / 1.0.x-dev 2019-09-02 07:05 UTC

This package is auto-updated.

Last update: 2019-10-24 16:50:05 UTC


README

Code to be migrated, from legacy PHP 5 code to modern PHP 7 code (read more here). Target package description: Configure and obtain what module will be added to the component hierarchy at each level, based on the attributes from the request

Install

Via Composer

$ composer require getpop/migrate-modulerouting dev-master

Note: Your composer.json file must have the configuration below to accept minimum stability "dev" (there are no releases for PoP yet, and the code is installed directly from the master branch):

{
    ...
    "minimum-stability": "dev",
    "prefer-stable": true,
    ...
}

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email leo@getpop.org instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.