babardev/junk-files-scanner

Scan file within a project or application to identify as junk and delete from application.

1.0.0 2023-11-22 09:54 UTC

This package is not auto-updated.

Last update: 2024-09-27 10:50:37 UTC


README

welcome

Ussage example

  1. End Point: Get all listed folders within a directory http://beta.dod.opt/api/junk_browser/find_junk_records/files
  2. End Point: Get files only from a selected directory http://beta.dod.opt/api/junk_browser/find_junk_records/folders
  3. 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