PHPackages                             nimayneb/flops - 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. nimayneb/flops

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

nimayneb/flops
==============

Fluent Local Phile system API

0.12.0(6y ago)023[1 PRs](https://github.com/nimayneb/flops/pulls)GPL-3.0PHPPHP ^7.4.0CI passing

Since Sep 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nimayneb/flops)[ Packagist](https://packagist.org/packages/nimayneb/flops)[ RSS](/packages/nimayneb-flops/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (2)Versions (9)Used By (0)

FLOPS - Fluent Local PHile system API
=====================================

[](#flops---fluent-local-phile-system-api)

FLOPS is a API only for the Local File system with a fluent but verbosity (no abbreviations) interface support.

Key features:

- No dependencies (excepts POSIX extension)
- No regular expressions
- No use of SPL (Standard PHP Library)
- Proven and simplest patterns (see PHP documentation)

Use PHP internals for filesystem:

`chgrp` `chmod` `clearstatcache` `copy` `disk_​free_​space` `disk_​total_​space` `fclose` `feof` `fgetc` `fgets``file_​exists` `file_​get_​contents` `file_​put_​contents` `fileatime` `filectime` `filegroup` `filemtime` `fileowner``fileperms` `filesize` `fopen` `fread` `fseek` `ftell` `ftruncate` `fwrite` `is_​dir` `is_​executable` `is_​file``is_​link` `is_​readable` `is_​writable` `mkdir` `pathinfo` `readlink` `realpath` `rename` `rmdir` `symlink` `touch` `unlink`

Example of use:

```
use JayBeeR\Flops\LocalFileSystem;

$localBinaries = LocalFileSystem::get('/usr/local/bin/');
$composerFile = LocalFileSystem::get('composer.phar');
$composerBinary = $composerFile->copyTo($localBinaries)->omitExtension();
$composerBinary->setPermission(function(Permissions $permissions) {
    $permissions->setExecutionAccessRightsForAll();
});

```

Table of contents
-----------------

[](#table-of-contents)

1. [Configuration](Documentation/Configuration..md)
2. [File information](Documentation/FileInformation.md)
3. [Directory information](Documentation/DirectoryInformation.md)
4. [Symbolic link information](Documentation/SymbolicLinkInformation.md)
5. [File resources](Documentation/FileResources.md)
6. [File encoding](Documentation/FileEncoding.md)
7. [File modes](Documentation/FileModes.md)
8. [Permissions](Documentation/Permissions.md)
9. [Root line](Documentation/RootLine.md)
10. [Write content](Documentation/WriteContent.md)
11. [Exceptions](Documentation/Exceptions.md)

Wishlist
--------

[](#wishlist)

- Tests!
- more Documentations
- Exceptions give context help
- more Semantic Exceptions (and Refactoring)
- Execution process (STDIN, STDOUT, STDERR)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~5 days

Total

6

Last Release

2396d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0fbcb5c834ad511bbf12b303f38026f1c00466d4e2fe1e96f5bcfbae83779ac9?d=identicon)[nimayneb](/maintainers/nimayneb)

---

Top Contributors

[![nimayneb](https://avatars.githubusercontent.com/u/9550921?v=4)](https://github.com/nimayneb "nimayneb (4 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

---

Tags

apifilesysteminterfacefilefluentlocaldirectoryphile

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nimayneb-flops/health.svg)

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

###  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)[league/flysystem-local

Local filesystem adapter for Flysystem.

226231.8M39](/packages/league-flysystem-local)[crysalead/dir

Recursive directory scanner to locate directories and/or files in a file system

13214.5k4](/packages/crysalead-dir)

PHPackages © 2026

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