2017 © Pedro Peláez
 

library ping

eLife Sciences ping controller

image

elife/ping

eLife Sciences ping controller

  • Thursday, March 15, 2018
  • by thewilkybarkid
  • Repository
  • 8 Watchers
  • 0 Stars
  • 957 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 6 Versions
  • 14 % Grown

The README.md

eLife Ping PHP

Build Status, (*1)

This library provides a ping controller for the eLife Sciences applications., (*2)

Dependencies

Installation

composer require elife/ping, (*3)

Set up

Silex

use eLife\Ping\Silex\PingControllerProvider;

$app->register(new PingControllerProvider());

Symfony

Add eLife\Ping\Symfony\PingBundle to your application's kernel., (*4)

Add to your routing file:, (*5)

ping:
  resource: '@PingBundle/Resources/config/routing.php'

Running the tests

vendor/bin/phpunit, (*6)

The Versions

18/09 2017

dev-silex

dev-silex

eLife Sciences ping controller

  Sources   Download

MIT

The Requires

 

The Development Requires