Libraries tagged by base36
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.
maximal/base32-php
6 Downloads
Base32 encoding/decoding for PHP
logicspot/base64_phpmailer
504 Downloads
Sets PHPMailer to use base64 encoding in WordPress.
llm1998/laravel-base64-to-file
1 Downloads
Package convert string in base64 to file
kurl/base62
1357 Downloads
Simple base 62 encoder/decoder
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
kilylabs/base32
606 Downloads
PHP library for Base32 encode/decode operations. (fork from deleted ejz/base32)
kelunik/streaming-base64
8 Downloads
On the fly Base64 encoding for Amp's streams.
jhservice/base64
9 Downloads
JHService Base64
infinitedevelopers/base64bundle
422 Downloads
Twig function convert image file to base64
imaimai86/intervention-base64-image
2756 Downloads
hollodotme/readis-base64img-prettifier
5 Downloads
A prettifier for base64 image data
gringlas/cakephp-base64tofile
582 Downloads
Convert a base64 encoded string (like an image) to an actual file for usage in a standard file upload.
germania-kg/base64-coder
79 Downloads
Converts a selector and token pair to base64 forth and back.
dft/silverstripe-file-base64
34 Downloads
Simple module to add base64 string data methods to SilverStripe files and images