PHPackages                             anglemx/file-storage-bundle - 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. anglemx/file-storage-bundle

ActiveSymfony-bundle[File &amp; Storage](/categories/file-storage)

anglemx/file-storage-bundle
===========================

Multi-backend file storage bundle (local, S3, Azure)

v1.0.2(6mo ago)0581MITPHPPHP &gt;=8.1

Since Apr 19Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/Angle/FileStorageBundle)[ Packagist](https://packagist.org/packages/anglemx/file-storage-bundle)[ Docs](https://github.com/Angle/FileStorageBundle)[ RSS](/packages/anglemx-file-storage-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (14)Versions (4)Used By (0)

Angle FileStorage Bundle
========================

[](#angle-filestorage-bundle)

Multi-backend file storage bundle. Supported backends: local, AWS S3, Azure Storage Blob.

Supported types:

- `local`
- `aws_s3`
- `azure_blob_storage`

create a configuration file in `symfony/config/packages/angle_file_storage.yaml`:

```
angle_file_storage:
    type: local
    container: file-storage
    username: null
    secret: null
    aws_region: null
```

or link it to the `.env` variables:

```
angle_file_storage:
  type: "%env(ANGLE_FILE_STORAGE_TYPE)%"
  container: "%env(ANGLE_FILE_STORAGE_CONTAINER)%"
  username: "%env(ANGLE_FILE_STORAGE_USERNAME)%"
  secret: "%env(ANGLE_FILE_STORAGE_SECRET)%"
  aws_region: "%env(ANGLE_FILE_STORAGE_AWS_REGION)%"
```

and then in the `.env` add:

```
###> angle/file-storage-bundle ###
ANGLE_FILE_STORAGE_TYPE="local"
ANGLE_FILE_STORAGE_CONTAINER="container_or_path"
ANGLE_FILE_STORAGE_USERNAME="myusername"
ANGLE_FILE_STORAGE_SECRET="mysecret"
ANGLE_FILE_STORAGE_AWS_REGION=null
###< angle/file-storage-bundle ###
```

### Local

[](#local)

```
angle_file_storage:
    type: local
    container: path/to/files
```

- if path is absolute, it will be taken as is.
- if path is relative, it will be created inside `symfony/var/`

### Azure

[](#azure)

```
angle_file_storage:
    type: azure_blob_storage
    container: azure_blob_container_name
    username: azure_account_name
    secret: azure_account_key
```

### AWS

[](#aws)

```
angle_file_storage:
    type: aws_s3
    container: aws_s3_bucket_name
    username: aws_s3_access_key
    secret: aws_s3_secret_access_key
    aws_region: aws_s3_bucket_region
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance69

Regular maintenance activity

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~282 days

Total

3

Last Release

184d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d6e948bf0d3782679f343c7fef49f90caafae0e802f32d74ba6ccc746ed2d42?d=identicon)[edmundofuentes](/maintainers/edmundofuentes)

---

Top Contributors

[![edmundofuentes](https://avatars.githubusercontent.com/u/936483?v=4)](https://github.com/edmundofuentes "edmundofuentes (8 commits)")[![alexhg11](https://avatars.githubusercontent.com/u/6727192?v=4)](https://github.com/alexhg11 "alexhg11 (1 commits)")[![jplarar](https://avatars.githubusercontent.com/u/7461991?v=4)](https://github.com/jplarar "jplarar (1 commits)")

---

Tags

s3awsstorageazurefile storageangle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/anglemx-file-storage-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/anglemx-file-storage-bundle/health.svg)](https://phpackages.com/packages/anglemx-file-storage-bundle)
```

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.1k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M788](/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)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M61](/packages/creocoder-yii2-flysystem)

PHPackages © 2026

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