Libraries tagged by base64_encode
carlosafonso/php-base24
10 Downloads
A Base24 encoder and decoder
nassiry/laravel-encoder
352 Downloads
An advanced Laravel encoder package for string & integer encoding and decoding.
hylianshield/validator-base-encoding
55 Downloads
Base64, -32, -16 validation layer
oire/base64
2537 Downloads
Url-and filename-safe Base64 handling.
kurl/base62
1358 Downloads
Simple base 62 encoder/decoder
chavao/base62
114 Downloads
Base 62 encoder/decoder
inanepain/id-forge
0 Downloads
A lightweight & versatile library for generating and encoding unique identifiers. It provides fast, secure, and flexible solutions for modern applications.
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.
hachi64/hachi64
0 Downloads
哈基米64 编解码器 - 使用64个中文字符进行 Base64 风格的编码和解码
gogh-idawoodjee/shortcode
1 Downloads
Encode integers and UUIDs to short, URL-safe Base62 strings and back.
chongyi/php-basen
7 Downloads
Text and integers encoding utilities for PHP with no extensions dependencies. Base32, Base58, Base64 and much more!
brtnetwork/base-x
56 Downloads
Encode/decode any base
lucasmichot/eloquentuuid
18 Downloads
Provides a unique Base62-encoded UUID representing a given state of a model instance
alesitom/hybrid-id
722 Downloads
Compact, time-sortable unique ID generator for PHP. Drop-in UUID/ULID alternative with base62 encoding, Stripe-style prefixes, and configurable entropy profiles.
gponster/laravel-url62-uuid
61 Downloads
The encoding schema to be used by this shortening algorithm will be Base 62 encoding, as we are going to use 62 letters: [a-zA-Z0-9]. UUID generation based on Rhumsaa\Uuid