Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanenko3 committed May 16, 2022
1 parent 1da95a9 commit 4f3418e
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).

0 comments on commit 4f3418e

Please sign in to comment.