Download the PHP package farit-slv/selectel-flysystem-bundle without Composer
On this page you can find all versions of the php package farit-slv/selectel-flysystem-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download farit-slv/selectel-flysystem-bundle
More information about farit-slv/selectel-flysystem-bundle
Files in farit-slv/selectel-flysystem-bundle
Package selectel-flysystem-bundle
Short Description Bundle for selectel's api
License MIT
Informations about the package selectel-flysystem-bundle
Bundle that implements Selectel adapter for flysystem
Bundle implements Selectel adapter for flysystem. Designed primarily for those services that want to use the flysystem abstraction to access Selectel cloud storage.
Installation
The bundle is installed with composer
and follows the standard structure, so it is installed automatically on symfony >= 4.2
-
Add the repository to project
composer.json
: -
Add the bundle package to the project:
-
Add the bundle package to the project:
- Add selectel adapter to flysystem:
Configuration
Available bundle options:
-
account_id
- Selectel account identifier -
client_id
- Selectel user ID, on whose behalf the storage will be accessed -
client_password
- user password container
- the container in which the files will be stored
Use in a local environment
Never use the production container for local development or for running tests. You should either enter the coordinates of the test container:
Or use the flysystem adapter for the local filesystem:
All versions of selectel-flysystem-bundle with dependencies
league/flysystem Version ^1.0
guzzlehttp/guzzle Version ^6.3||^7.0
symfony/dependency-injection Version ^4.2||^5.0
symfony/config Version ^4.2||^5.0
symfony/http-kernel Version ^4.2||^5.0