Libraries tagged by urlsafe
midgard/midgardmvc-helper-urlize
21775 Downloads
URL-safe text converter
yurijbogdanov/base64
1 Downloads
PHP Base64 (encode/decode) Library
beorn/base64url-tools
13 Downloads
Base64 URL-safe encoder/decoder. Also generates random tokens.
tigr/compact-encrypter
8 Downloads
Data encrypter producing compact and URL-safe output
rasalas/easycrypt
5 Downloads
turns array data or strings in url safe(optional) signed crypt strings and can decrypt them again and make sure it's the same data
oodle/urlify
8751 Downloads
urlify - a library for creating url-safe slugs from text
mindplay/payload
24 Downloads
Encode and decode small data-payloads using filename and URL-safe characters
kryuu-common/base64-url
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
ondram/shortuuid-php55
3861 Downloads
PHP 5.5 compatible fork of library that generates concise, unambiguous, URL-safe UUIDs