{"id":21846094,"url":"https://github.com/owenvoke/minimin-package-serverstats","last_synced_at":"2026-05-16T13:35:29.975Z","repository":{"id":57046103,"uuid":"85838153","full_name":"owenvoke/minimin-package-serverstats","owner":"owenvoke","description":"A server statistics package based around system information.","archived":false,"fork":false,"pushed_at":"2017-12-07T18:04:29.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-17T01:49:39.298Z","etag":null,"topics":["composer","minimin-package","php","server-stats"],"latest_commit_sha":null,"homepage":"https://github.com/pxgamer/minimin","language":"Smarty","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/owenvoke.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-22T14:32:24.000Z","updated_at":"2017-11-21T14:31:29.000Z","dependencies_parsed_at":"2022-08-24T05:00:20.618Z","dependency_job_id":null,"html_url":"https://github.com/owenvoke/minimin-package-serverstats","commit_stats":null,"previous_names":["pxgamer/minimin-package-serverstats"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/owenvoke/minimin-package-serverstats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fminimin-package-serverstats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fminimin-package-serverstats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fminimin-package-serverstats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fminimin-package-serverstats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owenvoke","download_url":"https://codeload.github.com/owenvoke/minimin-package-serverstats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fminimin-package-serverstats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33104588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["composer","minimin-package","php","server-stats"],"created_at":"2024-11-27T23:12:41.852Z","updated_at":"2026-05-16T13:35:29.938Z","avatar_url":"https://github.com/owenvoke.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minimin-package-serverstats\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![Style CI][ico-styleci]][link-styleci]\n[![Code Coverage][ico-code-quality]][link-code-quality]\n[![Total Downloads][ico-downloads]][link-downloads]\n\nA server statistics package based around system information.\nDesigned for the [Minimin](https://github.com/pxgamer/minimin) server management tool.\n\n## Structure\n\n```\nsrc/\ntests/\nvendor/\n```\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require pxgamer/minimin-package-serverstats\n```\n\n## Usage\n\nCurrent information this provides:\n- OS Information\n  - Name\n  - Kernel\n  - Architecture\n- CPU Information\n  - Model\n  - Vendor\n  - Speed (Mhz)\n- RAM Information\n  - Type\n  - Total\n  - Free\n- HDD Information\n  - Name\n  - Vendor\n  - Size\n  - Device Path\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [pxgamer][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/pxgamer/minimin-package-serverstats.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/pxgamer/minimin-package-serverstats/master.svg?style=flat-square\n[ico-styleci]: https://styleci.io/repos/85838153/shield\n[ico-code-quality]: https://img.shields.io/codecov/c/github/pxgamer/minimin-package-serverstats.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/pxgamer/minimin-package-serverstats.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/pxgamer/minimin-package-serverstats\n[link-travis]: https://travis-ci.org/pxgamer/minimin-package-serverstats\n[link-styleci]: https://styleci.io/repos/85838153\n[link-code-quality]: https://codecov.io/gh/pxgamer/minimin-package-serverstats\n[link-downloads]: https://packagist.org/packages/pxgamer/minimin-package-serverstats\n[link-author]: https://github.com/pxgamer\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Fminimin-package-serverstats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowenvoke%2Fminimin-package-serverstats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Fminimin-package-serverstats/lists"}