Skip to content

Component that allows you to send an email to save files from the server (database dump included)

License

Notifications You must be signed in to change notification settings

jgauthi/component_backup_file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Component BackupFile

Component that allows you to send an email to save files from the server (database dump included).

Prerequisite

  • PHP 8.2 (v1.1+) or 7.4+ (v1.0)
  • SMTP or 3rd party provider
  • PHP extension
    • (optional) Pdo, pdo-mysqli or another database (sqlite, etc)

Install

Edit your composer.json (launch composer update after edit):

{
  "repositories": [
    { "type": "git", "url": "git@github.com:jgauthi/component_backup_file.git" }
  ],
  "require": {
    "jgauthi/component_backup_file": "1.*"
  }
}

Documentation

You can look at folder example.

About

Component that allows you to send an email to save files from the server (database dump included)

Topics

Resources

License

Stars

Watchers

Forks

Languages