PHP Classes

File: package.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Collections Library   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Collections Library
Manage collections of data values stored as arrays
Author: By
Last change:
Date: 6 months ago
Size: 594 bytes
 

Contents

Class file image Download
{ "name": "collections", "version": "1.0.0", "description": "A simple PHP collection implementation to simplify the means of working with arrays of data.", "repository": { "type": "git", "url": "git+https://github.com/axiom-labs/collections.git" }, "author": "Shea Lewis", "license": "MIT", "bugs": { "url": "https://github.com/axiom-labs/collections/issues" }, "homepage": "https://github.com/axiom-labs/collections#readme", "devDependencies": { "gulp": "^3.9.1", "gulp-notify": "^3.2.0", "gulp-phpunit": "^0.25.0", "gulp-run": "^1.7.1" } }