Libraries tagged by base64-encode
smart-over/base64-validation
62 Downloads
Lumen validators for base64 encoded files
perf/base64-url-encoder
30 Downloads
Allows to generate URL compliant base64-encoded strings.
beekalam/base64_image_helper
9 Downloads
Save base64 encoded string to image file.
hamidyousefi/base64-uploaded-file
185 Downloads
Creating UploadedFile instance of encoded base64 file sent inside the request body
nimayneb/ziparchive-base64
4064 Downloads
ZipArchive extended with support for UTF-8 encoded strings using base64.
bitandblack/base64-string
17 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
13 Downloads
CakePHP3 extension to encode the message body with Base64.
codekandis/base64-codec
73 Downloads
`codekandis/base64-codec` is a library providing a codec to encode into and decode from Base64 in an object oriented way.
useralberto/craft-base64-filters
371 Downloads
The plugin adds filters to Twig to encode and decode a string in base64.
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
79 Downloads
Converts a selector and token pair to base64 forth and back.
asimlqt/encode-decode
74 Downloads
Encode/Decode library for PHP
mrcoco/filetobase64
3 Downloads
file to base64 encode
cmmia/encrypt
43 Downloads
常用数据加密和解密处理方法