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

ActivePackage

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 2d 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

Maturity48

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

1989d 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.5k48.6M278](/packages/hashids-hashids)[hwi/oauth-bundle

Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony.

2.4k21.5M69](/packages/hwi-oauth-bundle)[norkunas/youtube-dl-php

youtube-dl / yt-dlp wrapper for php

512323.2k15](/packages/norkunas-youtube-dl-php)[sonata-project/media-bundle

Symfony SonataMediaBundle

4625.5M71](/packages/sonata-project-media-bundle)[alaouy/youtube

Laravel PHP Facade/Wrapper for the Youtube Data API v3

8091.3M9](/packages/alaouy-youtube)[mpratt/embera

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

3535.6M21](/packages/mpratt-embera)

PHPackages © 2026

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