PHPackages                             cuppett/cakephp-aws\_utils - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cuppett/cakephp-aws\_utils

AbandonedArchivedCakephp-plugin[Utility &amp; Helpers](/categories/utility)

cuppett/cakephp-aws\_utils
==========================

CakePHP Amazon Web Services Utilities

1.0.1(11y ago)012MITPHPPHP &gt;=5.3.3

Since Jan 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/cuppett/cakephp-aws_utils)[ Packagist](https://packagist.org/packages/cuppett/cakephp-aws_utils)[ Docs](https://github.com/cuppett/cakephp-aws_utils)[ RSS](/packages/cuppett-cakephp-aws-utils/feed)WikiDiscussions master Synced 1mo ago

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

CakePHP AWS Utilities
=====================

[](#cakephp-aws-utilities)

AWSUtils provides a small set of wrappers and harnesses to integrate AWS services directly into your CakePHP applications

Requirements
------------

[](#requirements)

The master branch has the following requirements:

- CakePHP 2.2.0 or greater.
- PHP 5.3.0 or greater.

Features
--------

[](#features)

- [DynamoDB](http://aws.amazon.com/dynamodb/) session handler.

Installation
------------

[](#installation)

- Clone/Copy the files in this directory into `app/Plugin/AwsUtils`
- Ensure the plugin is loaded in `app/Config/bootstrap.php` by calling `CakePlugin::load('AwsUtils');`

### Using Composer

[](#using-composer)

Ensure `require` is present in `composer.json`. This will install the plugin into `Plugin/AwsUtils`:

```
{
    "require": {
        "cuppett/cakephp-aws_utils": "1.0.*"
    },
    "extra":
	{
	    "installer-paths":
	    {
	        "app/Plugin/AwsUtils": ["cuppett/cakephp-aws_utils"]
	    }
	}
}

```

Quick Example
-------------

[](#quick-example)

### Integrating the session handler into core.php

[](#integrating-the-session-handler-into-corephp)

```
use Aws\Common\Enum\Region;

$aws = array(
    'includes' => array(
        '_aws'
    ),
    'services' => array(
        'default_settings' => array(
            'params' => array(
                'region' => Region::US_EAST_1
            )
        )
    )
);

Configure::write('Session', array(
    'defaults' => 'database',
    'timeout' => 60,
    'handler' => array(
        'engine' => 'AwsUtils.DynamoDBSession',
        'aws' => $aws
    ),
    /* Avoid gc from web-app, manually sweep/clean later */
    'ini' => array('session.gc_probability' => 0)
));
```

Reporting issues
----------------

[](#reporting-issues)

If you have a problem with AwsUtils please open an issue on [GitHub](https://github.com/cuppett/cakephp-aws_utils/issues).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

4128d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c5fd317ab85116ec9b985d98190e835fc5a9789469725d3b9d77eb71e1f64723?d=identicon)[cuppett](/maintainers/cuppett)

---

Top Contributors

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

---

Tags

amazonawsdynamodbcakephpsession

### Embed Badge

![Health badge](/badges/cuppett-cakephp-aws-utils/health.svg)

```
[![Health](https://phpackages.com/badges/cuppett-cakephp-aws-utils/health.svg)](https://phpackages.com/packages/cuppett-cakephp-aws-utils)
```

###  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.6M75](/packages/aws-aws-sdk-php-laravel)[aws/aws-crt-php

AWS Common Runtime for PHP

416300.1M4](/packages/aws-aws-crt-php)[aws/aws-sdk-php-symfony

A Symfony bundle for v3 of the AWS SDK for PHP

36517.7M22](/packages/aws-aws-sdk-php-symfony)[aws/aws-sdk-php-resources

A resource-oriented API for interacting with AWS services

1381.8M10](/packages/aws-aws-sdk-php-resources)[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)[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)
