Libraries tagged by base26
solarsnowfall/base62-id
0 Downloads
Simple property mapping basis for ORM.
smeghead/php-snip-base64-like
0 Downloads
A PHP library to snip base64-like strings and prevent log bloating.
smart-over/base64-validation
62 Downloads
Lumen validators for base64 encoded files
sasaya/base64url
0 Downloads
projct1/laravel-validation-base64
11 Downloads
Missing laravel validation rules for base64 encoded strings and files.
perf/base64-url-encoder
35 Downloads
Allows to generate URL compliant base64-encoded strings.
onedrop/base64
687 Downloads
EEL helper to encode and decode strings to base64
olegf13/base64url
17 Downloads
Base64 encoder/decoder with URL safe alphabet (base64url).
oh-sky/cakephp3-base64-email
26 Downloads
CakePHP3 extension to encode the message body with Base64.
normeno/base64-handler
13 Downloads
Base64 Handler
nimayneb/ziparchive-base64
4066 Downloads
ZipArchive extended with support for UTF-8 encoded strings using base64.
nawawi/base64-encryption
86 Downloads
A two-way encryption based on MIME base64.
muneebkh2/laravel-base64-api-authenticator
9 Downloads
This project is used for basic api authentication for lumen/laravel using base64.
mfonte/base62x
307 Downloads
A Base62x PHP implementation library, that can be used in frameworks like Laravel, that supports encoding/decoding of strings, arrays, objects, and binary resources. It also supports Gzip compression/decompression and symmetric encryption.
mega6382/base64
8 Downloads
This class can encode and decode data in base64 in pure PHP. It can take a data string and encode it using the base64 algorithm. The class can also do the opposite, i.e. decode base64 encoded data and return the original data string.