PHPackages                             etelford/faker-instrument-names - 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. etelford/faker-instrument-names

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

etelford/faker-instrument-names
===============================

An instrument name generator for Faker.

v1.0.3(5y ago)128MITPHPPHP ^5.3.3 || ^7.0 || ^8.0CI failing

Since Sep 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/etelford/faker-instrument-names)[ Packagist](https://packagist.org/packages/etelford/faker-instrument-names)[ RSS](/packages/etelford-faker-instrument-names/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

faker-instrument-names [![Build Status](https://camo.githubusercontent.com/4ad35f5dcdfaea57d7d8c7721b551b44acc7dc9026957fb596f8b5acfea0bb39/68747470733a2f2f7472617669732d63692e6f72672f6574656c666f72642f66616b65722d696e737472756d656e742d6e616d65732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/etelford/faker-instrument-names)
===================================================================================================================================================================================================================================================================================================================================================

[](#faker-instrument-names-)

Generate random instrument names with the help of [fzaninotto/Faker](https://github.com/fzaninotto/Faker).

Names of instruments were pulled and parsed from [MusicBrainz](https://musicbrainz.org/instruments).

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

[](#installation)

composer.json:

```
"require": {
    "etelford/faker-instrument-names": "*"
}

```

Example
-------

[](#example)

Make an instance of `Faker` and an instance of the `InstrumentFaker`, add it as a provider and call the instrument method you want.

```
$faker = \Faker\Factory::create();
$generator = new \Etelford\InstrumentFaker($faker);
$faker->addProvider($generator);

// Get a random instrument name
echo $faker->instrument;

// Get a random wind instrument name
echo $faker->windInstrument;

// Get a random string instrument name
echo $faker->stringInstrument;

// Get a random percussion instrument name
echo $faker->percussionInstrument;

// Get a random electronic instrument name
echo $faker->electronicInstrument;
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% 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 ~431 days

Total

4

Last Release

1873d ago

PHP version history (2 changes)v1.0.0PHP ^5.4 || ^7.0

v1.0.3PHP ^5.3.3 || ^7.0 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/41ce6b796033d556ada7451243c390632a8cdd3db862daa776869be25e699580?d=identicon)[etelford](/maintainers/etelford)

---

Top Contributors

[![etelford](https://avatars.githubusercontent.com/u/1336701?v=4)](https://github.com/etelford "etelford (14 commits)")[![ejtmicroventures](https://avatars.githubusercontent.com/u/97538730?v=4)](https://github.com/ejtmicroventures "ejtmicroventures (1 commits)")

---

Tags

phpfakerlibraryetelfordinstrumentsmusical

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/etelford-faker-instrument-names/health.svg)

```
[![Health](https://phpackages.com/badges/etelford-faker-instrument-names/health.svg)](https://phpackages.com/packages/etelford-faker-instrument-names)
```

PHPackages © 2026

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