lubos / cakephp-rsync
Rsync plugin for CakePHP
Installs: 111
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.5.9
- cakephp/cakephp: >=3.3.2 <4.0.0
- phpseclib/phpseclib: ^3.0
Requires (Dev)
README
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require lubos/cakephp-rsync
Load plugin in bootstrap.php file
bin/cake plugin load Rsync
Usage
See bin/cake rsync
Bugs & Features
For bugs and feature requests, please use the issues section of this repository.
If you want to help, pull requests are welcome.
Please follow few rules:
- Fork & clone
- Code bugfix or feature
- Follow CakePHP coding standards
- Unit tests
Todo
- better readme / help
- unit tests