new rrd tool extension
[email protected] (Miroslav KubelĂk - seznam) Mon, 10 May 2010 18:23:00 +0200
| Newsgroups | php.pecl.dev |
|---|---|
| Organization | Home email |
| Message-ID | <[email protected]> |
Hello, I made first production ready code for a new php extension for a rrd tool (http://oss.oetiker.ch/rrdtool/). I think rrd tool is widely know. There is already current php extension in rrd tool svn, but is very ugly from my point of view (old PHP4 1:1 wrapper around C API with very ugly function parameters). My extension - http://hg.mirin.cz/phprrd/file/tip - has a new OO API. Currently create, update, graph functionality are supported. It's enough for most of rrd use cases, maybe I'll add support for "info" and "multiple timestamps update". Extension license will be PHP. What do you think about maintaining in pecl for next development and improvements? Regards Miroslav Kubelik - www.mirin.cz