oneup / flysystem-bundle
Integrates Flysystem filesystem abstraction library to your Symfony project.
Installs: 7 257 805
Dependents: 72
Suggesters: 14
Security: 0
Stars: 533
Watchers: 14
Forks: 104
Open Issues: 16
Type:symfony-bundle
Requires
- php: >=7.1
- league/flysystem: ^1.0.26
- symfony/config: ^3.4 || ^4.0 || ^5.0
- symfony/dependency-injection: ^3.4 || ^4.0 || ^5.0
- symfony/http-kernel: ^3.4 || ^4.0 || ^5.0
Requires (Dev)
- async-aws/flysystem-s3: ^1.0
- jenko/flysystem-gaufrette: ^1.0
- league/flysystem-aws-s3-v2: ^1.0
- league/flysystem-azure-blob-storage: ^0.1
- league/flysystem-cached-adapter: ^1.0
- league/flysystem-gridfs: ^1.0
- league/flysystem-memory: ^1.0
- league/flysystem-rackspace: ^1.0
- league/flysystem-replicate-adapter: ^1.0
- league/flysystem-sftp: ^1.0
- league/flysystem-webdav: ^1.0
- league/flysystem-ziparchive: ^1.0
- litipk/flysystem-fallback-adapter: ^0.1
- phpunit/phpunit: ^6.5 || ^7.5 || ^8.5
- spatie/flysystem-dropbox: ^1.0
- superbalist/flysystem-google-storage: ^4.0
- symfony/asset: ^3.4 || ^4.0 || ^5.0
- symfony/browser-kit: ^3.4 || ^4.0 || ^5.0
- symfony/finder: ^3.4 || ^4.0 || ^5.0
- symfony/templating: ^3.4 || ^4.0 || ^5.0
- symfony/translation: ^3.4 || ^4.0 || ^5.0
- symfony/yaml: ^3.4 || ^4.0 || ^5.0
- twistor/flysystem-stream-wrapper: ^1.0
Suggests
- ext-fileinfo: Required for MimeType
- ext-ftp: Required for FTP and SFTP
- jenko/flysystem-gaufrette: Allows you to use gaufrette adapter
- league/flysystem-aws-s3-v2: Use S3 storage with AWS SDK v2
- league/flysystem-aws-s3-v3: Use S3 storage with AWS SDK v3
- league/flysystem-azure-blob-storage: Allows you to use Azure Blob Storage adapter
- league/flysystem-cached-adapter: Flysystem adapter decorator for metadata caching
- league/flysystem-gridfs: Allows you to use GridFS adapter
- league/flysystem-rackspace: Allows you to use Rackspace Cloud Files
- league/flysystem-replicate-adapter: Allows you to use the Replicate adapter from Flysystem
- league/flysystem-sftp: Allows SFTP server storage via phpseclib
- league/flysystem-webdav: Allows you to use WebDAV storage
- league/flysystem-ziparchive: Allows you to use ZipArchive adapter
- litipk/flysystem-fallback-adapter: Allows you to use a fallback filesystem
- spatie/flysystem-dropbox: Use Dropbox storage
- superbalist/flysystem-google-storage: Allows you to use Google Cloud Storage buckets
- twistor/flysystem-stream-wrapper: Allows you to use stream wrapper
Conflicts
- async-aws/flysystem-s3: <1.0
- dev-master
- 4.x-dev
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.1
- 2.0.0
- 1.14.1
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.1
- 1.10.0
- 1.9.0
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- v1.1.0
- v1.0.0
- v1.0.0-beta
- v0.5.0
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.0
- v0.2.0
- v0.1
- dev-feature/flysystem-2.x
- dev-release/1.x
- dev-feature-stream_wrapper
This package is auto-updated.
Last update: 2021-01-15 07:57:47 UTC
README
The OneupFlysystemBundle provides a Flysystem integration for your Symfony projects. Flysystem is a filesystem abstraction which allows you to easily swap out a local filesystem for a remote one. Currently you can configure the following adapters to use in your Symfony project.
- AsyncAwsS3
- AwsS3
- AzureBlobStorage
- Dropbox
- Ftp
- Google Cloud Storage
- Local filesystem
- Rackspace
- Sftp
- WebDav
- ZipArchive
- GridFS
- Gaufrette
Documentation
The entry point of the documentation can be found in the file Resources/docs/index.md
Read the documentation for master
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.
Credit where credit is due
Due to the similiarities between Flysystem and Gaufrette, this bundle is heavily inspired by the beautifully crafted GaufretteBundle. Props to the devs at KnpLab!