PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   PHP Database Backup   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Database Backup
Take a database backup periodically
Author: By
Last change:
Date: 9 months ago
Size: 629 bytes
 

Contents

Class file image Download
{ "name": "ahmard/database-backup", "description": "Handles database backup", "type": "project", "license": "MIT", "authors": [ { "name": "ahmard", "email": "ahmardy@outlook.com" } ], "require": { "php": "^8.2", "spatie/db-dumper": "^3.3", "phpmailer/phpmailer": "^6.8" }, "require-dev": { "phpstan/phpstan": "^1.10", "openswoole/ide-helper": "^4.11" }, "autoload": { "psr-4": { "DatabaseBackup\\": "src/" } }, "scripts": { "analyse": "phpstan analyse" } }