Mercurial > hg > rc1
diff vendor/pear/net_socket/README.md @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/pear/net_socket/README.md Thu Jan 04 15:50:29 2018 -0500 @@ -0,0 +1,43 @@ +# Net_Socket - Network Socket Interface + +[![Build Status](https://travis-ci.org/pear/Net_Socket.svg?branch=master)](https://travis-ci.org/pear/Net_Socket) + + +Net_Socket is a class interface to TCP sockets. It provides blocking +and non-blocking operation, with different reading and writing modes +(byte-wise, block-wise, line-wise and special formats like network +byte-order ip addresses). + +[Homepage](http://pear.php.net/package/Net_Socket/) + + +## Installation +For a PEAR installation that downloads from the PEAR channel: + +`$ pear install pear/net_socket` + +For a PEAR installation from a previously downloaded tarball: + +`$ pear install Net_Socket-*.tgz` + +For a PEAR installation from a code clone: + +`$ pear install package.xml` + +For a local composer installation: + +`$ composer install` + +To add as a dependency to your composer-managed application: + +`$composer require pear/net_socket` + + +## Tests +Run the tests from a local composer installation: + +`$ ./vendor/bin/phpunit` + + +## License +BSD-2 license