192 projects tagged "PHP 5"
Zend Framework is a framework for PHP 5 that is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile code base. It is focused on building more secure, reliable, and modern Web 2.0 applications and Web services, and consuming widely available APIs from leading vendors like Google, Amazon, Yahoo!, and Flickr, as well as API providers and cataloguers like StrikeIron and ProgrammableWeb.
Probus is a Web framework for developing in PHP5. This framework is based on the MVC pattern. It has excellent support data caching and provides convenient AJAX support. This framework supports the following features: Many programming patterns can be used, include MVC. A simple command-line tool is used to generate projects. Standard plugins are included for AJAX, RSS, and form validation. It is simple create new plugins for Probus. Its database abstraction layer supports MySQL, PgSQL, MSSQL, Oracle, and many others. It automatically caches data. Its configuration system uses YAML syntax. Components can be used from external frameworks such as Zend Framework, symfony, Code Igniter, Kohana, and CakePHP.
Nx2 is a somewhat complex Web application that acts as a frontend to music databases. Based on XUL, it runs in Gecko based browsers such as Firefox. Built on this idea is a client/server model where several Nx2 frontends can connect to each other, creating a way to link together databases on different networks.
fp.board is a bulletin board software solution designed to both implement features of proprietary non-free solutions and provide exceptional security. It supports features such as a built in Markdown Engine along with BBCode, an advanced Ban Control Panel (modeled after IRC, with Account Exceptions and CIDR based IP bans), DNS Blacklist checks, checks against the StopForumSpam databases, and more. It has no issues with the Suhosin Patches, and is developed on a server that supports Suhosin.
PHP Array to Object converter is a PHP class that can be used to turn any array into an object. It takes an array and assigns the variables of the class with the values of the array entries with the same name. Array entries with array values are also converted to objects recursively.
PHPTAL is a fast, safe, XML-based template engine for XHTML and HTML5. It implements Zope's Template Attribute Language, which has clean, concise syntax that is compatible with XML tools (no custom ugly tags), and template source files can even be previewed in Web browsers or opened in WYSIWYG editors. Templates are compiled to PHP and cached, giving great performance and taking advantage of PHP accelerators. PHPTAL by default ensures well-formed output and escapes XML-unsafe characters everywhere, which means that your pages can be completely safe against HTML-injection (XSS) without great effort. It features fine-grained caching of output, pre- and post- filters, internationalization via gettext or custom backend, creation of custom template attributes and expressions, and templates loaded from non-standard sources (e.g. databases). It supports UTF-8 well, is easy to integrate and redistribute with PHP frameworks and applications, and has an object-oriented design and a comprehensive unit test suite.
jsCheck is a PHP class that lets PHP scripts check if the user has JavaScript activated. This can be done in two different ways. The first is to try to set a cookie with JavaScript, and then to check for that specific cookie with PHP. The other method is to use a form and try to submit that form with JavaScript before the page has loaded, after which PHP can detect whether the $_POST variable was posted back.