Download the PHP package stechstudio/laravel-storage-connect without Composer
On this page you can find all versions of the php package stechstudio/laravel-storage-connect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stechstudio/laravel-storage-connect
More information about stechstudio/laravel-storage-connect
Files in stechstudio/laravel-storage-connect
Download stechstudio/laravel-storage-connect
More information about stechstudio/laravel-storage-connect
Files in stechstudio/laravel-storage-connect
Vendor stechstudio
Package laravel-storage-connect
Short Description Assists with connecting to various cloud storage services and pushing files
License MIT
Homepage https://github.com/stechstudio/laravel-storage-connect
Package laravel-storage-connect
Short Description Assists with connecting to various cloud storage services and pushing files
License MIT
Homepage https://github.com/stechstudio/laravel-storage-connect
Keywords stechstudiolaravel-storage-connect
Please rate this library. Is it a good library?
Informations about the package laravel-storage-connect
Laravel Storage Connect
This package is no longer being maintained. It is functional, at least for the Dropbox driver. However we don't plan to do much new development with this package. If you want to take over the development/maintenance, open an issue to let us know.
This package is designed to drastically simplify the process of authenticating to a user's cloud storage account uploading files.
- Handles OAuth flow to authorize a cloud storage account
- Serializes and handles storing/loading of connection details
- Queues upload tasks
- Retries upload failures with increasing backoff
- Supports uploading from local filesystem, S3 hosted files (registers a stream wrapper), or any URL
- Automatically disables a connection if storage quota is full, and then re-enables if space is freed up
- Fires events for all activity, and can optionally log activity for you
Currently Dropbox and Google Drive are the supported cloud storage backends.
All versions of laravel-storage-connect with dependencies
PHP Build Version
Package Version
Requires
google/apiclient Version
^2.2
kunalvarma05/dropbox-php-sdk Version dev-master
socialiteproviders/dropbox Version ^4.0
socialiteproviders/google Version ^3.0||^4.0
stechstudio/backoff Version ^1.0
kunalvarma05/dropbox-php-sdk Version dev-master
socialiteproviders/dropbox Version ^4.0
socialiteproviders/google Version ^3.0||^4.0
stechstudio/backoff Version ^1.0
The package stechstudio/laravel-storage-connect contains the following files
Loading the files please wait ....