This package will allow Faker to generate fake teams(sport) names.
To install, use composer:
composer require teka/faker-team
$faker = \Faker\Factory::create();
$faker->addProvider(new Faker\Provider\TeamProvider($faker));
$faker->teamName();
// Screaming Silver Annihilators
$faker->abreviation($fake->teamName())
// SSA
This package is under the WTFPL license. Do whatever you want with it.
Fork it, send a PR. Issues and feature requests are tracked in the GitHub issue tracker.