PHPackages                             phore/cloudstore - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. phore/cloudstore

Abandoned → [phore/objectstore](/?search=phore%2Fobjectstore)Library

phore/cloudstore
================

Data analyzing framework

042Shell

Since Aug 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/phore/phore-cloudstore)[ Packagist](https://packagist.org/packages/phore/cloudstore)[ RSS](/packages/phore-cloudstore/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Cloudstore - Wrapper for various cloud based buckets
====================================================

[](#cloudstore---wrapper-for-various-cloud-based-buckets)

Install
-------

[](#install)

```
composer requre phore/cloudstore

```

Basic usage
-----------

[](#basic-usage)

```
$store = new ObjectStore(new GoogleCloudStoreDriver(__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");
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/878a384d056698a2400e4b7c8858db05a6caebb2c560e67151be36d46d58def0?d=identicon)[dermatthes](/maintainers/dermatthes)

---

Top Contributors

[![dermatthes](https://avatars.githubusercontent.com/u/13380559?v=4)](https://github.com/dermatthes "dermatthes (6 commits)")

---

Tags

cloudstorewrapper

### Embed Badge

![Health badge](/badges/phore-cloudstore/health.svg)

```
[![Health](https://phpackages.com/badges/phore-cloudstore/health.svg)](https://phpackages.com/packages/phore-cloudstore)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
