PHPackages                             ademozmermer/youtubemp3 - 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. ademozmermer/youtubemp3

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

ademozmermer/youtubemp3
=======================

Youtube mp3 downloader

v1.0.0(5y ago)224[2 issues](https://github.com/ademozmermer/youtubemp3/issues)MITPHPPHP ^7.2

Since Dec 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ademozmermer/youtubemp3)[ Packagist](https://packagist.org/packages/ademozmermer/youtubemp3)[ RSS](/packages/ademozmermer-youtubemp3/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

YouTube mp3 downloader
======================

[](#youtube-mp3-downloader)

Converts Youtube videos to music format and downloads to your server

- Supports proxy
- Specify audio format: best, aac, flac, mp3, m4a, opus, vorbis, or wav (ffmpeg is required)

### Using

[](#using)

```
require_once './vendor/autoload.php';

$yt = new \AdemOzmermer\Platform\YouTube();

$yt->url('https://www.youtube.com/watch?v=KJjYymEwpPE');
$yt->extension('mp3');
$yt->proxy('127.0.0.1:5555'); // Optional proxy url
$yt->limit('30M'); // Do not download any videos larger than SIZE

print_r($yt->download('/download'));  // Directory to download

```

### Installation

[](#installation)

```
$ composer require ademozmermer/youtubemp3
```

License
-------

[](#license)

MIT

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2040d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9538da87dcb5064b7273a7f375ed6a9187dbd7a77a0434149fdd2297905a4f78?d=identicon)[ademozmermer](/maintainers/ademozmermer)

---

Top Contributors

[![ademozmermer](https://avatars.githubusercontent.com/u/36888575?v=4)](https://github.com/ademozmermer "ademozmermer (2 commits)")

---

Tags

youtubeyoutube-dlmp3 converter

### Embed Badge

![Health badge](/badges/ademozmermer-youtubemp3/health.svg)

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

###  Alternatives

[hashids/hashids

Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers

5.4k52.1M317](/packages/hashids-hashids)[norkunas/youtube-dl-php

youtube-dl / yt-dlp wrapper for php

505343.0k16](/packages/norkunas-youtube-dl-php)[mpratt/embera

Oembed consumer library. Converts urls into their html embed code. Supports 150+ sites, such as Youtube, Twitter, vimeo, Instagram etc.

3636.0M27](/packages/mpratt-embera)[aalaap/faker-youtube

Faker provider for generating fake YouTube video URLs

2292.3k](/packages/aalaap-faker-youtube)[chellem/youtube-downloader

PHP library to download video

686.2k](/packages/chellem-youtube-downloader)[light/hashids

Hashids for Yii2

1120.8k](/packages/light-hashids)

PHPackages © 2026

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