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
32715695 Downloads
Base 64 URL Safe Encoding/Decoding PHP Library
tuupola/base62
3375383 Downloads
Base62 encoder and decoder for arbitrary data
base62/base62
6870 Downloads
base62 encoder and decoder also for big numbers with Laravel integration
tiny-blocks/encoder
42841 Downloads
Encoder and decoder for arbitrary data.
lessmore92/base-x
40925 Downloads
Encode/decode any base
nassiry/laravel-encoder
153 Downloads
An advanced Laravel encoder package for string & integer encoding and decoding.
deemru/abcode
9988 Downloads
ABC (alphabet) encode/decode
yowcow/mime-base64-urlsafe
21487 Downloads
PHP-version of URL safe base64 encoding/decoding
hilalahmad/string-util
7 Downloads
php-string-util is a versatile PHP library designed to simplify and enhance string manipulation tasks in your PHP projects. Whether you're working on web development, data processing, or any other application requiring robust string handling, this utility provides a comprehensive set of functions.
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