4 projects tagged "PHP 5.3 +"
WAWAS is a full PHP application server. The main server core listens to any IP/port and passes data to any mounted protocol on the listener. Implemented protocols are HTTP1.1/1.0, Comet, Telnet, DNS, mail, and FTP. Each protocol runs modules that build response data based on the requests. Memory object persistence allows data and caches to be shared across protocols or time. All configuration uses XML. It can be launched as a daemon, with or without forked workers, and is nearly as fast as Apache in preliminary tests.
Web Socket Service is a PHP class which can handle Web socket connections to establish asynchronous communication between browsers using JavaScript and PHP scripts. There is one class which can listen to connections on a given port of an IP address. It creates child processes which will handle the Web socket communications, so if the child processes die, it will not kill the main Web socket handling process. A separate class can handle the communication between child and parent processes to process Web socket requests and return the request responses. Applications can handle the Web socket requests by creating a sub-class of this last class.
PIMF (Php Is My Framework) is a micro framework for PHP that emphasises minimalism and simplicity. It is based on proven design patterns and a fast object relational mapping mechanism, and is designed to be easily updated without having to rewrite your projects. It includes mechanisms for easily coupling controllers to ExtJs and Dojo.
AmpJuke makes it possible to manage and stream your music online to several clients connected through a LAN or the Internet. In addition to streaming music, it can fetch "metadata" (album covers, images, lyrics, and track "fingerprints") automatically using various Web services such as last.fm and the.echonest. You can scan and import tags from as many tracks as you like, use favorites, and customize personal settings. Its focus is on easy navigation as well as speed.
A Web-based enterprise project server with a focus on finance and collaboration.
A C implementation of the DKIM message signing/verifying standard, both an API and a filter.