RSS 8 projects tagged "php classes"

No download Website Updated 26 Nov 2009 Ajax Login Module

Screenshot
Pop 52.15
Vit 35.75

Ajax Login Module is an AJAX login system that authenticates users without reloading a login page. It is easy to integrate with existing PHP applications with no further configuration and coding.

Download No website Updated 24 Mar 2010 Ext Direct App

Screenshot
Pop 24.04
Vit 1.00

Ext Direct App is a PHP class that can be used to call PHP classes from JavaScript. It generates JavaScript code to use the ExtJS library and send AJAX requests to a PHP script using this class to handle the requests. The class should be extended to implement the actions to handle the different types of AJAX requests that the applications may need.

Download Website Updated 11 Apr 2010 Image.class

Screenshot
Pop 12.69
Vit 33.67

Image.class is a PHP class that can be used to generate images with graphic primitives defined programmatically. It can create an empty image with a given size or load an existing image from a JPEG, PNG, or GIF image. The class can render graphic primitives in the image like drawing a text string with optional border, copying parts of the image to another position, drawing ellipses, rectangles, and lines, and scaling the image to a given size. The generated image can be saved also in JPEG, PNG, or GIF formats.

Download Website Updated 30 Jun 2010 Simple Login Class

Screenshot
Pop 21.14
Vit 32.48

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 27 Aug 2011 crXml

Screenshot
Pop 73.44
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.

No download Website Updated 28 May 2011 MochiPHP

Screenshot
Pop 46.30
Vit 1.42

MochiPHP is a lightweight framework for PHP that adopts component and page oriented design with a simple database and object-persistence library. Page oriented design: write a class and template pair per page. Form components hide complex HTML markup and user interaction handling. Persistent objects with auto-generated property accessors.

No download Website Updated 01 Dec 2011 AMT REST API

Screenshot
Pop 19.08
Vit 23.70

AMT REST API implements all the functionality available in the Amazon Mechanical Turk API natively in PHP. There are no external dependencies. The package requires PHP 5.3 or later and uses namespaces. Optional sub-packages handle worker qualifications and notifications sent by the AMT service. The source is intended to be used with the docblox automatic documentation system. An HTML manual cross-links the internal documentation with Amazon's API documentation.

No download Website Updated 01 Feb 2012 c_xml

Screenshot
Pop 15.62
Vit 23.14

c_xml is a class that can convert between XML files and arrays or strings. It can parse an XML file into a DOM document object, so it can be returned as an array or displayed using a XSL stylesheet. The parsed XML document can also be manipulated to add, change, or remove nodes. Nodes may be searched using XPath. The resulting document can be regenerated in XML format.

Screenshot

Project Spotlight

JIB

A collection of Windows applications ready for easy deployment on Linux.

Screenshot

Project Spotlight

kramdown

A fast pure Ruby Markdown-superset converter.