Download the PHP package kumatch/keystore-s3 without Composer
On this page you can find all versions of the php package kumatch/keystore-s3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kumatch/keystore-s3
More information about kumatch/keystore-s3
Files in kumatch/keystore-s3
Package keystore-s3
Short Description kumatch/keystore driver for AWS S3
License MIT
Homepage https://github.com/kumatch/php-keystore-s3
Informations about the package keystore-s3
PHP KeyStore-S3
kumatch/keystore driver for AWS S3.
Install
Add "kumatch/keystore-s3" as a dependency in your project's composer.json file.
{
"require": {
"kumatch/keystore-s3": "*"
}
}
And install your dependencies.
$ composer install
Usage
__construct (array $s3Config, $bucket)
Set AWS S3 configurations (same an array of configuration options by "AWS SDK for PHP" S3 client, see docs) and bucket name.
License
Licensed under the MIT License.
Copyright (c) 2013 Yosuke Kumakura
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
All versions of keystore-s3 with dependencies
aws/aws-sdk-php Version 2.*
kumatch/keystore Version 0.3.*
kumatch/keystore-filesystem Version 0.3.*
kumatch/path Version *