Skip to content

Repository files navigation

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.

About

PHP bindings for the shoco string compressor

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages