PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of walid laggoune   Hydrogen Zipper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Hydrogen Zipper
Compress and extract files from ZIP archives
Author: By
Last change: Update composer.json
Date: 6 years ago
Size: 352 bytes
 

Contents

Class file image Download
{ "name": "dilawsky/hydrogen-zipper", "description": "class to work with .zip files", "type": "library", "license": "MIT", "authors": [ { "name": "waliddz", "email": "walidlaggoune159@gmail.com" } ], "autoload":{ "psr-4":{ "Zipper\\":"Zipper" } } }