2.0: Abstract backend storage
thunder-tus-php now supports multiple storage backends via the StoreInterface
interface. The FileSystem
backend is now available in order to provide filesystem-based storage as before.
Please read the changes at examples/client.php
for more info.