Hey there, The PHP bindings now have an official place to call home!
The augeas extension is now hosted at PECL website: http://pecl.php.net/package/augeas This is where the package is available for download. Or, if you have php-pear installed, you can download/install via: $ pecl install augeas-0.3 Once it reaches a stable (1.0) release, it will be possible to install it without specifying the version: $ pecl install augeas If you want to add this to the Augeas website, these are the URLs: tarballs: http://pecl.php.net/package/augeas source: http://github.com/ppadron/php-augeas Thanks! 2009/11/16 Pedro Padron <[email protected]>: > Yes, that would be the "official" repo =) > I'm proposing this extension to PECL (http://pecl.php.net), I intent > to make releases there. > This might take a while, so the git repo is the only source for now. > > 2009/11/16 David Lutterkort <[email protected]>: >> On Sat, 2009-11-14 at 02:20 -0200, Pedro Padron wrote: >>> Hello there, >>> >>> I just want to let you know that I'm currently working on PHP bindings >>> to the Augeas API. >>> So far I've managed to wrap some of the API functions in a procedural >>> style, but my goal is to provide an object oriented interface in PHP. >>> If you want to take a look at what has been developed so far, here's my >>> repo: >>> >>> http://github.com/ppadron/php-augeas/ >> >> Excellent - is that the git repo you'd want me to reference on the >> Augeas website ? Also, once you make a release, let me know where you >> stash tarballs. >> >> David _______________________________________________ augeas-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/augeas-devel
