Fork me on GitHub
TGZ TGZ ZIP

PEAR2_Net_Transmitter by boenrobot

or Flattr this
A stream wrapper that ensures data integrity. Particularly useful for sockets.

Latest version

1.0.0b2 released on 13 May 2017

See releases page

Install

If you have Pyrus, without downloading anything:

pyrus install -o PEAR2_Net_Transmitter-alpha

And in your PHP, load it with any PSR-0 compatible autoloader (e.g. PEAR2_Autoload).

Alternatively, if you download the PHAR archive from this page, you can just include it, like:

<?php
require_once 'PEAR2_Net_Transmitter-1.0.0b2.phar';
//Rest of your code

See the page in the project's wiki for details and other ways of installation.

License

LGPL 2.1

PEAR2_Net_Transmitter at OpenHub