Libraries tagged by base64-encode
paragonie/constant_time_encoding
246891173 Downloads
Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)
crazybooot/base64-validation
1377267 Downloads
Laravel validators for base64 encoded files
hshn/base64-encoded-file
1328135 Downloads
Provides handling base64 encoded files, and the integration of symfony/form
recycledbeans/is-base64
17871 Downloads
Adds a quick and easy method for determining whether a string is base64-encoded.
oldravian/multi-source-file-uploader
5464 Downloads
A Laravel package for handling file upload from multiple sources like file object, url or base64 encoded data
kisonay/craft-twig-imagebase64
4104 Downloads
Base64 encode images within twig templates.
cavellblood/craft-string-base64
13678 Downloads
Twig filters to base64 encode/decode a string.
harishpatel143/laravel-base64-validation
5225 Downloads
This package use for validate the image upload by base64 encoded.
codegor/laravel-file-process
63 Downloads
Laravel file receive with base64 encode, store it and generate file url. Than you can get the file with the url
jorgeslima/base64-validation
279 Downloads
Laravel validators for base64 encoded files
yurijbogdanov/base64
1 Downloads
PHP Base64 (encode/decode) Library
edgaras/custombase64
13 Downloads
A PHP package for customizable Base64 encoding and decoding with support for custom character sets and optional reversed output.
cmmia/encrypt
43 Downloads
常用数据加密和解密处理方法
mrcoco/filetobase64
3 Downloads
file to base64 encode
mega6382/base64
8 Downloads
This class can encode and decode data in base64 in pure PHP. It can take a data string and encode it using the base64 algorithm. The class can also do the opposite, i.e. decode base64 encoded data and return the original data string.