PHPackages                             osumionline/plugin-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. [Framework](/categories/framework)
4. /
5. osumionline/plugin-file

ActiveLibrary[Framework](/categories/framework)

osumionline/plugin-file
=======================

Plugin OFile para Osumi Framework

3.2.0(1y ago)039MITPHPPHP &gt;=8.2

Since Sep 2Pushed 1y ago1 watchersCompare

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

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Osumi Framework Plugins: `OFile`

Este plugin añade la clase `OFile` al framework con la que se pueden manipular archivos mediante una serie de funciones estáticas.

```
// Copiar un archivo
if (OFile::copy('/source/path', '/destinatio/path')) {
  echo "Archivo copiado.";
}

// Renombrar un archivo
if (OFile::rename('/path/old_name.txt', '/path/new_name.txt')) {
  echo "Archivo renombrado.";
}

// Borrar un archivo
if (OFile::delete('/path/file.txt')) {
  echo "Archivo borrado.";
}

// Borrar una carpeta, sus archivos y sub-carpetas recursivamente
if (Ofile::rrmdir('/path')) {
  echo "Carpeta borrada.";
}

// Crear un archivo comprimido con ZIP
OFile::zip('/path', '/destination_file.zip');
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance42

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~101 days

Total

3

Last Release

464d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/156799685?v=4)[Osumi](/maintainers/osumionline)[@osumionline](https://github.com/osumionline)

---

Top Contributors

[![igorosabel](https://avatars.githubusercontent.com/u/633864?v=4)](https://github.com/igorosabel "igorosabel (3 commits)")[![osumionline](https://avatars.githubusercontent.com/u/156799685?v=4)](https://github.com/osumionline "osumionline (1 commits)")

### Embed Badge

![Health badge](/badges/osumionline-plugin-file/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M297](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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