From 4f3418e6e2714b442bca738ef438c94a005b50e6 Mon Sep 17 00:00:00 2001 From: Artem Stepanenko Date: Tue, 17 May 2022 00:09:24 +0300 Subject: [PATCH] WIP --- README.md | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index f77cd7f..2700980 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,18 @@ Get OS resources from Laravel +## Requirements + +- `php: >=8.0` +- `laravel/nova: ^4.0` + +## Installation + +```bash +# Install the package +composer require stepanenko3/laravel-system-resources +``` + ## Usage ``` php @@ -23,27 +35,14 @@ $cpuName = SystemResources::cpuName(); $cpu = SystemResources::cpu(); ``` -## Install - -Via Composer - -``` bash -$ composer require stepanenko3/laravel-system-resources -``` - -## Minimum requirements - -- Laravel 9.0 -- PHP 8.0 - ## Credits -- [Artem Stepanenko](http://github.io.com/stepanenko3) +- [Artem Stepanenko](https://github.com/stepanenko3) -## License +## Contributing -This package is licensed under the MIT License - see the `LICENSE` file for details +Thank you for considering contributing to this package! Please create a pull request with your contributions with detailed explanation of the changes you are proposing. -## Contributing +## License -Pull requests and issues are welcome. +This package is open-sourced software licensed under the [MIT license](LICENSE.md).