Download the PHP package cuppett/cakephp-aws_utils without Composer
On this page you can find all versions of the php package cuppett/cakephp-aws_utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cakephp-aws_utils
CakePHP AWS Utilities
AWSUtils provides a small set of wrappers and harnesses to integrate AWS services directly into your CakePHP applications
Requirements
The master branch has the following requirements:
- CakePHP 2.2.0 or greater.
- PHP 5.3.0 or greater.
Features
- DynamoDB session handler.
Installation
- Clone/Copy the files in this directory into
app/Plugin/AwsUtils
- Ensure the plugin is loaded in
app/Config/bootstrap.php
by callingCakePlugin::load('AwsUtils');
Using Composer
Ensure require
is present in composer.json
. This will install the plugin into Plugin/AwsUtils
:
Quick Example
Integrating the session handler into core.php
Reporting issues
If you have a problem with AwsUtils please open an issue on GitHub.
All versions of cakephp-aws_utils with dependencies
PHP Build Version
Package Version
The package cuppett/cakephp-aws_utils contains the following files
Loading the files please wait ....