zfcampus/zf-apigility-welcome
最新稳定版本:1.1.0
Composer 安装命令:
composer require zfcampus/zf-apigility-welcome
包简介
Apigility Welcome Screen
README 文档
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.
统计信息
- 总下载量: 338.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2013-10-31