lz-string-php icon indicating copy to clipboard operation
lz-string-php copied to clipboard

PHP Class implementation of LZ-String javascript

Results 12 lz-string-php issues
Sort by recently updated
recently updated
newest added

Please help me to add this library in Laravel Framework

Would it be possible to upgrade the release on packagist? It seems the URI methods don't exist in the current latest version for composer to install. Thanks!

Fix the error in PHP 5.3 Fatal error: Cannot access self:: when no class scope is active in ...\LZCompressor\LZUtil.php on line 43

I have a text of length 357813. When trying to compress it takes a very long time. I use LZString::compressToBase64 . While when trying the same string on js LZString...

Hi, I'm compressing JSON in Javascript with compress, and then when I try to decompress the POST in php it's always null, am i missing something?

Compressing in php with: \LZCompressor\LZString::compressToBase64("test string"); Compressed data: C4UwzsAEEE4JYDsDmQ== Fails to decompress in javascript: LZUTF8.decompress("C4UwzsAEEE4JYDsDmQ==",{inputEncoding:"Base64"}) Decompressed data: �0�N `;� Presumably incompatible with latest npm version (using latest lzutf8 v 0.5.5)...

Thanks for this library. Would you be able to add a compressToUriSafe and decompressFromUriSafe function to it?

Looks like the JS compressToUTF16 produces different output than the PHP copy. I know it's a tedious issue to look into, but is there a chance you could amend the...

Good day i encountered this while trying to decompress from Utf16, i went through the code and found this ![image](https://cloud.githubusercontent.com/assets/6008412/24094761/61a17b7a-0d9d-11e7-9fb8-988bf3ed485c.png) which was called by ![image](https://cloud.githubusercontent.com/assets/6008412/24094781/7743604c-0d9d-11e7-90d7-e34b54df08c9.png) just wanted to drop this...