https://github.com/pear/net_ping
OS independent wrapper class for executing ping calls
https://github.com/pear/net_ping
network php ping
Last synced: about 1 year ago
JSON representation
OS independent wrapper class for executing ping calls
- Host: GitHub
- URL: https://github.com/pear/net_ping
- Owner: pear
- Created: 2011-11-26T06:46:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T16:19:24.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T04:01:41.571Z (over 1 year ago)
- Topics: network, php, ping
- Language: PHP
- Homepage: http://pear.php.net/package/Net_Ping
- Size: 80.1 KB
- Stars: 5
- Watchers: 13
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This package is http://pear.php.net/package/Net_Ping and has been migrated from http://svn.php.net/repository/pear/packages/Net_Ping
Please report all new issues via the PEAR bug tracker.
If this package is marked as unmaintained and you have fixes, please submit your pull requests and start discussion on the pear-qa mailing list.
To test, run either
$ phpunit tests/
or
$ pear run-tests -r
To build, simply
$ pear package
To install from scratch
$ pear install package.xml
To upgrade
$ pear upgrade -f package.xml