A PHP management suite for ReadyNAS devices.
src/
tests/
vendor/
Via Composer
$ composer require pxgamer/readynas
All 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
.env
file viavlucas/phpdotenv
- Using the
export
command on Unix - Using the
setx
command on Windows
System | Firmware | Status |
---|---|---|
ReadyNAS 102 | 6.7+ | ✓ |
Please see CHANGELOG for more information on what has changed recently.
$ phpunit
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.