pxgamer/readynas

A PHP management suite for ReadyNAS devices.

v2.0.4 2017-12-06 10:10 UTC

This package is auto-updated.

Last update: 2024-04-05 19:44:08 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

A PHP management suite for ReadyNAS devices.

Structure

src/
tests/
vendor/

Install

Via Composer

$ composer require pxgamer/readynas

Usage

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 via vlucas/phpdotenv
  • Using the export command on Unix
  • Using the setx command on Windows

Compatibility

System Firmware Status
ReadyNAS 102 6.7+

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ phpunit

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.