Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T16:19:24.000Z (about 5 years ago)
- Last Synced: 2024-11-10T13:43:50.242Z (5 days ago)
- Topics: network, php, ping
- Language: PHP
- Homepage: http://pear.php.net/package/Net_Ping
- Size: 80.1 KB
- Stars: 6
- Watchers: 15
- Forks: 3
- 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 -rTo build, simply
$ pear packageTo install from scratch
$ pear install package.xmlTo upgrade
$ pear upgrade -f package.xml