shantee / PHP-DirScanner

Single file PHP script to recursively scan directories it has a nice UI to count files sort result etc...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DirScanner

This script PHP recursively checks directories and counts the number of files inside each folder. The results are presented nicely on a sortable list. I used it to check if some directories on my server had too many files.

Installation

Just copy this single PHP file to any directory and access it.

Features

  • Nice user interface
  • Possibility to scan any directory
  • Detect and display absolute script location
  • Total file counter
  • Subdirectories counter
  • Sort results by number of files
  • Sort by path

It looks like This

directory scanner in php

About

Single file PHP script to recursively scan directories it has a nice UI to count files sort result etc...


Languages

Language:PHP 100.0%