pxgamer / dir-sync
A folder list sync between Server and Client.
Fund package maintenance!
owenvoke
ecologi.com/owenvoke?gift-trees
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 1
Type:project
Requires
- php: ^7.1
- vlucas/phpdotenv: ^2.4
Requires (Dev)
- phpunit/phpunit: ^6.4
- squizlabs/php_codesniffer: ^3.1
This package is auto-updated.
Last update: 2024-11-11 15:34:27 UTC
README
A folder list sync between Server and Client (originally designed for use with a Plex environment)
Structure
public/
src/
tests/
vendor/
Install
Via Composer
$ composer create-project pxgamer/dir-sync
Usage
Add the following environment variables, or set up a .env
file by copying the .env.example
.
Clone the package to your server and client locations, and set a web server to point at either the public/server
or public/client
directories.
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
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.