PHPackages                             kumatch/keystore-s3 - 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. kumatch/keystore-s3

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

kumatch/keystore-s3
===================

kumatch/keystore driver for AWS S3

0.3.0(12y ago)025MITPHPPHP &gt;=5.3.3

Since Dec 13Pushed 12y agoCompare

[ Source](https://github.com/kumatch/php-keystore-s3)[ Packagist](https://packagist.org/packages/kumatch/keystore-s3)[ Docs](https://github.com/kumatch/php-keystore-s3)[ RSS](/packages/kumatch-keystore-s3/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (6)Versions (4)Used By (0)

PHP KeyStore-S3
===============

[](#php-keystore-s3)

[kumatch/keystore](https://github.com/kumatch/php-keystore) driver for AWS S3.

[![Build Status](https://camo.githubusercontent.com/f3aadb494772ef40e1b92c833707ad6bf44ff197d6ffe26f5ab5df9bfefac79c/68747470733a2f2f7472617669732d63692e6f72672f6b756d617463682f7068702d6b657973746f72652d73332e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/kumatch/php-keystore-s3)

Install
-------

[](#install)

Add "kumatch/keystore-s3" as a dependency in your project's composer.json file.

```
{
  "require": {
    "kumatch/keystore-s3": "*"
  }
}

```

And install your dependencies.

```
$ composer install

```

Usage
-----

[](#usage)

```
use Kumatch\KeyStore\S3\Driver;
use Kumatch\KeyStore\S3\AwsRegion; // AwsRegion extends Aws\Common\Enum\Region (aws-sdk)

$config = array(
    "key" => "aws_key",
    "secret" => "aws_secret",
    "region" => AwsRegion::US_WEST_1,
);
$bucket = "mybucket";

$driver = new Driver($config, $bucket);
```

### \_\_construct (array $s3Config, $bucket)

[](#__construct-array-s3config-bucket)

Set AWS S3 configurations (same an array of configuration options by "AWS SDK for PHP" S3 client, see [docs](http://docs.aws.amazon.com/aws-sdk-php/latest/class-Aws.S3.S3Client.html#_factory)) and bucket name.

License
-------

[](#license)

Licensed under the MIT License.

Copyright (c) 2013 Yosuke Kumakura

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~19 days

Total

3

Last Release

4493d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47afd1b8d692632cd02d8630a36844daaf9dc77befe5278c7e8452bf52f32921?d=identicon)[kumatch](/maintainers/kumatch)

---

Top Contributors

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

---

Tags

s3filestorage

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kumatch-keystore-s3/health.svg)

```
[![Health](https://phpackages.com/badges/kumatch-keystore-s3/health.svg)](https://phpackages.com/packages/kumatch-keystore-s3)
```

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.1k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M788](/packages/league-flysystem-aws-s3-v3)[league/flysystem-async-aws-s3

AsyncAws S3 filesystem adapter for Flysystem.

2610.5M31](/packages/league-flysystem-async-aws-s3)[czim/file-handling

File Handling Helper

15803.8k1](/packages/czim-file-handling)[dotsunited/cabinet

Cabinet is a PHP 5.3+ library providing a simple file storage layer

172.0k](/packages/dotsunited-cabinet)

PHPackages © 2026

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