Structures_Graph - graph datastructure manipulation library Structures_Graph is a package for creating and manipulating graph datastructures. It allows building of directed and undirected graphs, with data and metadata stored in nodes. The library provides ...
System_Command - commandline execution interface Running functions from the commandline can be dangerous if the proper precautions are not taken to escape the shell arguments and reaping the exit status properly. This class give a formal interface ...
System_ProcWatch - monitor processes With this package you can monitor running processes based upon an XML configuration file, XML string, INI file or an array where you define patterns, conditions and actions. In PEAR status of this ...
System_Socket - OO socket API Aims to provide a thight and robust OO API to PHPs socket extension (ext/sockets). In PEAR status of this package is: alpha.
Text_CAPTCHA - generation of CAPTCHA imgaes Implementation of CAPTCHA (completely automated public Turing test to tell computers and humans apart) images. In PEAR status of this package is: alpha.
Text_Diff - Engine for performing and rendering text diffs This package provides a text-based diff engine and renderers for multiple diff output formats. In PEAR status of this package is: beta.
Text_Figlet - Render text using FIGlet fonts Engine for use FIGlet fonts to rendering text. In PEAR status of this package is: beta.
Text_Highlighter - Syntax highlighting Text_Highlighter is a package for syntax highlighting. It provides a base class providing all the functionality, and a descendent classes geneator class. The main idea is to simplify creation of ...
Text_Huffman - lossless compression algorithm Huffman compression is a lossless compression algorithm that is ideal for compressing textual data. In PEAR status of this package is: beta.
Text_Statistics - compute readability indexes for documents Text_Statistics allows for computation of readability indexes for text documents. In PEAR status of this package is: stable.
Text_TeXHyphen - automated word hyphenation with the TeX algorithm This package implements the TeX hyphenation algorithm based on pattern. The package can support various backends for pattern retrieval. At this stage only flat files with TeX pattern were ...
Text_Wiki - parsing and rendering rules for Wiki markup in structured text Abstracts parsing and rendering rules for Wiki markup in structured plain text. In PEAR status of this package is: stable.
Translation - class for creating multilingual websites Class allows to store and retrieve all the strings on multilingual site in the database. Class connects to any database using PHP PEAR extension. The object should be created for every page. While ...
Translation2 - class for multilingual applications management This class provides an easy way to retrieve all the strings for a multilingual site from a data source (i.e. db). A PEAR::DB and a PEAR::MDB container are provided, more containers will follow. It is ...
Tree - Generic tree management Provides methods to read and manipulate trees, which are stored in the DB or an XML file. The trees can be stored in the DB either as nested trees or as simple trees ('brain dead method'), which use ...
UDDI - API for PHP Implementation of Universal Description, Discovery and Integration API for locating and publishing Web Services in a UBR (UDDI Business Registry). In PEAR status of this package is: alpha.
Validate - Validation class Package to validate various datas. It includes : - numbers (min/max, decimal or not), - email (syntax, domain check), - string (predifined type alpha upper and/or lowercase, numeric,...), - date ...
Var_Dump - methods for dumping information about a variable Displays informations about the values of variables on a graphical way: - If given a simple variable (string, integer, double, ressource), the value itself is printed, - If given an array, it is ...
VFS - Virtual File System API This package provides a Virtual File System API, with backends for: - SQL - FTP - Local Filesystems - Hybrid SQL and filesystem ... and more planned. Reading/writing/listing of files are all ...
XML_Beautifier - class to format XML documents XML_Beautifier will add indentation and linebreaks to you XML files, replace all entities, format your comments and makes your document easier to read. You can influence the way your document is ...
XML_CSSML - methods for creating cascading style sheets (CSS) The best way to describe this library is to classify it as a template system for generating cascading style sheets (CSS). It is ideal for storing all of the CSS in a single location and allowing it ...
XML_DTD - parsing of DTD files and DTD validation of XML files Parsing of DTD files and DTD validation of XML files. The XML validation is done with the PHP sax parser, the xml extension, it does not use the domxml extension. Currently supports most of current ...
XML_FastCreate - fast creation of valid XML with DTD control and translation options Key features of this package include: - Easy way to make valid XML : $x->div( $x->h1("Example"), $x->p("Hello"), $x->p(array('class'=>'example'), "World !") ) - Option to report DTD errors in ...
XML_fo2pdf - converts a xsl-fo file to pdf/ps/pcl/text/etc Converts a xsl-fo file to pdf/ps/pcl/text/etc with the help of apache-fop. In PEAR status of this package is: stable.
XML_FOAF - provides the ability to manipulate FOAF RDF/XML XML_FOAF allows advanced users to create advanced FOAF files. The FOAF Project can be found at http://www.foaf-project.org/ - XML_FOAF_Parser and XML_FOAF_Lite will follow before 1.0. In PEAR status ...
XML_HTMLSax - a SAX based parser for HTML and other badly formed XML documents XML_HTMLSax is a SAX based XML parser for badly formed XML documents, such as HTML. The original code base was developed by Alexander Zhukov and published at ...
XML_image2svg - image to SVG conversion The class converts images, such as of the format JPEG, PNG and GIF to a standalone SVG representation. The image is being encoded by the PHP native encode_base64() function. You can use it to get ...
XML_Indexing - XML Indexing support This package provides support for indexing XML files. It assists you in creating and using such indexes in order to reduce access-time to local XML files. In PEAR status of this package is: alpha.
XML_MXML - Framework to build Macromedia Flex applications Flex enables enterprise-class Rich Internet Applications and is designed to address a certain class of problems around multistep processes, client-side validation, data manipulation, and data ...
XML_NITF - parse NITF documents This package 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 ...
Page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |