PHPackages                             codingmonkeys/laravel-fileflux - 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. codingmonkeys/laravel-fileflux

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

codingmonkeys/laravel-fileflux
==============================

Convert your files with FileFlux Pro

0.0.7(9mo ago)0114↓100%MITPHPPHP ^8.2|^8.3|^8.4

Since Feb 24Pushed 9mo agoCompare

[ Source](https://github.com/coding-monkeys-bv/laravel-fileflux)[ Packagist](https://packagist.org/packages/codingmonkeys/laravel-fileflux)[ Docs](https://github.com/coding-monkeys-bv/laravel-fileflux)[ RSS](/packages/codingmonkeys-laravel-fileflux/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (8)Used By (0)

Very short description of the package
=====================================

[](#very-short-description-of-the-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c64c33617a3873b146d5f196109aa5826684315cfb885c5fd31bfa0d6e1289cb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64696e676d6f6e6b6579732f66696c65666c75782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codingmonkeys/fileflux)[![Total Downloads](https://camo.githubusercontent.com/77bbb41aa72304dea03da9107c537af383156fac990d5a826c43631288327f75/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64696e676d6f6e6b6579732f66696c65666c75782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codingmonkeys/fileflux)[![GitHub Actions](https://github.com/codingmonkeys/fileflux/actions/workflows/main.yml/badge.svg)](https://github.com/codingmonkeys/fileflux/actions/workflows/main.yml/badge.svg)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require codingmonkeys/laravel-fileflux
```

Usage
-----

[](#usage)

```
$response = (new FileFlux)
    ->project('{project-id}')
    ->webhook('https://{yourdomain.com}/file-flux/webhooks')
    ->workflow('ConvertAudioWorkflow')
    ->source('source/89-test copy.wav')
    ->target([
        'extension' => 'mp3',
        'filename' => 'target/converted2222.mp3',
        'channels' => 2,
        'bitrate' => 128,
    ])
    ->convert();
```

```
// Example with preset.
$response = (new FileFlux)
    ->source('source/large.wav')
    ->preset('my-preset')
    ->target('target/large.mp3')
    ->convert();
```

```
$response = (new FileFlux)
    ->project('{project-id}')
    ->webhook('https://{yourdomain.com}/file-flux/webhooks')
    ->workflow('ConvertAudioWorkflow')
    ->source('source/89-test copy.wav')
    ->target([
        'format' => 'webp',
        'quality' => 100,
        'folder' => 'target/folder',
        'pages' => 'all',
        'resolution' => 150,
    ])
    ->convert();
```

```
// Example with preset.
$response = (new FileFlux)
    ->source('source/my-pdf-file.pdf')
    ->preset('pdf-to-image')
    ->target('target/folder')
    ->convert();
```

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance58

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.4% 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 ~28 days

Recently: every ~41 days

Total

7

Last Release

272d ago

PHP version history (2 changes)0.0.1PHP ^8.3|^8.4

0.0.4PHP ^8.2|^8.3|^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/cd90b62171fc6768affb56df3195dea392aa5ea886082a6b0d1a8478f05d091e?d=identicon)[voicecode](/maintainers/voicecode)

---

Top Contributors

[![voicecode-bv](https://avatars.githubusercontent.com/u/4598259?v=4)](https://github.com/voicecode-bv "voicecode-bv (14 commits)")[![migsAV](https://avatars.githubusercontent.com/u/39984416?v=4)](https://github.com/migsAV "migsAV (3 commits)")

---

Tags

laravelcodingmonkeyslaravel-filefluxfilefluxfileflux-profile-flux-prolaravel-fileflux-pro

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/codingmonkeys-laravel-fileflux/health.svg)

```
[![Health](https://phpackages.com/badges/codingmonkeys-laravel-fileflux/health.svg)](https://phpackages.com/packages/codingmonkeys-laravel-fileflux)
```

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M74](/packages/aws-aws-sdk-php-laravel)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M73](/packages/unisharp-laravel-filemanager)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M13](/packages/spatie-laravel-google-cloud-storage)[zanysoft/laravel-zip

laravel-zip is the world's leading zip utility for file compression and backup.

3142.8M15](/packages/zanysoft-laravel-zip)[dcblogdev/laravel-dropbox

A Laravel Dropbox v2 package

3263.0k](/packages/dcblogdev-laravel-dropbox)[yoelpc4/laravel-cloudinary

Laravel Cloudinary filesystem cloud driver.

3343.0k](/packages/yoelpc4-laravel-cloudinary)

PHPackages © 2026

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