RSS 804 projects tagged "php classes"

Download No website Updated 24 Mar 2011 Easy Debugger

Screenshot
Pop 18.00
Vit 28.13

Easy Debugger is a simple class that makes debugging complex sites very simple. The class allows you to clearly and easily output strings, variables, and objects and color code them for easier reading. It also makes it incredibly simple to output strings, variables, or even objects to email for simple troubleshooting or AJAX pages and pages where reload doesn't allow debugging. It saves debug output until the end of the page; groups all outputs from a page together; groups all outputs from specific files together; has easy color coding for advanced troubleshooting; shows line numbers and file names so you don't lose debug items; and has simple helper functions to speed up use. Debugs can be left on while the site is live, with no unwanted interruption. This code has been used on over 100 sites, from simple HTML pages to complex Web applications.

Download No website Updated 27 Aug 2011 crXml

Screenshot
Pop 71.85
Vit 2.29

crXml is an all-in-one, easy-to-use XML parser, generator, and editor created using PHP's DOM XML functions. The functionality of this class is similar to simpleXML. It differs from simpleXML in the way in which namespaced nodes are addressed. In simpleXML, namespaced nodes cannot be addressed directly. In this class, a namespaced node can be addressed directly as $crxmlObject->{'prefix:nodeName'}. It can also generate PHP code to access any of the nodes. It can also generate or manipulate any type of XML document. Please check the live demo so that you can try the class without downloading anything.

Download Website Updated 18 Dec 2011 Nibble forms

Screenshot
Pop 46.64
Vit 2.89

Nibble forms is a stand-alone PHP class collection that allows developers to begin easily developing HTML forms with PHP validation. The forms that can be developed are very customizable, but they can also be set up simply and quickly with minimal arguments.

No download No website Updated 29 Nov 2010 OutputFilter

Screenshot
Pop 24.37
Vit 2.04

OutputFilter is a PHP library that can be used to filter the values of scalars, arrays, and data objects recursively. It can be easily integrated in frameworks. A solution for Zend Framework and Smarty template engine is already included.

Download No website Updated 06 Dec 2010 Yahoo BOSS Client

Screenshot
Pop 20.76
Vit 1.46

Yahoo BOSS (Build your Own Search Service) is a search API. This PHP 5.3 package can retrieve the results of Web, news, and image searches, and also cache them.

Download No website Updated 28 Sep 2010 Huxley

Screenshot
Pop 20.93
Vit 31.10

Huxley is a set of classes that makes it trivial to produce legitimate output for queries made by the prevailing standard of REST queries. Instead of writing a network API with many methods, being run over RPC, you instead write only a couple of methods that are accessed by HTTP GET requests. You then return the results (in either XML, JSON, or text) for processing. XML and JSON are chosen because of the ease by which they can be parsed by most languages. In this way, you open up the scope of your network services to many more people than would otherwise have access to it.

No download No website Updated 02 Dec 2010 Comparator Tools

Screenshot
Pop 21.84
Vit 1.48

Comparator Tools is a PHP implementation of Java's Comparable interface. It allows objects to be sorted and provides other useful functions for comparison.

Download Website Updated 11 Aug 2010 XML-RSS Feed Generator

Screenshot
Pop 24.80
Vit 32.10

XML-RSS Feed Generator is a PHP class for generating RSS 2.0 feeds. All feeds are validated by a feed validator. All feed elements are supported. It is simple and easy to define channel properties and item elements. It also enables the usage of sub-tags and attributes.

Download Website Updated 30 Jun 2010 Simple Login Class

Screenshot
Pop 20.81
Vit 32.54

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.

No download Website Updated 18 Jun 2010 LiberORM

Screenshot
Pop 16.55
Vit 32.70

LiberORM is a class that can be used to store and retrieve objects as database records. It can take objects of arbitrary types and insert, update, and delete them in a database table according to mapping configuration.

Screenshot

Project Spotlight

i18nspector

A checking tool for gettext POT, PO, and MO files.

Screenshot

Project Spotlight

]project-open[

A Web-based enterprise project server with a focus on finance and collaboration.