PHPackages                             phore/filesystem - 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. phore/filesystem

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

phore/filesystem
================

Acces files layer

v1.1.0(2y ago)113.1k—3.8%16MITPHPPHP &gt;8.1CI passing

Since May 7Pushed 3w ago1 watchersCompare

[ Source](https://github.com/phore/phore-filesystem)[ Packagist](https://packagist.org/packages/phore/filesystem)[ Docs](http://infracamp.org/project/phore)[ RSS](/packages/phore-filesystem/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (3)Versions (4)Used By (16)

phore-filesystem
================

[](#phore-filesystem)

[![Actions Status](https://github.com/phore/phore-filesystem/workflows/tests/badge.svg)](https://github.com/phore/phore-filesystem/actions)

File access functions

- Working with sub-paths
- Checking symbolic links

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

[](#installation)

```
compser require phore/filesystem

```

General usage
-------------

[](#general-usage)

```
echo phore_uri("/tmp/some.file")->withDirName();
```

will result in

```
/tmp

```

Subpath
-------

[](#subpath)

```
echo phore_uri("/tmp")->withSubPath("./some/other/file")
```

```
/tmp/some/other/file

```

Assertions
----------

[](#assertions)

```
phore_uri("/tmp")->assertIsFile()->assertIsWritable();
```

Reading YAML
------------

[](#reading-yaml)

```
phore_uri("/tmp/somefile.yml")->assertFile()->get_yaml();
```

Tempoary Files
--------------

[](#tempoary-files)

Will be unlinked when object destructs.

```
$file = new PhoreTempFile();

```

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance62

Regular maintenance activity

Popularity26

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity67

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 ~686 days

Total

3

Last Release

875d ago

PHP version history (2 changes)v1.0.0PHP &gt;7.1

v1.1.0PHP &gt;8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/878a384d056698a2400e4b7c8858db05a6caebb2c560e67151be36d46d58def0?d=identicon)[dermatthes](/maintainers/dermatthes)

---

Top Contributors

[![dermatthes](https://avatars.githubusercontent.com/u/13380559?v=4)](https://github.com/dermatthes "dermatthes (161 commits)")

---

Tags

phore-filesystem

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/phore-filesystem/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[symfony/symfony

The Symfony PHP framework

31.4k87.2M2.2k](/packages/symfony-symfony)[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

8.0k1.1B4.0k](/packages/guzzlehttp-psr7)[google/cloud

Google Cloud Client Library

1.2k16.7M57](/packages/google-cloud)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)

PHPackages © 2026

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