PHPackages                             chrishepner/school-name-generator - 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. chrishepner/school-name-generator

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

chrishepner/school-name-generator
=================================

Generates plausible-sounding school and university names.

v1.0(10y ago)015MITPHPPHP ^5.4.0|^7.0

Since Apr 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/chrishepner/school-name-generator)[ Packagist](https://packagist.org/packages/chrishepner/school-name-generator)[ RSS](/packages/chrishepner-school-name-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

School Name Generator
=====================

[](#school-name-generator)

Generate plausible-sounding English-language school and university names.

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

[](#installation)

Add the SchoolNameGenerator library to your `composer.json` file:

```
{
  "require": {
    "chrishepner/school-name-generator": "dev-master"
  }
}

```

Usage
-----

[](#usage)

Use the `SchoolNameGenerator\FakerProvider` class in combination with [Faker](https://github.com/fzaninotto/Faker)to produce school or university names:

```
$faker = Faker\Factory::create();
$faker->addProvider(new SchoolNameGenerator\FakerProvider($faker));
for ($i = 0; $i < 10; $i++) {
    echo $faker->schoolName . '\n';
}
```

Some sample output:

```
universityName
==========
University of Alabama
Cole University
Rossieshire Institute of Technology
College of Louisiana
University of Hawaii
O'Kon College
Little Institute of Technology
Utah University
Kshlerin College
Connelly University

schoolName
==========
Kassulke High
Koepp Secondary School
South Cooper School for Boys
Russelborough School for Girls
North Lianaton School for Boys
Reganville School for Girls
Port Karen Elementary
Emmerich High School
South Burdette Elementary
West Lukaston School of Fine Arts

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3675d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/23dbe662d89f093e07de1076b8f9ed0905ff5594e83439a5af7d0ffb3ec8bd60?d=identicon)[chrishepner](/maintainers/chrishepner)

---

Top Contributors

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

---

Tags

fakerfixturesdatauniversitySchoolcollege

### Embed Badge

![Health badge](/badges/chrishepner-school-name-generator/health.svg)

```
[![Health](https://phpackages.com/badges/chrishepner-school-name-generator/health.svg)](https://phpackages.com/packages/chrishepner-school-name-generator)
```

###  Alternatives

[fakerphp/faker

Faker is a PHP library that generates fake data for you.

3.9k358.5M3.5k](/packages/fakerphp-faker)[mbezhanov/faker-provider-collection

A collection of custom providers for the Faker library

2138.6M24](/packages/mbezhanov-faker-provider-collection)[bheller/images-generator

Generator of placeholder images for Faker

573.1M3](/packages/bheller-images-generator)[xefi/faker-php

Faker allows you to generate realistic fake data for your php applications

15116.5k15](/packages/xefi-faker-php)[hydreflab/jedi-faker

Faker extension for Star Wars junkie

1429.5k1](/packages/hydreflab-jedi-faker)[andrefigueira/blog-article-faker

Generate random blog article titles and content (including markdown) using faker

1415.0k](/packages/andrefigueira-blog-article-faker)

PHPackages © 2026

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