PHPackages                             astroanu/s3-db-php - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. astroanu/s3-db-php

ActiveLibrary[File &amp; Storage](/categories/file-storage)

astroanu/s3-db-php
==================

AWS S3 as a document database

1.0.0(7y ago)281MITPHP

Since Nov 9Pushed 7y ago1 watchersCompare

[ Source](https://github.com/astroanu/s3-db-php)[ Packagist](https://packagist.org/packages/astroanu/s3-db-php)[ RSS](/packages/astroanu-s3-db-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

s3-db-php
=========

[](#s3-db-php)

A document database implementation on AWS S3

```
    $credentials = new Aws\Credentials\Credentials('key_id', 'access_key');

    $client = new Aws\S3\S3Client([
        'version' => 'latest',
        'region' => 'us-east-1',
        'credentials' => $credentials
    ]);

    $bucket = 'my-database';

    $database = new Database($client, $bucket);

    // Get a list of available collections
    $database->listCollections();

    // Put a document
    $uuid = $database->collection('my-collection')->put([
      "text": [
        "data": [
          "more-data": "value"
        ],
        "size": 36,
        "name": "text1",
        "alignment": "center"
      ]
    ]);

    // Find by id
    $document = $database->collection('my-collection')->find($uuid);

    // Delete by id
    $result = $database->collection('my-collection')->delete($uuid);

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2738d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7db56cb35cd72e4d3ea23805145a758d8039f80ccfd9ece709968c072c463aca?d=identicon)[astroanu](/maintainers/astroanu)

---

Top Contributors

[![astroanu](https://avatars.githubusercontent.com/u/1479064?v=4)](https://github.com/astroanu "astroanu (3 commits)")

---

Tags

amazons3awsdbdocumentdb

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/astroanu-s3-db-php/health.svg)

```
[![Health](https://phpackages.com/badges/astroanu-s3-db-php/health.svg)](https://phpackages.com/packages/astroanu-s3-db-php)
```

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M74](/packages/aws-aws-sdk-php-laravel)[aws/aws-sdk-php-resources

A resource-oriented API for interacting with AWS services

1381.8M10](/packages/aws-aws-sdk-php-resources)[vinelab/cdn

Content Delivery Network (CDN) Package for Laravel

217240.8k1](/packages/vinelab-cdn)[aws/aws-sdk-php-zf2

Zend Framework 2 Module that allows easy integration the AWS SDK for PHP

104997.5k5](/packages/aws-aws-sdk-php-zf2)[publiux/laravelcdn

Content Delivery Network (CDN) Package for Laravel

155230.4k](/packages/publiux-laravelcdn)[aws/aws-sdk-php-silex

A simple Silex service provider for including the AWS SDK for PHP.

84624.6k2](/packages/aws-aws-sdk-php-silex)

PHPackages © 2026

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