Libraries tagged by base64_encode
projct1/laravel-validation-base64
9 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.
fuwasegu/php-base64-image
184 Downloads
Library for easy handling of base64-encoded images in PHP
beekalam/base64_image_helper
11 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
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.
codekandis/base64-codec
91 Downloads
`codekandis/base64-codec` is a library providing a codec to encode into and decode from Base64 in an object oriented way.
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.
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