Libraries tagged by bencode
mpdf_psr3/mpdf
167 Downloads
PHP library generating PDF files from UTF-8 encoded HTML
moleft/moyu-cloud-encrypt
12 Downloads
陌屿云加密 encode.phpth.cn
moldwebs/yii2-mpdf
6 Downloads
A Yii2 wrapper component for the mPDF library which generates PDF files from UTF-8 encoded HTML.
mlntn/hearthstone-deckcodes
94 Downloads
Encode and decode Hearthstone deck codes
mkorkmaz/model_utils
260 Downloads
A simple PHP class for validating variable types, fixing, sanitising and setting default values for a model definition encoded as an array.
mkocztorz/data-url-handler
1 Downloads
Handler for base64 encoded image data
mkocztorz/data-scraper
7 Downloads
Handler for base64 encoded image data
misterspelik/yii2-mpdf
46 Downloads
A Yii2 wrapper component for the mPDF library which generates PDF files from UTF-8 encoded HTML.
minvws/codable
1 Downloads
Encode/decode objects to/from various formats
mintopia/vdfkeyvalue
3050 Downloads
Encoder for Valve Software's KeyValue data format
mindplay/payload
25 Downloads
Encode and decode small data-payloads using filename and URL-safe characters
mika/base32
14 Downloads
Base32 Encode and Decode according to RFC 4648.
mgjgid/mpdf
135 Downloads
PHP library generating PDF files from UTF-8 encoded HTML
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.
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.