PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Asbjorn Grandt   Bin String   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Composer file for this package.
Class: Bin String
Manipulate text with mbstring extension functions
Author: By
Last change: Update of composer.json
Date: 3 months ago
Size: 738 bytes
 

Contents

Class file image Download
{ "name": "grandt/binstring", "version": "1.0.0", "type": "library", "description": "A class for working around the use of mbstring.func_override", "keywords": ["mbstring", "binary strings"], "homepage": "https://github.com/Grandt/PHPBinString", "license": "LGPL-2.1", "authors": [ { "name": "A. Grandt", "email": "php@grandt.com", "role": "Developer" } ], "repositories": [ { "type": "vcs", "url": "git://github.com/Grandt/PHPBinString.git" } ], "require": { "php": ">=5.0" }, "autoload": { "classmap": [ "BinString.php","BinStringStatic.php" ] } }