22 projects tagged "PHP"
Innomatic is a mature and easy-to-use distributed container for PHP 5 Web applications. It is particularly oriented towards business and administrative applications such as CRM, CMS, Web-based frontends for legacy applications, and so on. It can contain multiple applications and customers or sites. It introduces a new way to distribute and manage Web applications through AppCentral.
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.
PHP Menu Builder is a class that can be used to display nested menus of HTML links. It takes an array of menu items eventually with nested arrays that define sub-menus. The class generates HTML lists with links for each menu item. CSS classes can be used to configure the presentation styles of the menus, regular items, and the current page item.
Ripcord is an PHP 5 XML-RPC server and client library with a very simple and easy to use API. You can create XML-RPC, (simplified) SOAP 1.1, and SimpleRPC clients with one call and then call RPC methods as if they were local methods of the client. You can create a server with one call, passing it any number of objects or classes whose methods it will publish and automatically document.
PCMS is a content management system (CMS) for PHP programmers to build Web sites. It uses no HTML, XML, or special markup scripts. Templates are built in PHP as a block structure mirroring what you see on the page, using a library of PHP classes corresponding to HTML tags. The package includes an easy-to-use content editor (fckeditor) for use by customers to manage their own Web sites online. Full documentation is provided and a limited number of free subdomains are available in which you can evaluate the product without having to install it on your own server.