speedwork/filesystem

This package is abandoned and no longer maintained. No replacement package was suggested.

The Speedwork Filesystem package.

Maintainers

👁 sankar.suda

Package info

github.com/speedwork/filesystem

pkg:composer/speedwork/filesystem

Statistics

Installs: 488

Dependents: 4

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.4 2017-07-27 08:28 UTC

Requires

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT d0523df69066473010bca9beb60edc9395cbe742

  • sankar <sankar.suda.woop@gmail.com>

This package is not auto-updated.

Last update: 2018-07-01 00:23:37 UTC


README

============================================ 👁 SensioLabsInsight
👁 Latest Stable Version
👁 Latest Unstable Version
👁 License
👁 Total Downloads
👁 Build Status

#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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make your changes
  4. Run the tests, adding new ones for your own code if necessary (phpunit)
  5. Commit your changes (git commit -am 'Added some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request