PHPackages                             everth/rclonemanager - 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. everth/rclonemanager

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

everth/rclonemanager
====================

A PHP library to manage Rclone configurations and operations.

025PHP

Since Apr 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/EverthSarantes/rclonemanager)[ Packagist](https://packagist.org/packages/everth/rclonemanager)[ RSS](/packages/everth-rclonemanager/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Prerequisites
-------------

[](#prerequisites)

Before using this package, ensure the following:

1. **Rclone Installed**: You must have Rclone installed on your system. You can download it from the [official Rclone website](https://rclone.org/downloads/).
2. **Rclone in PATH**: Ensure that the Rclone executable is available in your system's PATH. This allows the package to execute Rclone commands seamlessly.

Usage
-----

[](#usage)

To use this package, follow these steps:

1. **Install Dependencies**: Ensure you have installed all required dependencies using Composer. Run the following command in your terminal:

    ```
    composer install

    ```
2. **Configuration**: Copy the example configuration files from the `config/` directory and customize them as needed. For example:

    ```
    cp config/drive.conf.example config/drive.conf

    ```
3. **Include Autoloader**: Include the Composer autoloader in your PHP script:

    ```
    require_once 'vendor/autoload.php';
    ```
4. **Instantiate Rclone with Configuration**: Use the `Rclone` class and provide the path to your configuration file. For example:

    ```
    use Rclone\Rclone;

    $rclone = new Rclone('config/drive.conf');
    ```
5. **Use Basic Commands**:

    - **List Files**: To list files in a remote directory: ```
        $files = $rclone->listFiles('remote:path');
        print_r($files);
        ```
    - **Copy Files**: To copy files from one location to another: ```
        $rclone->copy('source:path', 'destination:path');
        ```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

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/a8392d36e009049b8071bbe73bfcc27e4bc1977e67cc026f27bfdf9d7f57e9e8?d=identicon)[EverthSarantes](/maintainers/EverthSarantes)

---

Top Contributors

[![EverthSarantes](https://avatars.githubusercontent.com/u/104174369?v=4)](https://github.com/EverthSarantes "EverthSarantes (1 commits)")

### Embed Badge

![Health badge](/badges/everth-rclonemanager/health.svg)

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

###  Alternatives

[yangbx/captcha-lumen

captcha for lumen

123.8k](/packages/yangbx-captcha-lumen)

PHPackages © 2026

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