PHPackages                             philiplb/crudlexaddons - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. philiplb/crudlexaddons

Abandoned → [philiplb/crudlexamazons3fileprocessor](/?search=philiplb%2Fcrudlexamazons3fileprocessor)Library[File &amp; Storage](/categories/file-storage)

philiplb/crudlexaddons
======================

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

1.0.0(8y ago)2207MITPHPPHP &gt;=5.5

Since Mar 1Pushed 8y ago2 watchersCompare

[ Source](https://github.com/philiplb/CRUDlexAmazonS3FileProcessor)[ Packagist](https://packagist.org/packages/philiplb/crudlexaddons)[ Docs](https://github.com/philiplb/CRUDlexAddons)[ RSS](/packages/philiplb-crudlexaddons/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (5)Dependencies (2)Versions (7)Used By (0)

CRUDlex Amazon S3 FileProcessor
===============================

[](#crudlex-amazon-s3-fileprocessor)

This is a FileProcessor for [CRUDlex](https://github.com/philiplb/CRUDlex)handling the uploaded files via Amazon S3 in CRUDlex versions not using Flysystem for the file handling: &gt;= 0.10.0 and &lt;= 0.11.0.

How To: Amazon S3 FileProcessor
-------------------------------

[](#how-to-amazon-s3-fileprocessor)

First, create an instance of the Amazon S3 FileProcessor:

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

And then hand it in when registering the CRUDlex ServiceProvider:

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

Package
-------

[](#package)

[![Total Downloads](https://camo.githubusercontent.com/051dadd310347d5d02ca1e940a252e058ed4a4f867250f5153c7367710578d7f/68747470733a2f2f706f7365722e707567782e6f72672f7068696c69706c622f637275646c6578616d617a6f6e733366696c6570726f636573736f722f646f776e6c6f6164732e737667)](https://packagist.org/packages/philiplb/crudlexamazons3fileprocessor)[![Latest Stable Version](https://camo.githubusercontent.com/20a25f61aade0a78950e1a47d125d658febbcc82d282e16bcbd0345c4c1ca2bd/68747470733a2f2f706f7365722e707567782e6f72672f7068696c69706c622f637275646c6578616d617a6f6e733366696c6570726f636573736f722f762f737461626c652e737667)](https://packagist.org/packages/philiplb/crudlexamazons3fileprocessor)[![Latest Unstable Version](https://camo.githubusercontent.com/2ab14f5fd79a5fdd7511f80b8b59c8ac1267acbe8405bd6b2d9ffd088b974315/68747470733a2f2f706f7365722e707567782e6f72672f7068696c69706c622f637275646c6578616d617a6f6e733366696c6570726f636573736f722f762f756e737461626c652e737667)](https://packagist.org/packages/philiplb/crudlexamazons3fileprocessor) [![License](https://camo.githubusercontent.com/8fa41b4341f331a5356625d93b7f894ba7e2be13517e140d2831a3fee18d0f3f/68747470733a2f2f706f7365722e707567782e6f72672f7068696c69706c622f637275646c6578616d617a6f6e733366696c6570726f636573736f722f6c6963656e73652e737667)](https://packagist.org/packages/philiplb/crudlexamazons3fileprocessor)

### Stable

[](#stable)

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

### Bleeding Edge

[](#bleeding-edge)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~96 days

Recently: every ~86 days

Total

6

Last Release

3235d ago

Major Versions

0.12.0 → 1.0.02017-06-29

PHP version history (2 changes)0.9.9PHP &gt;=5.3.0

0.10.0PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/01057139b178118459e3f2287f208d5a0730f1d9f2c8b9032a210936607abaff?d=identicon)[philiplb](/maintainers/philiplb)

---

Top Contributors

[![philiplb](https://avatars.githubusercontent.com/u/1672238?v=4)](https://github.com/philiplb "philiplb (51 commits)")

---

Tags

s3crudsilexAdmin Generatoramazon-s3

### Embed Badge

![Health badge](/badges/philiplb-crudlexaddons/health.svg)

```
[![Health](https://phpackages.com/badges/philiplb-crudlexaddons/health.svg)](https://phpackages.com/packages/philiplb-crudlexaddons)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M785](/packages/league-flysystem-aws-s3-v3)[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M74](/packages/aws-aws-sdk-php-laravel)[aws/aws-sdk-php-silex

A simple Silex service provider for including the AWS SDK for PHP.

84624.6k2](/packages/aws-aws-sdk-php-silex)[aws/aws-sdk-php-resources

A resource-oriented API for interacting with AWS services

1381.8M10](/packages/aws-aws-sdk-php-resources)[vinelab/cdn

Content Delivery Network (CDN) Package for Laravel

217240.8k1](/packages/vinelab-cdn)[aws/aws-sdk-php-zf2

Zend Framework 2 Module that allows easy integration the AWS SDK for PHP

104997.5k5](/packages/aws-aws-sdk-php-zf2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
