php-shoco 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 AGPLv3.0 or later.