Libraries tagged by base64 encoder
amirax/base62
111 Downloads
Base62 encoder and decoder
hamidyousefi/base64-uploaded-file
185 Downloads
Creating UploadedFile instance of encoded base64 file sent inside the request body
nimayneb/ziparchive-base64
4066 Downloads
ZipArchive extended with support for UTF-8 encoded strings using base64.
bitandblack/base64-string
132 Downloads
Encodes files to base64 strings and decodes base64 strings to files.
onedrop/base64
687 Downloads
EEL helper to encode and decode strings to base64
oh-sky/cakephp3-base64-email
26 Downloads
CakePHP3 extension to encode the message body with Base64.
nassiry/laravel-encoder
352 Downloads
An advanced Laravel encoder package for string & integer encoding and decoding.
kurl/base62
1358 Downloads
Simple base 62 encoder/decoder
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
germania-kg/base64-coder
81 Downloads
Converts a selector and token pair to base64 forth and back.
chavao/base62
114 Downloads
Base 62 encoder/decoder
asimlqt/encode-decode
77 Downloads
Encode/Decode library for PHP
skywalker-labs/constant-time-encoding
1 Downloads
Constant-time implementations of RFC 4648 encoding (Base64, Base32, Hex) and other variants (Base64UrlSafe, Base64DotSlash, Base32Hex)
mrcoco/filetobase64
3 Downloads
file to base64 encode
edgaras/custombase64
162 Downloads
A PHP package for customizable Base64 encoding and decoding with support for custom character sets and optional reversed output.