20 projects tagged "PHP 5.2+"
NORM is a simple ORM for PHP. It works with PDO and MySQL. Unlike other ORMs, NORM is neither complicated, convoluted, nor daunting. You can easily throw a regular object at NORM, tie in a couple other objects to relate to it, store it in a database, and return it as a regular associative array or regular object that you can toss into JSON output or a template. It lets you create and store your objects without worrying about SQL, since NORM takes care of building and managing database tables.
iMelaG is a Web-based profile generator for iOS-based devices. It targets Apple's iPad but will also be compatible with other iOS-based tools. The generated configuration can be distributed via email or downloaded from iMelaG. It is currently in an early stage and generates working profiles.
GA4PHP is a class for PHP that allows a coder to provide a method for allowing two-factor authentication for users. Primarily focused on the Google authenticator for iOS, Blackberry, and Android, the system can also support hardware and software tokens based on the TOTP and HOTP standards. The system is designed such that a programmer would simply extend the PHP class to provide storage for the token data.
YMSG is a PHP class that can be used to send messages and manage Yahoo! Messenger accounts. It can connect to a Yahoo! Messenger server, authenticate as a given user, and perform several types of operations on behalf of that user. Currently, it can get the user buddy list, add a new buddy, deny a new buddy request, send a buddy request, remove a buddy, get an user avatar URL, and send a private message.
NiX Proxy Script is a Web-based proxy script. It is similar to a typical proxy server; a Web proxy script downloads requested Web pages and files and forwards them back to the user. The service is provided through a Web page, which allows instant access to the proxy without editing your browser connection settings.
PHPContracts is a design by contract framework for the PHP programming language. It can be used in an object-oriented manner or with simple functions. Design by contract is a style of programming where classes and methods have a "contract" specified for them. If the contract is violated, then there is a defect/bug in the program.