PHPackages                             mrubiosan/flysystem-url - 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. mrubiosan/flysystem-url

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

mrubiosan/flysystem-url
=======================

Flysystem URL generation from Cloud providers like Aws S3 and Azure Blob

v1.0.0(7y ago)13.6k2GPL-3.0-onlyPHPPHP &gt;=5.6

Since Apr 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mrubiosan/flysystem-url)[ Packagist](https://packagist.org/packages/mrubiosan/flysystem-url)[ RSS](/packages/mrubiosan-flysystem-url/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

Flysystem URL
=============

[](#flysystem-url)

[![Build Status](https://camo.githubusercontent.com/b8107b61363fd86832925b42654f59a809f88c462563c1f2d1b86710b2e2abc4/68747470733a2f2f7472617669732d63692e6f72672f6d727562696f73616e2f666c7973797374656d2d75726c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mrubiosan/flysystem-url) [![Maintainability](https://camo.githubusercontent.com/5e88e2c487d0291bdb102bb67f91176e14317051e4fee3d4428f56f408be7657/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f62353236303162393232613235373964356662632f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/mrubiosan/flysystem-url/maintainability) [![Test Coverage](https://camo.githubusercontent.com/392d99e7374a415f7caebe6bce8cf34132ebdb377cfb9e8eaa9d5ee46909d995/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f62353236303162393232613235373964356662632f746573745f636f766572616765)](https://codeclimate.com/github/mrubiosan/flysystem-url/test_coverage)

Extends Flysystem adapters to include a URL generating method.

Supports:

- AWS S3 (and providers with S3 compatible APIs)
- Azure Blob Storage
- Google Cloud Storage

Usage
=====

[](#usage)

```
$s3Client = new \Aws\S3\S3Client([//AWS client config...]);
$urlS3Adapter = new \Mrubiosan\FlyUrl\Adapter\UrlAwsS3Adapter($s3Client, 'mybucket');
$urlFilesystem = new \Mrubiosan\FlyUrl\Filesystem\UrlFilesystem($urlS3Adapter);

echo $urlFilesystem->getUrl('my/s3/file');
```

Available adapters:

- Mrubiosan\\FlyUrl\\Adapter\\UrlAwsS3Adapter
- Mrubiosan\\FlyUrl\\Adapter\\UrlAzureBlobStorageAdapter
- Mrubiosan\\FlyUrl\\Adapter\\UrlGoogleStorageAdapter

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2601d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b39b2c65a5218c3ccacd03d863114e6f2c989f4343c3b3ef038fb78f39c86b67?d=identicon)[mrubiosan](/maintainers/mrubiosan)

---

Tags

urlFlysystems3awscloudgooglestorageazureblob

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/mrubiosan-flysystem-url/health.svg)

```
[![Health](https://phpackages.com/badges/mrubiosan-flysystem-url/health.svg)](https://phpackages.com/packages/mrubiosan-flysystem-url)
```

###  Alternatives

[league/flysystem

File storage abstraction for PHP

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

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[league/flysystem-async-aws-s3

AsyncAws S3 filesystem adapter for Flysystem.

2610.5M31](/packages/league-flysystem-async-aws-s3)[craftcms/google-cloud

Google Cloud Storage integration for Craft CMS

11100.7k1](/packages/craftcms-google-cloud)

PHPackages © 2026

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