Simple PHP Package To Track The Directory For New Files and If New File Has Been Detected It Sends Email To Admin
git clone https://github.com/daudmalik06/DirTracker
cd DirTracker
composer install
cp .env.example .env
set SMTP credentials in .env file and other variables
php track.php /path/to/dir
Classes of Dawood Ikhlaq | > | PHP Check Folder for New Files | > | Download .zip .tar.gz | > | Support forum | > | Blog | > | Latest changes |
|
|
Groups | Applications | Files |
Groups |
PHP 5 | Classes using PHP 5 specific features | View top rated classes |
System information | Information about servers, processes and operating system facilities | View top rated classes |
Files and Folders | Listing, accessing and manipulating files and folders | View top rated classes |
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Files |
File | Role | Description | ||
---|---|---|---|---|
src (3 files) | ||||
.env.example | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
composer.lock | Data | Auxiliary data | ||
last_timestamp | Data | Auxiliary data | ||
README.md | Doc. | Documentation | ||
track.php | Example | Example script |
Files | / | src |
File | Role | Description |
---|---|---|
DirTrack.php | Class | Class source |
helper.php | Aux. | Auxiliary script |
last_timestamp | Data | Auxiliary data |
Download all files: dirtracker.tar.gz dirtracker.zip NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|