Libraries tagged by urlsafe
kryuu-common/base64-url
0 Favers
6 Downloads
6 Downloads
This is a simple library for encoding and decoding Base64Url, the basis of this is that the Base64 is not URL safe due to the characters `+`, `/` and `=`, so this encode replaces these characters with `=` to ``, `+` to `-` and `/` to `_` for the purpose of using it in the URL
hanbitgaram/unique-id
0 Favers
16 Downloads
16 Downloads
Generates a unique, non-overlapping 14-character ID that is URL-safe.
gogh-idawoodjee/shortcode
0 Favers
2 Downloads
2 Downloads
Encode integers and UUIDs to short, URL-safe Base62 strings and back.
ondram/shortuuid-php55
1 Favers
3864 Downloads
3864 Downloads
PHP 5.5 compatible fork of library that generates concise, unambiguous, URL-safe UUIDs