tiny-php icon indicating copy to clipboard operation
tiny-php copied to clipboard

A reversible base62 ID obfuscater

Results 4 tiny-php issues
Sort by recently updated
recently updated
newest added

Hey guys, Would it be possible to create a release to include L5 support made in ab1ac2e. At the moment, `dev-master` has to be used to include it.

Came up in [this](https://travis-ci.org/UseMuffin/Obfuscate/jobs/639799928) phpunit run under PHP 7.4.

You should state that minimal key length is 62 characters (or you won't be able to properly decode IDs for integers of higher value). Is it minimal length or should...

It fails on a number higher than 148764065110560896 (BigInt / 62) And then it returns: ``` PHP Notice: Uninitialized string offset: -8 in /home/den/test/tiny/vendor/zackkitzmiller/tiny/src/ZackKitzmiller/Tiny.php on line 20 mBJRU5lERf ``` Any...