PHPackages                             olelo/ffmpeg - 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. olelo/ffmpeg

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

olelo/ffmpeg
============

Small helper to connect to olelo FFmpeg URLs in PHP

1.0.4(5y ago)02.0k↓92.9%[6 PRs](https://github.com/olelo-io/ffmpeg/pulls)MITPHP

Since Feb 8Pushed 3y agoCompare

[ Source](https://github.com/olelo-io/ffmpeg)[ Packagist](https://packagist.org/packages/olelo/ffmpeg)[ RSS](/packages/olelo-ffmpeg/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (2)Versions (12)Used By (0)

olelo FFmpeg - Helper
=====================

[](#olelo-ffmpeg---helper)

This is a little helper to easily call [olelo FFmpeg](https://www.olelo.io/ffmpeg) in your PHP projects.

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

[](#prerequisites)

You need an olelo account and the FFmpeg module enabled.

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

[](#installation)

You can install the package via composer:

```
composer require olelo/ffmpeg

```

If you use Laravel, add your olelo-FFmpeg token to .env as `FFMPEG_API_TOKEN`.

Usage
-----

[](#usage)

```
$ffmpeg = new \Olelo\FFmpeg\FFmpeg('yourApiToken');
$convertedFile = $ffmpeg->convert('https://your-url.com/something', 'remove-silence');

```

#### Laravel

[](#laravel)

A Laravel service provider with a facade is contained in this package. It is automatically detected. You can use it like:

```
use Olelo\FFmpeg\Facades\FFmpeg;

$convertedFile = FFmpeg::convert('https://your-url.com/something', 'remove-silence');

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~72 days

Total

5

Last Release

2048d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9dd4066526f273592da88a5b863d5302bb171dd626ffd3e646a0f282a0dc4db2?d=identicon)[oleloSebastian](/maintainers/oleloSebastian)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![SebastianSchoeps](https://avatars.githubusercontent.com/u/44115562?v=4)](https://github.com/SebastianSchoeps "SebastianSchoeps (2 commits)")

### Embed Badge

![Health badge](/badges/olelo-ffmpeg/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)

PHPackages © 2026

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