Libraries tagged by base64_decode
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
2537 Downloads
Url-and filename-safe Base64 handling.
kurl/base62
1358 Downloads
Simple base 62 encoder/decoder
hilalahmad/string-util
9 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.
brtnetwork/base-x
56 Downloads
Encode/decode any base