Libraries tagged by file to base64
th3khan/base64-to-uploaded-file
14476 Downloads
Convert base64 file to UploadedFile of Laravel
dft/silverstripe-file-base64
169 Downloads
Simple module to add base64 string data methods to SilverStripe files and images
mrcoco/filetobase64
3 Downloads
file to base64 encode
infinitedevelopers/base64bundle
423 Downloads
Twig function convert image file to base64
bitandblack/base64-string
132 Downloads
Encodes files to base64 strings and decodes base64 strings to files.
tamaledns/base64-to-file-lara
0 Downloads
Convert base64 String to File of Laravel
llm1998/laravel-base64-to-file
1 Downloads
Package convert string in base64 to file
beekalam/base64_image_helper
11 Downloads
Save base64 encoded string to image file.
i-lateral/silverstripe-file-base64
804 Downloads
Simple module to add base64 string data methods to SilverStripe files and images
gringlas/cakephp-base64tofile
586 Downloads
Convert a base64 encoded string (like an image) to an actual file for usage in a standard file upload.
gevorgmelkumyan/image-file
59 Downloads
The lib contains ImageFile class that allows to create and save image files provided by base64 formatted stringsencoded strings.
wuyumin/file2base64
900 Downloads
File to base64.
mathsgod/mht2html
2 Downloads
Convert MHT/MHTML files to self-contained HTML with base64-embedded images
mathsgod/eml2html
2 Downloads
Convert EML files to self-contained HTML with base64-embedded inline images
mega6382/hab-encryption
20 Downloads
This class can encrypt and decrypt a string with a given key. It takes a given string and encrypts it by adding the code of o the characters in the string with the codes of the key string. The class can also do the opposite process by reverting to the original string using the same key. It can also encode the result encrypted string with base64 and store it on a file.