From afcf9198d6ecd11d0ec38c42b39dff080594074e Mon Sep 17 00:00:00 2001 From: MirKml Date: Mon, 19 Apr 2021 17:48:13 +0200 Subject: [PATCH] create README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3121b11 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# PECL/rrd - native bindings for RRD tool system + +This is the native PHP bindings for RRD tool system. Uses native librrd C API. + + * PHP PECL extension info - https://pecl.php.net/package/rrd + * PHP usage documentation - https://www.php.net/rrd + * rrd tool - https://oss.oetiker.ch/rrdtool/ + * librrd C API - https://oss.oetiker.ch/rrdtool/doc/librrd.en.html +