PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dmitry Mamontov   PHP Backup to WebDav Server   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Backup to WebDav Server
Backup files and a database to a WebDav server
Author: By
Last change: version 1.0.1

add new method
add archive type ZIP
Date: 8 years ago
Size: 686 bytes
 

Contents

Class file image Download
{ "name": "dmamontov/davbackup", "description": "Creating backup sites in the clouds through WebDav", "type": "library", "keywords": ["webdav", "backup"], "version": "1.0.1", "license": "BSD-3-Clause", "homepage": "http://www.slobel.ru/", "authors": [ { "name": "Dmitry Mamontov", "email": "hello@slobel.ru", "role": "lead" } ], "require": { "php": ">=5.3.0" }, "support": { "email": "support@slobel.ru" }, "autoload": { "files": ["DavBackup.php"] }, "extra": { "branch-alias": { "dev-master": "1.0.0.x-dev" } } }