PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dawood Ikhlaq   PHP Check Folder for New Files   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Check Folder for New Files
Watch folder and send email when new files appear
Author: By
Last change:
Date: 4 years ago
Size: 247 bytes
 

Contents

Class file image Download
{ "require": { "phpmailer/phpmailer": "^6.0", "vlucas/phpdotenv": "^3.3" }, "autoload": { "psr-4": { "DirTrack\\": "src/" }, "files": [ "src/helper.php" ] } }