Skip to content

A simple storage plugin for cakephp that uses AWS S3 buckets for actual file storage

Notifications You must be signed in to change notification settings

makville/cakephp-storage-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MakvilleStorage plugin for CakePHP

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require makville/cakephp-storage-plugin

Configure AWS Bucket

Configure::write('aws_key', 'key');
Configure::write('aws_secret', 'secret');
Configure::write('aws_bucket', 'root bucket'); //the website e.g example.com is a good choice.
Configure::write('aws_version', '2006-03-01'); //use this like this
Configure::write('aws_region', 'region'); //e.g us-west-2

About

A simple storage plugin for cakephp that uses AWS S3 buckets for actual file storage

Resources

Stars

Watchers

Forks

Packages

No packages published