juhasz-adam/lz-compressor

There is no license information available for the latest version (dev-master) of this package.

PHP Class implementation of LZ-String javascript.

Maintainers

Package info

github.com/JuhaszAdam/lz-string-php

pkg:composer/juhasz-adam/lz-compressor

Statistics

Installs: 77

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2016-02-04 12:12 UTC

This package is not auto-updated.

Last update: 2026-03-21 02:13:32 UTC


README

PHP Class implementation of LZ-String javascript

Based on the LZ-String javascript found here: http://pieroxy.net/blog/pages/lz-string/index.html

If you plan to exchange your data via AJAX use the base64 methods hence this is HTTP save.

  • 2014-05-09 Added support for special chars like é,È, ... [Thanks to @carlholmberg]

  • 2014-03-12 Small Bugfix added (Thanks to Filipe)

  • 2016-02-04 Overhaul and refactor