elife/ping
最新稳定版本:v1.3.0
Composer 安装命令:
composer require elife/ping
包简介
eLife Sciences ping controller
README 文档
README
This library provides a ping controller for the eLife Sciences applications.
Dependencies
- Composer
- PHP 7
Installation
composer require elife/ping
Set up
Silex
use eLife\Ping\Silex\PingControllerProvider; $app->register(new PingControllerProvider());
Symfony
Add eLife\Ping\Symfony\PingBundle to your application's kernel.
Add to your routing file:
ping: resource: '@PingBundle/Resources/config/routing.php'
Running the tests
vendor/bin/phpunit
统计信息
- 总下载量: 14.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-18