Download the PHP package techdyn/google-storage-meta-bucket without Composer
On this page you can find all versions of the php package techdyn/google-storage-meta-bucket. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download techdyn/google-storage-meta-bucket
More information about techdyn/google-storage-meta-bucket
Files in techdyn/google-storage-meta-bucket
Package google-storage-meta-bucket
Short Description A simple GCP storage bucket wrapper to automatically set metadata (cache-control, etc) on uploaded files.
License MIT
Informations about the package google-storage-meta-bucket
Google Cloud Storage Meta Bucket for PHP
A simple GCP storage bucket wrapper to automatically set metadata on uploaded files.
Metadata reference: https://cloud.google.com/storage/docs/metadata
Created for use with other libraries that may not allow you to configure the metadata (eg Cache-Control) for storage bucket objects.
Works with:
- https://github.com/1up-lab/OneupFlysystemBundle
- https://github.com/dustin10/VichUploaderBundle (using Flysystem)
- https://github.com/liip/LiipImagineBundle (using Flysystem)
Installation
Requires: https://github.com/googleapis/google-cloud-php-storage
To begin, install the preferred dependency manager for PHP, Composer.
Install the wrapper:
Sample
Symfony & Flysystem
Flysystem
Using: https://github.com/1up-lab/OneupFlysystemBundle
Vich Uploader
Using: https://github.com/dustin10/VichUploaderBundle