PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Eustaquio Rangel de Oliveira Jr.   PHPR   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHPR
Provide functional interfaces to manipulate arrays
Author: By
Last change:
Date: 8 years ago
Size: 621 bytes
 

Contents

Class file image Download
{ "name": "taq/phpr", "type": "library", "description": "Extending some PHP classes to be used on a more functional way", "keywords": ["language","functional"], "homepage": "http://github.com/taq/phpr", "license": "GPL-2.0", "version": "0.0.1", "authors": [ { "name": "Eustaquio Rangel", "email": "eustaquiorangel@gmail.com", "homepage": "http://eustaquiorangel.com", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "PHPR\\": "src" } } }