PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dmitry Mamontov   PHP RAR Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP RAR Library
Create, manipulate and extract RAR archives
Author: By
Last change:
Date: 8 years ago
Size: 725 bytes
 

Contents

Class file image Download
{ "name": "dmamontov/rararchiver", "description": "Class for working with archives RAR.", "type": "library", "keywords": ["rar", "archives", "winrar", "archiver"], "version": "1.0.0", "license": "BSD-3-Clause", "homepage": "http://www.slobel.ru/", "authors": [ { "name": "Dmitry Mamontov", "email": "hello@slobel.ru", "role": "lead" } ], "require": { "php": ">=5.5.11" }, "support": { "email": "support@slobel.ru" }, "autoload": { "files": ["RarArchiver.php"] }, "extra": { "branch-alias": { "dev-master": "1.0.0.x-dev" } } }