GitHunt
JB

jbboehr/php-shoco

PHP bindings for the shoco string compressor

php-shoco

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

Languages

C64.8%PHP14.3%CMake11.0%M49.7%Shell0.1%

Contributors

GNU Affero General Public License v3.0
Created October 1, 2016
Updated September 28, 2024