{"id":22820117,"url":"https://github.com/photogabble/php-rrd-tool","last_synced_at":"2025-03-30T23:16:24.844Z","repository":{"id":57039260,"uuid":"145117764","full_name":"photogabble/php-rrd-tool","owner":"photogabble","description":"WIP: A collection of helper classes for working with rrdtool","archived":false,"fork":false,"pushed_at":"2018-08-22T23:21:07.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-11-21T21:04:36.405Z","etag":null,"topics":["rrdtool","wip"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/photogabble.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-17T12:27:09.000Z","updated_at":"2019-05-09T08:01:23.000Z","dependencies_parsed_at":"2022-08-23T23:31:02.712Z","dependency_job_id":null,"html_url":"https://github.com/photogabble/php-rrd-tool","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/photogabble%2Fphp-rrd-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/photogabble%2Fphp-rrd-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/photogabble%2Fphp-rrd-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/photogabble%2Fphp-rrd-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/photogabble","download_url":"https://codeload.github.com/photogabble/php-rrd-tool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390858,"owners_count":20769478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rrdtool","wip"],"created_at":"2024-12-12T15:16:29.064Z","updated_at":"2025-03-30T23:16:24.824Z","avatar_url":"https://github.com/photogabble.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ePHP RRDTool Helpers\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cem\u003eEase the creation and updating of rrdtools files\u003c/em\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://packagist.org/packages/photogabble/php-rrd-tool\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/photogabble/php-rrd-tool.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/photogabble/php-confusable-homoglyphs.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About this package\n\nI wrote this library to help my understanding of how RRDTool commands work. It acts as a class based container that can easily be configured and then cast to a string to return the command line input.\n\nIt currently only contains a class representation of [rrdcreate](https://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html).\n\nI am aware of the [php-rrd](http://php.net/manual/en/book.rrd.php) extension and do use it in other contexts. However this library may be useful on systems where that extension isn't available but RRDTools is.\n\n## Install\n\nInstall this library with composer: `composer require photogabble/php-rrd-tool`.\n\n## Usage\n\nPlease see the [tests](https://github.com/photogabble/php-rrd-tool/tree/master/tests) for detailed example of usage.\n\n## Todo\n\n* [x] Add class representation of [rrdupdate](https://oss.oetiker.ch/rrdtool/doc/rrdupdate.en.html)\n* [ ] Add class representation of [rrddump](https://oss.oetiker.ch/rrdtool/doc/rrddump.en.html)\n* [ ] Add class representation of [rrdfetch](https://oss.oetiker.ch/rrdtool/doc/rrdfetch.en.html)\n* [ ] Add class representation of [rrdfirst](https://oss.oetiker.ch/rrdtool/doc/rrdfirst.en.html)\n* [ ] Add class representation of [rrdgraph](https://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html)\n* [ ] Add class representation of [rrdinfo](https://oss.oetiker.ch/rrdtool/doc/rrdinfo.en.html)\n* [ ] Add class representation of [rrdlast](https://oss.oetiker.ch/rrdtool/doc/rrdlast.en.html)\n* [ ] Add class representation of [rrdlastupdate](https://oss.oetiker.ch/rrdtool/doc/rrdlastupdate.en.html)\n* [ ] Add class representation of [rrdresize](https://oss.oetiker.ch/rrdtool/doc/rrdresize.en.html)\n* [ ] Add class representation of [rrdrestore](https://oss.oetiker.ch/rrdtool/doc/rrdrestore.en.html)\n* [ ] Add class representation of [rrdtune](https://oss.oetiker.ch/rrdtool/doc/rrdtune.en.html)\n* [ ] Add class representation of [rrdxport](https://oss.oetiker.ch/rrdtool/doc/rrdxport.en.html)\n* [ ] Add missing specialized functions `HWPREDICT`, `MHWPREDICT`, etc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphotogabble%2Fphp-rrd-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphotogabble%2Fphp-rrd-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphotogabble%2Fphp-rrd-tool/lists"}