Download the PHP package samsonos/php_fs_aws without Composer
On this page you can find all versions of the php package samsonos/php_fs_aws. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download samsonos/php_fs_aws
More information about samsonos/php_fs_aws
Files in samsonos/php_fs_aws
Download samsonos/php_fs_aws
More information about samsonos/php_fs_aws
Files in samsonos/php_fs_aws
Vendor samsonos
Package php_fs_aws
Short Description SamsonPHP aws file system service
License Open Software License (OSL) v 3.0
Homepage http://samsonos.com/
Package php_fs_aws
Short Description SamsonPHP aws file system service
License Open Software License (OSL) v 3.0
Homepage http://samsonos.com/
Keywords file systemsamsonphp
Please rate this library. Is it a good library?
Informations about the package php_fs_aws
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.
Configuration
This is done using SamsonPHP module/service configuration
In all nested phpfs* modules which must be build on top of php_fs module all configuration are done to main php_fs module(It's identifier is ). This configuration class field values will be automatically passed to nested AbstractFileService ancestor.
All available configuration fields are:
class FileServiceConfig extends \samson\core\Config
{
/**@var string Configured module/service identifier */
public $__id = 'fs';
/**@var string Set Amazon Web Services as web-application file service using its class name */
public $fileServiceClassName = 'samson\fs\AWSFileService';
/** @var string $bucket Aws bucket name */
public $bucket = '...';
/** @var string $accessKey */
public $accessKey = '...';
/** @var string $secretKey */
public $secretKey = '...';
/** @var string $bucketURL Url of amazon bucket */
public $bucketURL = '...';
}
All versions of php_fs_aws with dependencies
PHP Build Version
Package Version
The package samsonos/php_fs_aws contains the following files
Loading the files please wait ....