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
33891707 Downloads
Base 64 URL Safe Encoding/Decoding PHP Library
tuupola/base62
3547355 Downloads
Base62 encoder and decoder for arbitrary data
base62/base62
7432 Downloads
base62 encoder and decoder also for big numbers with Laravel integration
tiny-blocks/encoder
52549 Downloads
Encoder and decoder for arbitrary data.
lessmore92/base-x
44835 Downloads
Encode/decode any base
nassiry/laravel-encoder
265 Downloads
An advanced Laravel encoder package for string & integer encoding and decoding.
deemru/abcode
10141 Downloads
ABC (alphabet) encode/decode
yowcow/mime-base64-urlsafe
21488 Downloads
PHP-version of URL safe base64 encoding/decoding
oire/base64
2537 Downloads
Url-and filename-safe Base64 handling.
yzalis/id-obfuscator
213 Downloads
An efficient reversible ID obfuscator originaly based on base 62 encoding.
amirax/base62
110 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