aist / filesystem
Filesystem component
dev-master / 1.0.x-dev
2017-07-28 15:45 UTC
Requires
- php: ^7.0
- container-interop/container-interop: ^1.2
- symfony/filesystem: ^3.3
Requires (Dev)
- malukenho/docheader: ^0.1.5
- mmoreram/php-formatter: ^1.3
- mockery/mockery: ^0.9.8
- php-mock/php-mock-phpunit: ^2.0 || ^1.1.2
- phpunit/phpunit: ^6.0.7 || ^5.7.14
- satooshi/php-coveralls: ^1.0
- symfony/var-dumper: ^3.3
- zendframework/zend-coding-standard: ~1.0.0
This package is not auto-updated.
Last update: 2024-11-10 04:53:25 UTC
README
Installation
Install via composer:
$ composer require aist/filesystem
zf-component-installer
If you use zf-component-installer, that component will install itself as a module for you.
Commands
Copy
Copy <source path>
to <target path>
with optional overwrite [-f]
.
Parameters:
--source
source path *required--target
target path *required-f
force overwrite
$ vendor/bin/console filesystem:copy --source <source path> --target <target path> [-f]