Ping
, (*1)
This package was created by, and is maintained by Brian Faust, and provides ping
capabilities for PHP., (*2)
Installation
composer require kodekeep/ping
Usage
``` php
$ping = new KodeKeep\Ping\Ping();, (*3)
$ping
->host("127.0.0.1")
->port(80)
->driver('tcp')
->ping();, (*4)
## Testing
``` bash
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently., (*5)
Contributing
Please see CONTRIBUTING for details., (*6)
Security
If you discover a security vulnerability within this package, please send an e-mail to hello@kodekeep.com. All security vulnerabilities will be promptly addressed., (*7)
Credits
This project exists thanks to all the people who contribute., (*8)
Support Us
We invest a lot of resources into creating and maintaining our packages. You can support us and the development through GitHub Sponsors., (*9)
License
Ping is an open-sourced software licensed under the MPL-2.0., (*10)