Libraries tagged by base64_decode
sskaje/base-converter
19 Downloads
sskaje's BaseXX Encode/Decode class, a PHP implemention of RFC 3548, supports Base16/Base32/Base64 in both LSB and MSB, and another Base32 used by VMware
spomky-labs/base64url
31442370 Downloads
Base 64 URL Safe Encoding/Decoding PHP Library
tuupola/base62
3176823 Downloads
Base62 encoder and decoder for arbitrary data
base62/base62
6308 Downloads
base62 encoder and decoder also for big numbers with Laravel integration
tiny-blocks/encoder
36168 Downloads
Encoder and decoder for arbitrary data.
lessmore92/base-x
37078 Downloads
Encode/decode any base
deemru/abcode
9854 Downloads
ABC (alphabet) encode/decode
yowcow/mime-base64-urlsafe
21487 Downloads
PHP-version of URL safe base64 encoding/decoding
yzalis/id-obfuscator
213 Downloads
An efficient reversible ID obfuscator originaly based on base 62 encoding.
amirax/base62
109 Downloads
Base62 encoder and decoder
carlosafonso/php-base24
10 Downloads
A Base24 encoder and decoder
ajepe/base62
8 Downloads
base62 encode integer as a string and decode the string back to an integer
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
oire/base64
2531 Downloads
Url-and filename-safe Base64 handling.
kurl/base62
1357 Downloads
Simple base 62 encoder/decoder