2017 © Pedro Peláez
 

library laravel-ping

Ping for Laravel.

image

shimomo/laravel-ping

Ping for Laravel.

  • Friday, May 19, 2017
  • by shimomo
  • Repository
  • 1 Watchers
  • 1 Stars
  • 688 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 10 Versions
  • 34 % Grown

The README.md

Laravel Ping

Build Status Coverage Status Latest Stable Version Total Downloads Dependency Status MIT License, (*1)

Installation

Install via Composer., (*2)

$ composer require shimomo/laravel-ping

Add to config/app.php., (*3)

<?php

return [

    // ...

    'providers' => [
        // ...
        Shimomo\Laravel\PingServiceProvider::class,
    ],

    // ...

    'aliases' => [
        // ...
        'Ping' => Shimomo\Laravel\PingFacade::class,
    ],
];

Usage

<?php

namespace App\Http\Controllers;

use App\Http\Controllers\Controller;

/**
 * @author shimomo
 */
class PingController extends Controller
{
    /**
     * @return string
     */
    public function execute()
    {
        if ($latency = \Ping::execute('https://example.com/')) {
            return $latency . 'ms';
        }

        return 'Not exist.';
    }
}

License

Laravel Ping is open-sourced software licensed under the MIT license., (*4)

The Versions

19/05 2017

dev-master

9999999-dev

Ping for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel ping

19/05 2017

2.3.0

2.3.0.0

Ping for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel ping

21/04 2017

2.2.0

2.2.0.0

This is a package for using Ping in Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel ping

30/01 2017

2.1.1

2.1.1.0

This is a package for using Ping in Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel ping

24/01 2017

2.1.0

2.1.0.0

Ping for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel ping

22/01 2017

2.0.0

2.0.0.0

Ping for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel ping

15/01 2017

1.2.1

1.2.1.0

Ping for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel ping

15/01 2017

1.2.0

1.2.0.0

Ping for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel ping

14/01 2017

1.1.0

1.1.0.0

Ping for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel ping

14/01 2017

1.0.0

1.0.0.0

Ping for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel ping