Libraries tagged by file to base64
th3khan/base64-to-uploaded-file
6643 Downloads
Convert base64 file to UploadedFile of Laravel
bitandblack/base64-string
54 Downloads
Encodes files to base64 strings and decodes base64 strings to files.
i-lateral/silverstripe-file-base64
714 Downloads
Simple module to add base64 string data methods to SilverStripe files and images
mrcoco/filetobase64
3 Downloads
file to base64 encode
infinitedevelopers/base64bundle
422 Downloads
Twig function convert image file to base64
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
9 Downloads
Save base64 encoded string to image file.
dft/silverstripe-file-base64
34 Downloads
Simple module to add base64 string data methods to SilverStripe files and images
gringlas/cakephp-base64tofile
582 Downloads
Convert a base64 encoded string (like an image) to an actual file for usage in a standard file upload.
gevorgmelkumyan/image-file
48 Downloads
The lib contains ImageFile class that allows to create and save image files provided by base64 formatted stringsencoded strings.
wuyumin/file2base64
896 Downloads
File to base64.
mega6382/hab-encryption
19 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.