PHPackages                             sabmeua/ci-dynamodb-session-driver - 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. sabmeua/ci-dynamodb-session-driver

ActiveLibrary

sabmeua/ci-dynamodb-session-driver
==================================

A DynamoDB session driver for CodeIgniter 3.x

0.2.0(9y ago)37.1k4MITPHP

Since Dec 12Pushed 7y ago2 watchersCompare

[ Source](https://github.com/sabmeua/ci-dynamodb-session-driver)[ Packagist](https://packagist.org/packages/sabmeua/ci-dynamodb-session-driver)[ RSS](/packages/sabmeua-ci-dynamodb-session-driver/feed)WikiDiscussions master Synced 1mo ago

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

ci-dynamodb-session-driver
==========================

[](#ci-dynamodb-session-driver)

A DynamoDB session driver for CodeIgniter 3.x

Usage
-----

[](#usage)

To use, simply specify to use DynamoDB for session storage in your configuration file.

Open your `application/config/config.php` and, set "dynamodb" to "sess\_diriver" on "Session Variables" section. Also, set the table name that you will use to "sess\_save\_path". The table you specified is need to create in advance.

```
$config['sess_driver'] = 'dynamodb';
$config['sess_save_path'] = 'my_session';
```

### AWS access credentials

[](#aws-access-credentials)

If you use EC2 and that instances are already given a IAM instance role, you don't need to config any credentials for this library. Otherwise, you need to set AWS access key and secret to your configuration file.

Open `application/config/sess_dynamo.php` and, set appropriate credentials to "sess\_dynamo\_key" and "sess\_dynamo\_secret".

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

[](#installation)

Copy the application/libraries/Session/drivers/Session\_dynamodb\_driver.php and application/config/sess\_dynamo.php files into your "applicaion" directory.

If you install with composer, edit your composer.json and add following packages. After composer install the packages, you need to copy these files as same as above.

```
    "sabmeua/ci-dynamodb-session-driver": "*"
```

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

[](#requirements)

- aws/aws-sdk-php 3.\*

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~23 days

Total

2

Last Release

3414d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/17f032c718d2dae4bac88c0e9159757433f5c0d81e7b2d2f466d0a12e2c80b28?d=identicon)[sabmeua](/maintainers/sabmeua)

---

Top Contributors

[![sabmeua](https://avatars.githubusercontent.com/u/20063831?v=4)](https://github.com/sabmeua "sabmeua (5 commits)")[![hectorespert](https://avatars.githubusercontent.com/u/4323228?v=4)](https://github.com/hectorespert "hectorespert (2 commits)")

---

Tags

awsdynamodbcodeignitersession

### Embed Badge

![Health badge](/badges/sabmeua-ci-dynamodb-session-driver/health.svg)

```
[![Health](https://phpackages.com/badges/sabmeua-ci-dynamodb-session-driver/health.svg)](https://phpackages.com/packages/sabmeua-ci-dynamodb-session-driver)
```

###  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)[baopham/dynamodb

Eloquent syntax for DynamoDB

4975.7M6](/packages/baopham-dynamodb)[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)[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)
