PHPackages                             jorgecasas/mogilefs-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jorgecasas/mogilefs-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jorgecasas/mogilefs-php
=======================

A simple MogileFS PHP client

35.6k—0%2PHP

Since Oct 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jorgecasas/mogilefs-php)[ Packagist](https://packagist.org/packages/jorgecasas/mogilefs-php)[ RSS](/packages/jorgecasas-mogilefs-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

MogileFS.php
============

[](#mogilefsphp)

Controller for accessing Mogile File System
-------------------------------------------

[](#controller-for-accessing-mogile-file-system)

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see .

- **More info**: ITERNOVA \[\]
- **Based on**:

### Example

[](#example)

```
Usage Example:
// Load handler controller
$mfs = new MogileFS( 'iternova', 'assets', 'tcp://127.0.0.1' );

// Set file
$mfs->set_file( 'file_key', 'file_name.png' );

// Set data
$mfs->set( 'data_key', 'data' );

// Data exists?
echo "Data exists? " . ( $mfs->exists( 'data_key' ) ? 'YES' : 'NO' );

// Get data
echo "Get data: " . $mfs->get( 'data_key' );

// Rename key
echo "Rename data: " . $mfs->rename( 'data_key', 'new_key' );

// Delete data
$mfs->delete( 'new_key' );

// Get devices and status
$array_devices = $mfs->call_method( 'get_devices' );
print_r( $array_devices );
```

### Composer.json

[](#composerjson)

In order to use composer (and [packagist.org](https://packagist.org)), complete your composer.json file with:

```
{
    "require": {
       "jorgecasas/mogilefs-php": "dev-master"
    }
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![jorgecasas](https://avatars.githubusercontent.com/u/968843?v=4)](https://github.com/jorgecasas "jorgecasas (5 commits)")

---

Tags

hacktoberfestmogilefsphp

### Embed Badge

![Health badge](/badges/jorgecasas-mogilefs-php/health.svg)

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

###  Alternatives

[tzookb/tbmsg

users messaging system

10917.1k](/packages/tzookb-tbmsg)[cyber-duck/silverstripe-seo

A SilverStripe module to optimise the Meta, crawling, indexing, and sharing of your website content

4351.1k](/packages/cyber-duck-silverstripe-seo)[alexandresalome/assetic-extra-bundle

Extra feature for Assetic (asset directory)

1811.4k](/packages/alexandresalome-assetic-extra-bundle)

PHPackages © 2026

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