PHPackages                             vrglab/php-io-utils - 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. vrglab/php-io-utils

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

vrglab/php-io-utils
===================

Object-oriented PHP IO utilities for files and directories.

v1.0.0(1mo ago)01↓100%MITPHPPHP ^8.5

Since May 10Pushed 1mo agoCompare

[ Source](https://github.com/vrglab/PhpIoUtils)[ Packagist](https://packagist.org/packages/vrglab/php-io-utils)[ RSS](/packages/vrglab-php-io-utils/feed)WikiDiscussions master Synced 1w ago

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

[![PHP](https://camo.githubusercontent.com/ba7893260e45a90afc62a399e36292519dbe7680305f95face2dd9a5e51146a6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d3437344138412e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d706870266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/ba7893260e45a90afc62a399e36292519dbe7680305f95face2dd9a5e51146a6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d3437344138412e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d706870266c6f676f436f6c6f723d7768697465)[![License](https://camo.githubusercontent.com/98aea63081373381ef9fe12dd856775c845d7605a8b67c0d27fe9a71da4976da/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7672676c61622f506870496f5574696c733f7374796c653d666f722d7468652d6261646765)](LICENSE.txt)[![Releases](https://camo.githubusercontent.com/7085e287add34f38286c479b0ff4fe9bd184a217510bf60ad148cdc2bea40716/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f7672676c61622f506870496f5574696c733f7374796c653d666f722d7468652d6261646765)](https://github.com/vrglab/PhpIoUtils/releases)

PhpIoUtils
==========

[](#phpioutils)

A Library for improved io functionality within PHP

Usage Example for file creation:

```
  $filePath  = __DIR__ . '/somedir/someFile.file'

  $result = File::create($filePath);

  if($result) {
    'File made successfully'
  }

'File already existed or creation failed'
```

Requirements
------------

[](#requirements)

- Php 8.5+
- Composer
- Docker
- [Task](https://taskfile.dev)

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance94

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

30d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75e8f5c61e01044be60e1400afcc8e67aa65c730617ec3799b25208e40b3bb2a?d=identicon)[Vrglab](/maintainers/Vrglab)

---

Top Contributors

[![vrglab](https://avatars.githubusercontent.com/u/49840103?v=4)](https://github.com/vrglab "vrglab (9 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/vrglab-php-io-utils/health.svg)

```
[![Health](https://phpackages.com/badges/vrglab-php-io-utils/health.svg)](https://phpackages.com/packages/vrglab-php-io-utils)
```

###  Alternatives

[glicer/sync-sftp

Sync local files with ftp server

212.7k](/packages/glicer-sync-sftp)[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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