PHPackages                             kisscms/aws - 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. kisscms/aws

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kisscms/aws
===========

Amazon Web Services for KISSCMS

3.8.0(7y ago)117[1 issues](https://github.com/kisscms/aws/issues)MITPHPPHP &gt;=5.3.0

Since Jun 15Pushed 1y agoCompare

[ Source](https://github.com/kisscms/aws)[ Packagist](https://packagist.org/packages/kisscms/aws)[ Docs](http://kisscms.com)[ RSS](/packages/kisscms-aws/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

AWS plugin for KISSCMS
======================

[](#aws-plugin-for-kisscms)

Simple CRUD methods to [AWS](http://aws.amazon.com/) for [KISSCMS](http://kisscms.com/)

Dependencies
------------

[](#dependencies)

- [AWS PHP SDK v2.8.2](https://github.com/aws/aws-sdk-php/releases/tag/2.8.2)
- [KISSCMS](https://github.com/makesites/kisscms) &gt;= 2.2.0

Install
-------

[](#install)

Add the plugin in your plugins folder manually or as a submodule, for example:

```
git submodule install git://github.com/kisscms/aws.git ./app/plugins/aws/

```

In your `env.json` you'll need to add where your root SDK folder. The SDK path will be used to include the AWS PHP SDK, which should live in this path:

```
SDK. "aws/[VERSION]/aws.phar"

```

Usage
-----

[](#usage)

Create models using the `SimpleDB` trait

```
class MyModel extends Model {
	use SimpleDB;
}

```

Then use like any other KISSCMS module:

```
$data = new MyModel();

$data->set(...);
$data->create();

```

or

```
$data = new MyModel( id );

$data->set(...);
$data->update();

```

Methods
-------

[](#methods)

Currently supporting the basic CRUD methods: `create, read, update, delete`

Options
-------

[](#options)

These are the options added in the site's configuration

### Simple DB

[](#simple-db)

- **simpleDB\_host**: The host of the SimpleDB table(s) (default: sdb.us-west-1.amazonaws.com)
- **simpleDB\_timestamps**: If enabled inserts `created` &amp; `updated` flags for every item (default: true)
- **simpleDB\_soft\_delete**: A boolean that if selected hides the items instead of deleting (default: false)

### S3

[](#s3)

- **s3\_region**: The region of the S3 bucket(s) (default: s3-us-west-1.amazonaws.com)

Credits
-------

[](#credits)

Created by Makis Tracend ( [@tracend](http://github.com/tracend) )

Distributed through [Makesites.org](http://makesites.org/)

Released under the [MIT license](http://makesites.org/licenses/MIT)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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

Every ~496 days

Recently: every ~520 days

Total

6

Last Release

2597d ago

Major Versions

1.0 → 2.0.02013-07-21

2.5.0 → 3.0.02014-02-05

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

awskisscms

### Embed Badge

![Health badge](/badges/kisscms-aws/health.svg)

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

###  Alternatives

[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)[tenancy/tenancy

Creating multi tenant saas from your Laravel app with ease

1.3k43.6k](/packages/tenancy-tenancy)[bref/symfony-bridge

Makes Symfony work on AWS Lambda with Bref

491.7M5](/packages/bref-symfony-bridge)[async-aws/async-aws-bundle

Configure all your AsyncAws services and enjoy the autowire greatness.

243.6M2](/packages/async-aws-async-aws-bundle)[ankurk91/laravel-ses-webhooks

Handle AWS SES webhooks in Laravel php framework

2534.2k](/packages/ankurk91-laravel-ses-webhooks)

PHPackages © 2026

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