VersionControl_Git is a library that provides OO interface to
handle Git repository. You can use Git command via the wrapper
class. Some features are provided by high-featured interface.
VersionControl_SVN is a simple OO-style interface for Subversion,
the free/open-source version control system.
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.
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.
PEAR::XML_SVG package provides an object-oriented API for building SVG
documents.
The extension implements a high resolution StopWatch class. It uses the the best
possible APIs on different platforms. It also makes possible to implement a
custom stopwatch using low level ticks delivered by the underlaying APIs.
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.
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.
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.
The inotify extension allows to use inotify functions in a PHP script.