Fork me on GitHub
TGZ TGZ ZIP

PEAR2_Net_Transmitter by boenrobot

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

Latest version

1.0.0a3 released on 3 August 2012

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.0a3.phar';
//Rest of your code

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

License

LGPL 2.1

Download

You can download this project in either phar, tgz or zip formats. The contents of the archives are equivalent.

You can also clone the project with Git by running:

$ git clone git://github.com/pear2/Net_Transmitter

PEAR2_Net_Transmitter at Ohloh