BatchFileRename Libraryv1.0

Overview

BatchFileRename is a PHP utility library that provides a fully automated solution for renaming multiple files at once based upon flexible criteria. It can traverse given directory and rename files that match given patterns. The files are renamed according to rules. For example, you include sequence numbers to the new filenames, add a prefix or suffix, change three letters with four other letters in a filename, change the filename case to upper, lower case or even camelCase. There are lots of ways to manipulate filenames.


Features


How it works

Have a look at this simple usage example for better understanding of how the class works.