speedwork / filesystem
This package is abandoned and no longer maintained.
No replacement package was suggested.
The Speedwork Filesystem package.
v1.0.4
2017-07-27 08:28 UTC
Requires
- php: >=5.6
- league/flysystem: ^1.0
- speedwork/util: ^1.0
- symfony/finder: ^3.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- jakub-onderka/php-console-highlighter: ^0.3.2
- jakub-onderka/php-parallel-lint: ^0.9.2
- ocramius/proxy-manager: ^1.0
- phpmd/phpmd: ^2.4
- phpro/grumphp: ^0.9.6
- phpstan/phpstan: ^0.5
- phpunit/php-code-coverage: ^5.2
- phpunit/phpunit: ~6.2
- satooshi/php-coveralls: 2.*
- sebastian/phpcpd: ^3.0
- sensiolabs/security-checker: ^3.0
- squizlabs/php_codesniffer: ~2.3
Suggests
- league/flysystem: Required to use the Flysystem local and FTP drivers (~1.0).
- league/flysystem-aws-s3-v3: Required to use the Flysystem S3 driver (~1.0).
- league/flysystem-rackspace: Required to use the Flysystem Rackspace driver (~1.0).
This package is not auto-updated.
Last update: 2018-07-01 00:23:37 UTC
README
============================================
#Introduction
Speedwork provides a powerful filesystem abstraction thanks to the wonderful Flysystem PHP package by Frank de Jonge. The Speedwork Flysystem integration provides simple to use drivers for working with local filesystems, Amazon S3, and Rackspace Cloud Storage. Even better, it's amazingly simple to switch between these storage options as the API remains the same for each system.
#Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Make your changes
- Run the tests, adding new ones for your own code if necessary (
phpunit
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request