zfcampus/zf-apigility-welcome

This package is abandoned and no longer maintained. The author suggests using the laminas-api-tools/api-tools-welcome package instead.

Apigility Welcome Screen

1.1.0 2019-12-31 15:35 UTC

This package is auto-updated.

Last update: 2020-01-20 17:34:35 UTC


README

Repository abandoned 2019-12-31

This repository has moved to laminas-api-tools/api-tools-welcome.

Build Status Coverage Status

Welcome page for the web interface of the Apigility project.

Installation

Run the following composer command:

$ composer require zfcampus/zf-apigility-welcome

Alternately, manually add the following to your composer.json, in the require section:

"require": {
    "zfcampus/zf-apigility-welcome": "^1.1"
}

And then run composer update to ensure the module is installed.

Finally, add the module name to your project's config/application.config.php under the modules key:

return [
    /* ... */
    'modules' => [
        /* ... */
        'ZF\Apigility\Welcome',
    ],
    /* ... */
];

zf-component-installer

If you use zf-component-installer, that plugin will install zf-apigility-welcome as a module for you.