Libraries tagged by urlsafe
gsylvestre/php-token-generator
730 Downloads
Generate crypto-secure URL safe strings
farzai/thai-slug
132 Downloads
The Thai text to URL-safe slug converter with multiple transliteration strategies
asolomatin/php-big-bit-mask
1443 Downloads
Bitmask compatible with JavaScript big-bit-mask - the bitmask serializable into a base64-like, url-safe string.
jigius/url-safe-base64
418 Downloads
Simple library for url safe base64 manipulations
yurijbogdanov/base64
3 Downloads
PHP Base64 (encode/decode) Library
mofeier/tools
2 Downloads
A powerful PHP toolkit for common development tasks
beorn/base64url-tools
15 Downloads
Base64 URL-safe encoder/decoder. Also generates random tokens.
oire/base64
2537 Downloads
Url-and filename-safe Base64 handling.
tigr/compact-encrypter
22 Downloads
Data encrypter producing compact and URL-safe output
rjds/php-slugify
1 Downloads
A PHP library to convert a string into a clean URL-safe lowercase string.
rasalas/easycrypt
7 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
8767 Downloads
urlify - a library for creating url-safe slugs from text
olegf13/base64url
17 Downloads
Base64 encoder/decoder with URL safe alphabet (base64url).
mindplay/payload
25 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