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
StarStarStarStar 65%Total: 902 All time: 3,922 This week: 67Up
Version License PHP version Categories
duplicate-files-find 1Free for non-comm...5PHP 5, Utilities and Tools, Files and...
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 <contact>
Classes: 54 packages by
Country: India India
Innovation award
Innovation award
Nominee: 15x

Winner: 3x

  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:902
This week:0
All time:3,922
This week:67Up
User Ratings User Comments (3)
 All time
Utility:93%StarStarStarStarStar
Consistency:93%StarStarStarStarStar
Documentation:-
Examples:87%StarStarStarStarStar
Tests:-
Videos:-
Overall:65%StarStarStarStar
Rank:831
 
Changed the parseDirectory function to : function parseDirect...
6 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