freebsd-ports/devel/pear-Config/pkg-descr

12 lines
438 B
Text
Raw Normal View History

The Config package provides methods for configuration manipulation.
* Creates configurations from scratch
* Parses and outputs different formats (XML, PHP, INI, Apache...)
* Edits existing configurations
* Converts configurations to other formats
* Allows manipulation of sections, comments, directives...
* Parses configurations into a tree structure
* Provides XPath like access to directives
WWW: http://pear.php.net/package/Config/