192 projects tagged "PHP 5"
vmodemd is a telnet server designed to run old DOS BBS systems and door games. It listens for incoming TCP connections on a defined port, does a minimal telnet handshake if needed, and then starts to proxy all data to a PTY which is bound to a dosemu virtual serial port. vmodemd supports any number of virtual modems, can display customized banners if all modems are busy, can terminate a serial app when a telnet connection is unexpectedly dropped, and run custom scripts before passing control to dosemu, allowing you to pass relevant data like incoming IP address to the DOS app.
Bioloide is a graphical Web-based interface with several tools for checking various aspects of your Web sites, for users, yourself, and search engines. It is extensible and currently includes auto RSS, RSS editor, Adsense and Analytics check, gallery generator, last modified files, and Zip generator tools.
SpotLight is a PHP MVC framework for rapid Web application development. It's an action-based framework that easy supports AJAX and SEO. A simple template engine provides easy front-end manipulation. Actions and DAOs provide simple back-end manipulation. It's easy to learn and easy to put into operation.
StructObject is a PHP class which can be used to create objects from a list of strict type variables. It takes a string with the names of types of variables that the current object should have. It only allows setting such variables to values of the specified types. The variables may not be unset.