2017 © Pedro Peláez
 

library crudlexaddons

This is a FileProcessor for philiplb/crudlex handling the uploaded files via Amazon S3

image

philiplb/crudlexaddons

This is a FileProcessor for philiplb/crudlex handling the uploaded files via Amazon S3

  • Friday, December 8, 2017
  • by philiplb
  • Repository
  • 2 Watchers
  • 2 Stars
  • 196 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

CRUDlex Amazon S3 FileProcessor

This is a FileProcessor for CRUDlex handling the uploaded files via Amazon S3 in CRUDlex versions not using Flysystem for the file handling: >= 0.10.0 and <= 0.11.0., (*1)

How To: Amazon S3 FileProcessor

First, create an instance of the Amazon S3 FileProcessor:, (*2)

$fileProcessor = new CRUDlex\AmazonS3FileProcessor(
    'yourRegion',
    'yourBucket',
    'yourAccessKey',
    'yourSecretAccessKey'
);

And then hand it in when registering the CRUDlex ServiceProvider:, (*3)

$app->register(new CRUDlex\ServiceProvider(), array(
    'crud.file' => __DIR__ . '<yourCrud.yml>',
    'crud.datafactory' => $dataFactory,
    'crud.fileprocessor' => $fileProcessor
));

Package

Total Downloads Latest Stable Version Latest Unstable Version License, (*4)

Stable

"require": {
    "philiplb/crudlexamazons3fileprocessor": "0.11.0"
}

Bleeding Edge

"require": {
    "philiplb/crudlexamazons3fileprocessor": "0.12.x-dev"
}

The Versions

08/12 2017

dev-master

9999999-dev https://github.com/philiplb/CRUDlexAddons

This is a FileProcessor for philiplb/crudlex handling the uploaded files via Amazon S3

  Sources   Download

MIT

The Requires

 

by Philip Lehmann-Böhm

silex crud s3 admin generator amazon s3

29/06 2017

1.0.0

1.0.0.0 https://github.com/philiplb/CRUDlexAddons

This is a FileProcessor for philiplb/crudlex handling the uploaded files via Amazon S3

  Sources   Download

MIT

The Requires

 

by Philip Lehmann-Böhm

silex crud s3 admin generator amazon s3

26/03 2017

0.12.0

0.12.0.0 https://github.com/philiplb/CRUDlexAddons

This is a FileProcessor for philiplb/crudlex handling the uploaded files via Amazon S3

  Sources   Download

MIT

The Requires

 

by Philip Lehmann-Böhm

silex crud s3 admin generator amazon s3

22/09 2016

0.11.0

0.11.0.0 https://github.com/philiplb/CRUDlexAddons

This is a FileProcessor for philiplb/crudlex handling the uploaded files via Amazon S3

  Sources   Download

MIT

The Requires

 

by Philip Lehmann-Böhm

silex crud s3 admin generator amazon s3

18/09 2016

0.10.0

0.10.0.0 https://github.com/philiplb/CRUDlexAddons

This is a FileProcessor for philiplb/crudlex handling the uploaded files via Amazon S3

  Sources   Download

MIT

The Requires

 

by Philip Lehmann-Böhm

silex crud s3 admin generator amazon s3

19/07 2016

0.9.10

0.9.10.0 https://github.com/philiplb/CRUDlexAddons

This is a FileProcessor for philiplb/crudlex handling the uploaded files via Amazon S3

  Sources   Download

MIT

The Requires

 

by Philip Lehmann-Böhm

silex crud s3 admin generator amazon s3

01/03 2016

0.9.9

0.9.9.0 https://github.com/philiplb/CRUDlexAddons

This is a library with addons for CRUDlex including file support for Amazon S3.

  Sources   Download

MIT

The Requires

 

by Philip Lehmann-Böhm

silex crud s3 admin generator amazon s3