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.
This extension provides an API for minifying JavaScript.
Support for JSON (JavaScript Object Notation) serialization. This is a drop-in
alternative to PHP standard json extension.
This is a FreeBSD port of picp, a command line driver for the Microchip
Picstart Plus development programmer. It is compatible with a variety of
PICs including the 16F84.
This is an 'abstract' package, it provides the base framework for applications
like CodeGen_PECL.
Perl Console is a light program that lets you evaluate Perl code
interactively. It uses Readline for grabbing input and provides
completion with all the namespaces loaded during your session.
This is pretty useful for Perl developers that write modules. You can
load a module in your session and test a function exported by the
module.
Readline is used to grab user input and provides then all the facilities
your are used to : completion, key bindings, ...