Skip to content

Repository files navigation

Cloudstore - Wrapper for various cloud based buckets

Install

composer requre phore/cloudstore

Basic usage

$store = newObjectStore(newGoogleCloudStoreDriver(__DIR__ . "/file/to/identity.json", "bucketName"));
$store->put("object/some.json", "Some Data");
if ($store->has("object/some.json"))
echo"Object existing";
echo$store->get("object/some.json");

About

Wrapper for GCS, Azure and Amazon Cloud stores

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages