PHPackages                             nurmuhammet/php-file - 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. nurmuhammet/php-file

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

nurmuhammet/php-file
====================

Simple file manipulator

1.0.0(3y ago)06MITPHP

Since Jan 15Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/nurmuhammet-ali/php-file)[ Packagist](https://packagist.org/packages/nurmuhammet/php-file)[ RSS](/packages/nurmuhammet-php-file/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

Simple file manipulator for PHP
===============================

[](#simple-file-manipulator-for-php)

### Examples

[](#examples)

```
require __DIR__ . '/vendor/autoload.php';

use Nurmuhammet\File;

# Available methods, see example.php for examples.
File::exists('/path/to/file');
File::size('/path/to/file');
File::name('/path/to/file');
File::extension('/path/to/file');
File::delete('/path/to/file');
File::lastUpdated('/path/to/file');
File::get('/path/to/file');
File::put('/path/to/file', 'Content');
File::append('/path/to/file', 'Content');
File::truncate('/path/to/file');
File::copy('/path/to/file', '/path');
File::move('/path/to/file', '/path');
File::rename('/path/to/file', 'name');
File::download('/path/to/file', 'dir');
File::upload('/path/to/file', 'dir');
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance43

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

1265d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22714717?v=4)[nurmuhammet](/maintainers/nurmuhammet)[@Nurmuhammet](https://github.com/Nurmuhammet)

---

Top Contributors

[![nurmuhammet-ali](https://avatars.githubusercontent.com/u/25463082?v=4)](https://github.com/nurmuhammet-ali "nurmuhammet-ali (11 commits)")

### Embed Badge

![Health badge](/badges/nurmuhammet-php-file/health.svg)

```
[![Health](https://phpackages.com/badges/nurmuhammet-php-file/health.svg)](https://phpackages.com/packages/nurmuhammet-php-file)
```

PHPackages © 2026

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