2017 © Pedro Peláez
 

library php_fs_aws

SamsonPHP aws file system service

image

samsonos/php_fs_aws

SamsonPHP aws file system service

  • Wednesday, March 4, 2015
  • by samsonos
  • Repository
  • 4 Watchers
  • 4 Stars
  • 64 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 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 Climate Code Coverage Scrutinizer Code Quality Total Downloads, (*2)

Configuration

This is done using SamsonPHP module/service configuration, (*3)

In all nested php_fs_* modules which must be build on top of php_fs module all configuration are done to main php_fs 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 FileServiceConfig extends \samson\core\Config { /**@var string Configured module/service identifier */ public $__id = 'fs';, (*5)

/**@var string Set Amazon Web Services as web-application file service using its class name */ public $fileServiceClassName = 'samson\fs\AWSFileService';, (*6)

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

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

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

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

The Versions

04/03 2015

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

15/12 2014

1.0.3

1.0.3.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

11/12 2014

1.0.2

1.0.2.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

27/11 2014

1.0.0

1.0.0.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 Onysko Pavlo

file system samsonphp

27/11 2014

1.0.1

1.0.1.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 Onysko Pavlo

file system samsonphp