zfcampus / zf-apigility-welcome
Apigility Welcome Screen
Installs: 332 839
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 10
Forks: 9
Open Issues: 1
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-mvc: ^2.7.15 || ^3.0.4
- zendframework/zend-view: ^2.9
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.8 || ^7.1.5
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-i18n: ^2.7.4
- zendframework/zend-log: ^2.9.2
- zendframework/zend-modulemanager: ^2.8
- zendframework/zend-serializer: ^2.8
- zendframework/zend-test: ^2.6.1 || ^3.1
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.
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.