PHPackages                             smartest-edu/flysystem-public-url-plugin - 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. smartest-edu/flysystem-public-url-plugin

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

smartest-edu/flysystem-public-url-plugin
========================================

Plugin for Flysystem to expose the public url.

v1.1.1(10y ago)3210MITPHP

Since Mar 20Pushed 10y ago13 watchersCompare

[ Source](https://github.com/SmartestEdu/FlysystemPublicUrlPlugin)[ Packagist](https://packagist.org/packages/smartest-edu/flysystem-public-url-plugin)[ Docs](https://github.com/SmartestEdu/FlysystemPublicUrlPlugin)[ RSS](/packages/smartest-edu-flysystem-public-url-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

Flysystem Public Url Plugin
===========================

[](#flysystem-public-url-plugin)

This is a [Flysystem](https://github.com/thephpleague/flysystem) Plugin that adds the ability to get the public url for a file on a filesystem.

Currently supported Adapters:

- [`awss3v2`](https://github.com/thephpleague/flysystem-aws-s3-v2)
- [`localWithHost`](https://github.com/SmartestEdu/OneupFlysystemBundle/blob/local-with-host/Adapter/LocalWithHost.php)

Badges
------

[](#badges)

[![SensioLabsInsight](https://camo.githubusercontent.com/794c4810cbc658545c3b91026fe025a395cbdecccb97bc192558bae38ca41fe3/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f36323766613833642d643662622d346237632d613764322d6164633537343861383161652f6269672e706e67)](https://insight.sensiolabs.com/projects/627fa83d-d6bb-4b7c-a7d2-adc5748a81ae)

[![Circle CI](https://camo.githubusercontent.com/ac75bed55669ad78c879cc38e6718501c2d3a024d69458d3d38472c47c237409/68747470733a2f2f636972636c6563692e636f6d2f67682f536d6172746573744564752f466c7973797374656d5075626c696355726c506c7567696e2e7376673f7374796c653d737667)](https://circleci.com/gh/SmartestEdu/FlysystemPublicUrlPlugin)

Installation
------------

[](#installation)

Using composer:

```
composer require smartest-edu/flysystem-public-url-plugin
```

Enabling
--------

[](#enabling)

### Symfony2 via [OneupFlysystemBundle](https://github.com/1up-lab/OneupFlysystemBundle)

[](#symfony2-via-oneupflysystembundle)

#### app/config/config.yml

[](#appconfigconfigyml)

```
oneup_flysystem:
    filesystems:
        default:
            adapter: yourAwss3v2Adapter
            plugins:
                - smartestedu.flysystem.public_url_plugin

services:
    smartestedu.flysystem.public_url_plugin:
        class: SmartestEdu\FlysystemPublicUrlPlugin\AwsUrlPlugin

```

Useage
------

[](#useage)

```
$publicUrl = $filesystem->getPublicUrl($filename)

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 78.6% 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 ~61 days

Total

3

Last Release

3955d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/207950?v=4)[Matt Farmer](/maintainers/m14t)[@m14t](https://github.com/m14t)

---

Top Contributors

[![m14t](https://avatars.githubusercontent.com/u/207950?v=4)](https://github.com/m14t "m14t (11 commits)")[![carlosbergfeld](https://avatars.githubusercontent.com/u/1807173?v=4)](https://github.com/carlosbergfeld "carlosbergfeld (3 commits)")

---

Tags

urlpluginFlysystemawspublicAwsS3v2

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/smartest-edu-flysystem-public-url-plugin/health.svg)

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

###  Alternatives

[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/aws-s3

Amazon S3 integration for Craft CMS

631.5M26](/packages/craftcms-aws-s3)[sistemi-etime/flysystem-plugin-aws-s3-v3

AWS S3 plugin for Flysystem.

11154.2k1](/packages/sistemi-etime-flysystem-plugin-aws-s3-v3)[vaersaagod/dospaces

DigitalOcean Spaces integration for Craft CMS

36100.3k1](/packages/vaersaagod-dospaces)

PHPackages © 2026

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