Libraries tagged by base24
llm1998/laravel-base64-to-file
1 Downloads
Package convert string in base64 to file
kura-lab/base64url
2728 Downloads
Base64url Encoding/Decoding Library
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
kelunik/streaming-base64
9 Downloads
On the fly Base64 encoding for Amp's streams.
jigius/url-safe-base64
418 Downloads
Simple library for url safe base64 manipulations
infinitedevelopers/base64bundle
423 Downloads
Twig function convert image file to base64
imaimai86/intervention-base64-image
2756 Downloads
i-lateral/silverstripe-file-base64
804 Downloads
Simple module to add base64 string data methods to SilverStripe files and images
hollodotme/readis-base64img-prettifier
7 Downloads
A prettifier for base64 image data
gringlas/cakephp-base64tofile
586 Downloads
Convert a base64 encoded string (like an image) to an actual file for usage in a standard file upload.
germania-kg/base64-coder
81 Downloads
Converts a selector and token pair to base64 forth and back.
fuwasegu/php-base64-image
184 Downloads
Library for easy handling of base64-encoded images in PHP
frosya-labs/base64uuid-codec
19 Downloads
Shortened version of base64 UUID encoder and decoder
dft/silverstripe-file-base64
169 Downloads
Simple module to add base64 string data methods to SilverStripe files and images
devishdi/base64-file-decode-encode
266 Downloads
PHP Base64 file decoder and encoder