# php-uv [![Build Status](https://secure.travis-ci.org/chobie/php-uv.png)](http://travis-ci.org/chobie/php-uv) interface to libuv for php (experimental). also supports http-parser. # Experimental This extension is experimental, its functions may change their names or move to extension all together so do not rely to much on them you have been warned! # Install ```` git clone https://github.com/chobie/php-uv.git --recursive cd php-uv (cd libuv && make) phpize ./configure make make install # add `extension=uv.so` to your php.ini ```` # Examples see examples and tests directory. ````