PHP Classes

PHP Duplicate Files Finder: Find files with the same contents

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (4)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 59%Total: 905 This week: 1All time: 3,919 This week: 560Up
Version License PHP version Categories
duplicate-files-find 1Free for non-comm...5PHP 5, Tools, Files and Folders
Description 

Author

This class can be used to find files with the same contents.

It can traverse a given directory recursively and compute the MD5 hash of all the files that it finds.

The class returns the list of files that have the same contents based on having the same MD5 hash value.

Innovation Award
PHP Programming Innovation award nominee
May 2010
Number 5
Some times you have multiple copies of the same files, probably in different directories, that you would like to find in order to eliminate the copies.

This class implements an efficient solution to find files with duplicated content. It uses MD5 hashes to determine which files have the same contents.

Manuel Lemos
Picture of Er. Rochak Chauhan
  Performance   Level  
Name: Er. Rochak Chauhan is available for providing paid consulting. Contact Er. Rochak Chauhan .
Classes: 54 packages by
Country: India India
Age: 45
All time rank: 21 in India India
Week rank: 106 Down8 in India India Down
Innovation award
Innovation award
Nominee: 15x

Winner: 4x

  Files folder image Files  
File Role Description
Plain text file phpDuplicateFilesFinder.php Class Class
Accessible without login Plain text file usage.php Example Example Script

 Version Control Unique User Downloads Download Rankings  
 0%
Total:905
This week:1
All time:3,919
This week:560Up
User Ratings User Comments (3)
 All time
Utility:85%StarStarStarStarStar
Consistency:85%StarStarStarStarStar
Documentation:-
Examples:80%StarStarStarStarStar
Tests:-
Videos:-
Overall:59%StarStarStar
Rank:1351
 
Changed the parseDirectory function to : function parseDirect...
7 years ago (Felix Mrdx)
52%StarStarStar
Great and effective tool which really helped me with my tasks.
10 years ago (Maciej Naumienko)
67%StarStarStarStar
This is a good class ! lol
13 years ago (José Filipe Lopes Santos)
70%StarStarStarStar