PHPackages                             omidzahed/laravel\_mc\_adapter - 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. [Caching](/categories/caching)
4. /
5. omidzahed/laravel\_mc\_adapter

ActiveLibrary[Caching](/categories/caching)

omidzahed/laravel\_mc\_adapter
==============================

31.0kPHP

Since Sep 21Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Omid-Zahed/laravel_mc_adapter)[ Packagist](https://packagist.org/packages/omidzahed/laravel_mc_adapter)[ RSS](/packages/omidzahed-laravel-mc-adapter/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

install
=======

[](#install)

```
composer require omidzahed/laravel_mc_adapter @dev
```

settings
========

[](#settings)

```
//app.php
'providers' => [..., \Omidzahed\LaravelMcAdapter\McProvider::class]

//filesystems.php
'simple_disk' => [
             "alias"=>"main",
            'driver' => 'mc',
            "mc_path"=>'/usr/bin',
            'key' => "your key",
            'secret' => "your secret",
            'bucket' => "bucket name",
            'url' => "http://minio:9000",
            'endpoint' => "http://minio:9000",
            "auto_add_alias"=>false
        ]
```

artisan command
===============

[](#artisan-command)

```
 php artisan mc:set
 php artisna mc:test

```

useage
======

[](#useage)

```
    $minio=\Illuminate\Support\Facades\Storage::disk("minio");
    $path_local=new Path(Path::$LOCAL,__DIR__."/dd.txt");
    $path_remote=new Path(Path::$REMOTE,"/omid/dd.txt");

    //s3 to local
    $minio->move($path_remote,$path_local);

    //s3 to s3
    $minio->move($path_remote,$path_path_remote);

    // local to s3
    $minio->move($path_local,$path_remote);

    ```
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 96.3% 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/bf507845848afc71f1de457907505dbd741c71133409a8d0e51e30b0a7f16908?d=identicon)[Omid-Zahed](/maintainers/Omid-Zahed)

---

Top Contributors

[![Omid-Zahed](https://avatars.githubusercontent.com/u/49411676?v=4)](https://github.com/Omid-Zahed "Omid-Zahed (26 commits)")[![amin3536](https://avatars.githubusercontent.com/u/20286200?v=4)](https://github.com/amin3536 "amin3536 (1 commits)")

### Embed Badge

![Health badge](/badges/omidzahed-laravel-mc-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/omidzahed-laravel-mc-adapter/health.svg)](https://phpackages.com/packages/omidzahed-laravel-mc-adapter)
```

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[ichhabrecht/intcache

Turn uncachable page objects into cacheable links

193.9k](/packages/ichhabrecht-intcache)

PHPackages © 2026

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