PHP Class: fast find text (string) in files (recursively)

In this post I will present you a PHP class to find a specified text string in files. Files to scan can be grouped in directories and subdirectories because the class uses recursion.
You can set file types to include or exclude from search. For example you can skip all images files.

PHP class: Fast duplicate finder

This class can be used to quickly find file duplicates. It can scan subdirectories recursively and is only comparing files with the same size, which makes it really fast.

IMDB class- find movies, get information about movies & actors

This classs is a nice way to find information about movies and actors on IMDB and display it on your own page.
It doesn’t have full IMDB site functionality, but what it can do should be enough in most cases.
So- you can search for movies and actors and get actor/movie information page. All the results are returned as simple array, so it’s really use to use.

Google Translate – PHP class for automatic translation

Here is a very simple in use class to translate any text from one language to another using Google Translate service. The results are cached, so it is quite fast.
It supports all the languages which are available on translate.google.com.
Cache is stored in php files, so you do not need any database at all!

 
TopOfBlogs Web Development & Design Blogs