diff --git a/README.md b/README.md index b0b3423..0220da5 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,13 @@ print "[$s3_enc] decoded:[".($s3_dec=Base62x::decode($s3_enc))."]\n"; ?> ``` + +Another recommended Base62x PHP Library: + +https://github.com/mauriziofonte/php-base62x + + + # Base62x in -Java