babardev / junk-files-scanner
Scan file within a project or application to identify as junk and delete from application.
Package info
github.com/mbabarbaqar/junk-files-scanner
Type:php
pkg:composer/babardev/junk-files-scanner
1.0.0
2023-11-22 09:54 UTC
Requires
- php: >=8.0
This package is not auto-updated.
Last update: 2026-04-10 18:17:59 UTC
README
welcome
Ussage example
- End Point:
Get all listed folders within a directory
http://beta.dod.opt/api/junk_browser/find_junk_records/files - End Point: Get files only from a selected directory
http://beta.dod.opt/api/junk_browser/find_junk_records/folders - End Point: Get single file info and ussage report
http://beta.dod.opt/api/junk_browser/find_junk_records/single_file
Request Body :
{ "selected_extensions" : [".php",".js", ".html", ".css", ".sql"], "source_directory" : "images/", "target_directory" : ["ng/", "css/", "application/"], "include_files" : true, "include_database" : true } Content-Type : application/json
composer require babardev/junk-files-scanner