A PHP management suite for ReadyNAS devices.
src/
tests/
vendor/
Via Composer
$ composer require pxgamer/readynasAll that needs to be done, is to set the environment variables.
NAS_HOST - The IP/domain of the NAS
NAS_USER - The username to connect to your NAS with
NAS_PASS - The password to connect to your NAS with
Environment variables can be defined in multiple ways.
- Using a
.envfile viavlucas/phpdotenv - Using the
exportcommand on Unix - Using the
setxcommand on Windows
| System | Firmware | Status |
|---|---|---|
| ReadyNAS 102 | 6.7+ | ✓ |
Please see CHANGELOG for more information on what has changed recently.
$ phpunitPlease see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.