Download the PHP package phore/objectstore without Composer
On this page you can find all versions of the php package phore/objectstore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phore/objectstore
More information about phore/objectstore
Files in phore/objectstore
Download phore/objectstore
More information about phore/objectstore
Files in phore/objectstore
Vendor phore
Package objectstore
Short Description Object store for local files, google, aws
License MIT
Package objectstore
Short Description Object store for local files, google, aws
License MIT
Please rate this library. Is it a good library?
Informations about the package objectstore
ObjectStore - Wrapper for various cloud based buckets
Install
Basic usage
Driver
The object store can be created with
Available Drivers: Configuration options
driver | driver class | example |
---|---|---|
Google Bucket | PhoreGoogleCloudStoreDriver |
gcs://<bucket-name>?keyfile=/run/secrets/google-key-1 |
Google Bucket Native Driver (Requires google/cloud-storage ) |
GoogleCloudStoreDriver |
gcsnd://<bucket-name>?keyfile=/run/secrets/google-key-1 |
Azure Block Storage | -- |
azbs://<bucket-name>?account=<account>&keyfile=/run/secrets/az-key-1 |
Azure Block Storage Native Driver (Requires microsoft/azure-storage-blob ) |
AzureObjectStoreDriver |
azbsnd://<bucket-name>?account=<account>&keyfile=/run/secrets/az-key-1 |
AWS S3 Block Storage Native Driver (Requires aws/aws-sdk-php ) |
S3ObjectStoreDriver |
s3nd://<bucket-name>?account=<accountId>&keyfile=/run/secrets/keyfile®ion=<region> |
Filesystem driver | FileSystemObjectStoreDriver |
file://path/ |
See the Configuration options page for full driver documentation
Develop
The google native drivers require a secret as service account. Create the secret using
All versions of objectstore with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
phore/core Version *
ext-json Version *
ext-yaml Version *
phore/http-client Version *
ext-openssl Version *
phore/core Version *
ext-json Version *
ext-yaml Version *
phore/http-client Version *
ext-openssl Version *
The package phore/objectstore contains the following files
Loading the files please wait ....