PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Barry   Zippr   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Zippr
Create and extract ZIP files with the ZipArchive
Author: By
Last change: Update of composer.json
Date: 6 months ago
Size: 787 bytes
 

Contents

Class file image Download
{ "name": "barry127/zippr", "description": "Class to handle zip files", "version": "1.0.1", "keywords": ["zip", "extract", "archive"], "homepage": "https://github.com/Barry127/Zippr", "license": "MIT", "authors": [ { "name": "Barry de Kleijn", "email": "kleijn.barry@gmail.com" } ], "support": { "email": "kleijn.barry@gmail.com", "issues": "https://github.com/Barry127/Zippr/issues" }, "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "Barry127\\Zippr": "src/" } }, "minimum-stability": "dev", "repositories": [ { "type": "vcs", "url": "https://github.com/Barry127/Zippr" } ] }