6 projects tagged "phpclasses"
Generate/Check and Encypt Passwords features a Password Generator with settings for character type, allowed and disallowed characters, and minimum/maximum password length. PassPhrase Generator will generate a string with a specified number of words, the minimum/maximum length of words, and which folder to look into to find the words. Password Strength Checker checks to see how strong a password is, from 0 to 100. encrypt() will make sure the hash type is valid before encrypting. You can also pass a SALT option with the password to make it more secure.
SalatReminder is a simple Atom feed generator that displays today's Salat timings based on your IP address' geographical location. Prayer timings are sourced from Islamic Finders Prayer Web service. Default options can be configured in a config.ini file. It does not work well with proxies that affect geolocation, but the title of the feed contains the current city and country.
PHP GUI API is a package that renders HTML pages composed programmatically. It is designed in a similar fashion to Java's GUI package, but it is for HTML components rather than desktop applications. It consists of a set of classes that wrap around several types of HTML page components and CSS elements that can be composed and configured programmatically to generate whole pages. The classes render the page by generating HTML for each element and the contained elements. It provides classes for wrapping paragraphs, divisions (div), input fields, forms, tables, images, links, etc.