
php-snappy
Summary
This project has moved to GitHub.
This extension provide API for communicating with snappy.
Installation
``` $ phpize $ ./configure $ make
make install
```
A successful install will have created snappy.so and put it into the PHP extensions directory. You'll need to and adjust php.ini and add an extension=snappy.so line before you can use the extension.
Function synopsis
snappy_compress — Compress a string
string snappy_compress ( string $data )
snappy_uncompress — Uncompress a compressed string
string snappy_uncompress ( string $data )
Project Information
The project was created on Apr 1, 2011.
- License: New BSD License
- 11 stars
- svn-based source control