Package Information |
Summary |
PHP bindings to the Augeas API |
Maintainers |
Pedro Padron <
pgpadron at gmail dot com >
(lead)
[details]
|
License |
PHP License |
Description |
Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. This extension provides PHP bindings to it's API. |
Homepage |
http://augeas.net/
|
Release notes
Version 0.3
(beta)
|
- private property Augeas::$handle no longer exists - resource type is no longer used |