Libraries tagged by base64_encode
onedrop/base64
687 Downloads
EEL helper to encode and decode strings to base64
oh-sky/cakephp3-base64-email
24 Downloads
CakePHP3 extension to encode the message body with Base64.
codekandis/base64-codec
73 Downloads
`codekandis/base64-codec` is a library providing a codec to encode into and decode from Base64 in an object oriented way.
useralberto/craft-base64-filters
372 Downloads
The plugin adds filters to Twig to encode and decode a string in base64.
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
germania-kg/base64-coder
79 Downloads
Converts a selector and token pair to base64 forth and back.
asimlqt/encode-decode
75 Downloads
Encode/Decode library for PHP
mrcoco/filetobase64
3 Downloads
file to base64 encode
cmmia/encrypt
43 Downloads
常用数据加密和解密处理方法
jvizcaya/uploadable
173 Downloads
Laravel Eloquent trait for storage base64 encoded data
beorn/base64url-tools
13 Downloads
Base64 URL-safe encoder/decoder. Also generates random tokens.
lumphp/codec
4 Downloads
The encode/decode algorithm component.
autoframe/components-filesystem
190 Downloads
Core File System Utils Autoframe Framework
petrknap/binary
162 Downloads
Library for work with binary data and objects
mvccore/ext-view-helper-dataurl
56 Downloads
MvcCore - Extension - View - Helper - Data URL - get any file content by given relative or absolute path in data url format: `data:image/png;base64,iVBOR..`.