Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

faustbrian/ping

Repository files navigation

Ping

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

This package was created by, and is maintained by Brian Faust, and provides ping capabilities for PHP.

Installation

composer require kodekeep/ping

Usage

$ping = new KodeKeep\Ping\Ping();

$ping
    ->host("127.0.0.1")
    ->port(80)
    ->driver('tcp')
    ->ping();

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.

Credits

This project exists thanks to all the people who contribute.

Support Us

We invest a lot of resources into creating and maintaining our packages. You can support us and the development through GitHub Sponsors.

License

Ping is an open-sourced software licensed under the MPL-2.0.