zfcampus/zf-apigility-provider
最新稳定版本:1.3.0
Composer 安装命令:
composer require zfcampus/zf-apigility-provider
包简介
Apigility interfaces
README 文档
README
Repository abandoned 2019-12-31
This repository has moved to laminas-api-tools/api-tools-provider.
Introduction
This repository consists of interfaces used by Apigility that can be composed into standalone modules and libraries so that consumers may choose to opt-in to Apigility functionality.
General Usage
To mark a module as being an Apigility-enabled module, add the following interface to your Module:
use ZF\Apigility\Provider\ApigilityProviderInterface; class MyModule implements ApigilityProviderInterface { }
At this point, this particular module should show up in the Apigility UI interface.
Requirements
Please see the composer.json file.
Installation
Run the following composer command:
$ composer require zfcampus/zf-apigility-provider
Alternately, manually add the following to your composer.json, in the require section:
"require": { "zfcampus/zf-apigility-provider": "^1.0" }
And then run composer update to ensure the module is installed.
统计信息
- 总下载量: 1.85M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 21
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-02-01