PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Zacchaeus Bolaji   PHP Backup MySQL Database Automatically   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Backup MySQL Database Automatically
Backup and restore MySQL database dumping SQL file
Author: By
Last change:
Date: 4 years ago
Size: 913 bytes
 

Contents

Class file image Download
{ "name": "djunehor/db-backup-restore", "type": "library", "description": "A PHP module to backup DB as well as restore from backup", "keywords": [ "djunehor", "database", "backup", "restore", "mysql" ], "homepage": "https://github.com/djunehor/db-backup-restore", "license": "MIT", "authors": [ { "name": "Zacchaeus Bolaji", "email": "djunehor@gmail.com", "homepage": "https://github.com/djunehor", "role": "Software Engineer" } ], "require": { "php" : "~7.0", "ext-mysqli": "*" }, "autoload": { "psr-4": { "Djunehor\\DB\\": "src" } }, "scripts": { }, "extra": { "branch-alias": { "dev-master": "1.0.0-dev" } }, "config": { "sort-packages": true } }