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 yesterday

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 35% 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

4177d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/239904?v=4)[Stephen Cuppett](/maintainers/cuppett)[@cuppett](https://github.com/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.7k38.2M84](/packages/aws-aws-sdk-php-laravel)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[aws/aws-sdk-php-symfony

A Symfony bundle for v3 of the AWS SDK for PHP

36418.6M25](/packages/aws-aws-sdk-php-symfony)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[gwk/dynamo-session-bundle

DynamoDB Session Handler Bundle for Symfony 2

14210.9k](/packages/gwk-dynamo-session-bundle)

PHPackages © 2026

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