Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.09 KB

php-shoco

GitHub Linux Build Status GitHub OSX Build Status GitHub Docker Build Status Coverage Status License

PHP bindings for shoco.

Installation

phpize
./configure
make
make test
sudo make install

Usage

$input = 'foo';
$compressed = shoco_compress($input);
$uncompressed = shoco_uncompress($compressed);

License

This project is licensed under the Simplified BSD License.