RSS 69 projects tagged "php classes"

No download Website Updated 31 Jan 2002 Genepi

Screenshot
Pop 21.86
Vit 64.22

Genepi is a PHP library to build editors, with the same philosophy as GUI libraries. It will also include a generic editor for valid XML files.

No download Website Updated 23 Dec 2002 Phptempt

Screenshot
Pop 21.68
Vit 61.63

Phptempt is a template engine for PHP and Java. Templates are precompiled and then included to the script/Java program as a PHP script/Java program. Templates are organized in blocks and placeholders, all placed in one single file. Blocks may be recursive. A version of the engine is available that is optimized for Java and particularly useful for the creation of code generators of any kind.

No download Website Updated 07 Feb 2006 BlockTemplate

Screenshot
Pop 11.14
Vit 51.55

BlockTemplate is a class that implements a template engine based on the concept of blocks. The template files do not define looping logic, only variables or parameters to be replaced, to avoid using programming concepts that are not easy for designers to understand. The class supports event driven callback functions for customizing the template engine behavior.

Download Website Updated 16 Oct 2006 Simple HTML Parser

Screenshot
Pop 12.25
Vit 49.05

The Simple HTML Parser is a fast HTML parser for PHP 5 that might be described as a stream parser. It divides HTML into nodes (tags, text, or comments) and returns them one at a time in the order they appear in the source. It was inspired by HTML Parser for PHP-4 but was written from the ground up with speed as the primary goal.

Download Website Updated 25 Mar 2007 Highlighter

Screenshot
Pop 9.33
Vit 47.39

Highlighter is a PHP class that can be used to reformat highlighted PHP code. It can highlight PHP code and turn keywords into links to the respective manual page in the PHP.net site. If the code is not enclosed in PHP code tags, it adds these tags before highlighting the code. It can also escape a text string to display as HTML using configurable block tags.

Download Website Updated 03 Aug 2007 PHP Form Library

Screenshot
Pop 14.90
Vit 45.99

PHP Form Library is a framework for building HTML forms and validating them. It contains classes for each HTML element of a form, from TextEdit to FileUpload. It's integrated with Smarty Templates.

Download No website Updated 23 Nov 2012 GeSHi

Screenshot
Pop 256.96
Vit 31.75

GeSHi is a generic syntax highlighter for PHP that takes any source code and highlights it in XHTML and CSS. It features case-sensitive or insensitive highlighting, auto-caps/non-caps of any keyword, an unlimited scope for styling, the use of CSS in which almost any aspect of the source can be highlighted, the use of CSS classes to massively reduce the amount of output code, function-to-URL capabilities, line numbering, and much more. Over 100 languages are supported, including Java, C, PHP, HTML, CSS, SQL, Pascal, C++, XML, ASP, and ASM.

Download Website Updated 24 Mar 2013 psx

Screenshot
Pop 166.48
Vit 26.04

PSX is a framework for developing dynamic Web sites in PHP. The goal of PSX is to help you develop RESTful APIs serving Web standard formats like JSON, XML, Atom, and RSS. It has a focus on social technologies and provides classes to use and implement OAuth, OpenID, Opengraph, Opensocial, Opensearch, PubSubHubbub, Atom, and RSS.

Download Website Updated 08 Aug 2012 htmLawed

Screenshot
Pop 119.25
Vit 12.10

htmLawed is a PHP script that makes input text more secure, HTML standards-compliant, and suitable in general from the viewpoint of a Web-page administrator, for use in the body of HTML 4 or XHTML 1 or 1.1 documents. It is a customizable HTML/XHTML filter, processor, purifier, and sanitizer. It can ensure that HTML tags are balanced and properly nested tags, neutralize code that may be used for cross-site scripting (XSS) attacks, and limit the allowed HTML elements, tags, attributes, or URL protocols.

No download Website Updated 03 Oct 2012 XML parser class

Screenshot
Pop 144.12
Vit 11.61

XML parser class is a PHP class that parses arbitrary XML input and builds an array with the structure of all tag and data elements. Optionally it can keep track of the positions of each element to locate elements that may be contextually in error. Supports a parsed file cache to minimize the overhead of parsing the same file repeatedly. Optimized parsing of simplified XML (SML) formats ignoring the tag attributes.

Screenshot

Project Spotlight

Gfarm

A distributed filesystem, used for cluster computing.

Screenshot

Project Spotlight

STMX

High-performance software transactional memory for Common Lisp.