Ports Search

Results 12,87112,880 of 19,819 for %22HTTP Server%22.(0.01 seconds)
devel/XML_NITF-1.1.1 (Score: 9.2878623E-4)
PEAR NITF XML parser
PEAR::XML_NITF provides a NITF XML parser. The parser was designed with NITF version 3.1, but should be forward-compatible when new versions of the NITF DTD are produced. Various methods for accessing the major elements of the document, such as the hedline(s), byline, and lede are provided. This class was originally tested against the Associated Press's (AP) XML data feed.
devel/XML_Parser-1.3.6 (Score: 9.2878623E-4)
PEAR XML parsing class based on PHP's bundled expat
This is an XML parser based on PHPs built-in xml extension. It supports two basic modes of operation: "func" and "event". In "func" mode, it will look for a function named after each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_ for end tags), and in "event" mode it uses a set of generic callbacks. Since version 1.2.0 there's a new XML_Parser_Simple class that makes parsing of most XML documents easier, by automatically providing a stack for the elements. Furthermore its now possible to split the parser from the handler object, so you do not have to extend XML_Parser anymore in order to parse a document with it.
devel/XML_SVG-1.1.0 (Score: 9.2878623E-4)
PEAR object-oriented API for building SVG documents
PEAR::XML_SVG package provides an object-oriented API for building SVG documents.
devel/XML_Transformer-1.1.2 (Score: 9.2878623E-4)
PEAR XML Transformations in PHP
The XML Transformer allows the binding of PHP functionality to XML tags to transform an XML document without the need for and the limitations of XSLT.
devel/XML_Util-1.3.0 (Score: 9.2878623E-4)
PEAR XML utility class
Selection of methods that are often needed when working with XML documents. Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more.
devel/htscanner-1.0.1 (Score: 9.2878623E-4)
Support htaccess for PHP
Allow one to use htaccess-like file to configure PHP per directory, just like apache's htaccess. It is especially useful with fastcgi. This package was originally developed by Bart Vanbrabant.
devel/inotify-0.1.6 (Score: 9.2878623E-4)
This extension allows to use inotify functions in a PHP scripts
The inotify extension allows to use inotify functions in a PHP script.
devel/jsmin-2.0.1 (Score: 9.2878623E-4)
PHP extension for minifying JavaScript
This extension provides an API for minifying JavaScript.
devel/jsonc-1.3.7 (Score: 9.2878623E-4)
PECL extension for JSON manipulation
Support for JSON (JavaScript Object Notation) serialization. This is a drop-in alternative to PHP standard json extension.
devel/blitz-devel-0.7.2 (Score: 9.2878623E-4)
PHP templating engine
Blitz is a PHP templating engine with two main features: Fast. Blitz is written in C and built as PHP-extension which makes it one of the fastest template engines (you may see the benchmarks section below) Clear. Blitz has quite simple and clear syntax and makes developer to build compact and easy-to-read-and-support code even for applications with very complex presentation logic