3 projects tagged "php classes"
Nibble Framework is a plug-in based framework that enables fast development of small to medium Web sites. It is designed using PHP 5.3 functionality such as namespaces. Web sites and applications are developed using collections of plug-ins that can be reused and shared with other developers. Plug-ins can be installed using a drag and drop interface. Many classes are provided, including the Nibble Forms class, Twitter feeds class, and RedBean PHP ORM.
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.