2017 © Pedro Peláez
 

library fs_aws

SamsonPHP aws file system service

image

samsonphp/fs_aws

SamsonPHP aws file system service

  • Friday, June 3, 2016
  • by samsonphp
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1,706 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

SamsonPHP AWS File service module

This is File service implementation for Amazon AWS S3 buckets in SamsonPHP. This is abstraction layer over standard PHP file functions., (*1)

Latest Stable Version Build Status Code Coverage Scrutinizer Code Quality Stories in Ready Total Downloads, (*2)

Configuration

This is done using SamsonPHP configuration system, (*3)

In all nested php_fs_* modules which must be build on top of php_fs module all configuration are done to main SamsonPHP File service module(It's identifier is fs). This configuration class field values will be automatically passed to nested AbstractFileService ancestor., (*4)

All available configuration fields are: ```php class FSConfig extends \samson\core\Config { /**@var string Set Amazon Web Services as web-application file service using its class name */ public $fileServiceClassName = 'samsonphp\fs\AWSFileService';, (*5)

/** @var string $bucket Aws bucket name */ public $bucket = '...';, (*6)

/** @var string $accessKey */ public $accessKey = '...';, (*7)

/** @var string $secretKey */ public $secretKey = '...';, (*8)

/** @var string $bucketURL Url of amazon bucket */ public $bucketURL = '...';, (*9)

/** @var string $region Region of AWS S3 service */ public $region = '...'; }, (*10)

The Versions

03/06 2016

dev-master

9999999-dev http://samsonos.com/

SamsonPHP aws file system service

  Sources   Download

Open Software License (OSL) v 3.0

The Requires

 

The Development Requires

by Vitaly Iegorov
by Nikita Kotenko
by Onysko Pavlo

file system samsonphp

03/06 2016

1.0.9

1.0.9.0 http://samsonos.com/

SamsonPHP aws file system service

  Sources   Download

Open Software License (OSL) v 3.0

The Requires

 

The Development Requires

by Vitaly Iegorov
by Nikita Kotenko
by Onysko Pavlo

file system samsonphp

22/01 2015

1.0.8

1.0.8.0 http://samsonos.com/

SamsonPHP aws file system service

  Sources   Download

Open Software License (OSL) v 3.0

The Requires

 

The Development Requires

by Vitaly Iegorov
by Nikita Kotenko
by Onysko Pavlo

file system samsonphp

22/01 2015

1.0.7

1.0.7.0 http://samsonos.com/

SamsonPHP aws file system service

  Sources   Download

Open Software License (OSL) v 3.0

The Requires

 

The Development Requires

by Vitaly Iegorov
by Nikita Kotenko
by Onysko Pavlo

file system samsonphp