RSS 192 projects tagged "PHP 5"

No download Website Updated 01 Jul 2010 openWebX

Screenshot
Pop 17.44
Vit 32.48

openWebX is yet another object oriented PHP framework that follows the rules of strict separation of code and design. Using new technologies like couchDB or mongoDB as data-backends (with MySQL as fallback) nearly everything is an object. You don't have to write any HTML to get a Web site up and running. If you are developer, you simply "program" your site using PHP. If you are a content editor, you can use the included template system to describe your pages. Output is validated HTML5 by default, with other doctypes to choose from. All design is done by way of CSS. The mootools JavaScript framework is used to implement all kinds of client-side things, like galleries, informative popups, and form checkers.

Download Website Updated 30 Jun 2010 Simple Login Class

Screenshot
Pop 20.81
Vit 32.51

Simple Login Class is a PHP class that can be used to prevent unauthorized access of Web pages. A simple user management system can be implemented with this class very quickly. It does not use databases or database queries to store the user details. Instead of a database, it uses a text file to store the details. An access encoding technique (Base64), two hashing techniques (SHA1 and MD5), an a built-in PHP function (StrRev) are used here to store passwords more securely in the text file. Simple Login Class can be used in any PHP page just by embedding a snippet at the top of a the page to be protected. Any number of user logins can be stored more securely in a single file. The sessions are handled more safely in this system than some other login systems. The user registration system applied here is simplified. In certain cases, no configuration is needed to use this class.

Download No website Updated 28 Jun 2010 pdoMap

Screenshot
Pop 44.00
Vit 1.83

pdoMap is a robust PHP ORM with many OOP features. The mapping structure, requests, and transactions are defined in XML files. The core directly generates PHP classes for high performance. It is very easy to use and configure. It features fully optimized code, caching data, a full lazy loading system, and an open system for extending all functionality.

Download No website Updated 24 Jun 2010 siqqel

Screenshot
Pop 19.36
Vit 1.00

siqqel is a simple and lightweight framework which allows you to execute MySQL queries directly from your browser (by transforming them into JSON calls to a backend script), displaying the results of your queries within the structure of the calling HTML document. To issue a query and have its results displayed in a table of your HTML document, you simply put an SQL statement into the "sql" attribute of a <table> element and it will be executed when you open the HTML document in your browser. Your browser will wrap the SQL statement into a JSON call, and this call will be issued to a backend script on your server, which in turn issues the statement against your database server and returns the result set back to your browser. Your browser will display the result set in the according table. If you hover your mouse over the table, a "reload" icon will be displayed, allowing you to re-issue the SQL statement without the need to reload the whole page.

Download No website Updated 25 May 2010 Secure PHP HTML parser and filter

Screenshot
Pop 64.55
Vit 1.94

Secure PHP HTML parser and filter is a PHP package that can be used to parse and filter out insecure HTML tags and CSS styles. It comes with a general purpose markup parser class that can parse any type of markup documents similar to HTML, XML, and DTD files. It also includes several other classes that can be chained together to retrieve the document token elements returned by the main markup parser class and filter the document elements in a useful way. The markup validator filter class validates a document against a DTD, eventually removing invalid tags and attributes. The safe HTML filter class uses several white lists to process HTML tags and data returned by the markup validator class and discards potentially harmful HTML tags and CSS that could be used to perform cross-site scripting (XSS) or cross-site request forgery (CSRF) security attacks. The filtered HTML tokens can be reassembled to return a well-formed and secure HTML document. The HTML links filter class can extract the links contained in an HTML document. The DTD parser and CSS parser are utility classes used by the other classes.

No download No website Updated 17 May 2010 File upload and validation class

Screenshot
Pop 22.36
Vit 33.16

File upload and validation class is a PHP class that can be used to validate and process uploaded files. It can validate a given uploaded file by checking its MIME type or its original file type, and by checking its file size against a given limit and file type. It currently supports audio, video, PDF, and image file uploads. The class can create a path in the server as well.

Download No website Updated 15 May 2010 ToBmp

Screenshot
Pop 17.03
Vit 33.19

ToBmp is a PHP class used to convert GIF, JPEG, or PNG images to BMP images.

No download Website Updated 08 May 2010 Noostr

Screenshot
Pop 17.58
Vit 1.42

Noostr is a content management system aimed squarely at social news networks. Sites like Reddit, Hacker News, and Digg are all social news aggregators, just like your Noostr site will be. People can sign in, submit news stories or ask questions, and everyone can vote for the best ones. Those top stories float to the front page and generate more traffic, more comments, and more votes.

No download Website Updated 29 Apr 2010 WebJaxe

Screenshot
Pop 23.64
Vit 33.45

WebJaxe is a free CMS based on editing XML documents. Semantic editing is provided by a graphical Web interface using Jaxe as a Java applet. HTML publishing is done with PHP and XSLT stylesheets. WebJaxe includes sample configurations for the XPAGES and XHTML languages.

Download Website Updated 20 Apr 2010 Total Shop UK eCommerce

Screenshot
Pop 37.89
Vit 33.58

Total Shop UK eCommerce is an eCommerce site based on CodeIgniter. It is search engine optimized (SEO), uses AJAX functionality, and has multiple categories/sub-categories, an easily customisable design, percentage discount codes, account history and order tracking, customer newsletters, content managed pages, and the ability to set the Global VAT rate.

Screenshot

Project Spotlight

opendkim

A C implementation of the DKIM message signing/verifying standard, both an API and a filter.

Screenshot

Project Spotlight

Recoll

A personal full text desktop search package.