PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   PHP Base64 Encode and Decode   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Base64 Encode and Decode
Encode and decode data in base64 in pure PHP
Author: By
Last change: fixed email address
Date: 6 years ago
Size: 512 bytes
 

Contents

Class file image Download
{ "name": "mega6382/base64", "description": "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.", "type": "library", "license": "GPL", "authors": [ { "name": "Haseeb Basil", "email": "haseeb.basil@gmail.com" } ], "minimum-stability": "dev", "require": {} }