2017 © Pedro Peláez
 

library school-name-generator

Generates plausible-sounding school and university names.

image

chrishepner/school-name-generator

Generates plausible-sounding school and university names.

  • Sunday, April 17, 2016
  • by chrishepner
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

School Name Generator

Generate plausible-sounding English-language school and university names., (*1)

Installation

Add the SchoolNameGenerator library to your composer.json file:, (*2)

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

Usage

Use the SchoolNameGenerator\FakerProvider class in combination with Faker to produce school or university names:, (*3)

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

Some sample output:, (*4)

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

The Versions

17/04 2016

dev-master

9999999-dev

Generates plausible-sounding school and university names.

  Sources   Download

MIT

The Requires

 

by Chris Hepner

fixtures faker data school university college

16/04 2016

v1.0

1.0.0.0

Generates plausible-sounding school and university names.

  Sources   Download

MIT

The Requires

 

by Chris Hepner

fixtures faker data school university college