PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andre Polykanine A.K.A. Menelion Elensúlë   Oire Base64   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Oire Base64
URL safe encoding and decoding of data with Base64
Author: By
Last change:
Date: 7 years ago
Size: 661 bytes
 

Contents

Class file image Download
{ "name": "oire/base64", "description": "URL-and filename-safe Base64 handling.", "keywords": [ "base64", "encoding", "decoding", "url-safe", "single-file" ], "license": "MIT", "type": "library", "authors": [ { "name": "Andre Polykanine also known as Menelion Elensúlë", "homepage": "https://github.com/Oire", "role": "Developer" } ], "support": { "issues": "https://github.com/Oire/base64/issues", "source": "https://github.com/Oire/base64" }, "autoload": { "files": [ "src/base64.php" ] }, "require": { "php": ">= 7.1" }, "require-dev": { "phpunit/phpunit": "^6.0" } }