Enom API is a PHP class that can be used to manipulate domain registration records using the Enom Web services API. Currently, it can check availability of a domain, register a domain, renew a domain, transfer a domain, get or set the DNS of a domain, get the expiry date of a domain, protect the identification of the owners of a domain, and get or set the lock status, contacts, forwarding email addresses, and host records of a domain.
Image Nudity Filter is a PHP class that can be used to determine whether an image may contain nudity. It analyzes the colors used in different sections of an image to determine whether those colors match the human skin color tones. As a result of the analysis, it returns a score value that reflects the probability of the image to contain nudity. Additionally, it can output the analysed image, marking the pixels with color skin tones with a given color. It can analyze images in the PNG, GIF, and JPEG formats.
IP2More is a class to simplify ip2country functions and let you know more about the source of the IP address, such as its Country, ISO2 Code, ISO3 Code, FIPS104 Code, ISO Number, Region, Capital, Currency, Currency Code, and flag (small and big). If you have a form on which the user should select her country from a list, IP2More has a built-in function which will print dropdown list options and (optionally) select the user's country based on her IP address. It doesn't need a database; it depends on flat files which can be updated easily and works very fast because it uses indexes in the search.
Numeric TTS is a PHP class that can be used to generate audio to spell numbers using different voices and idioms. It generates audio files in the WAVE format by concatenating audio samples that spell the digits of a number. The digit audio samples are available for male and female voices in English and Arabic. The resulting audio sample can be stored in a file or served as the current script output.