teka / faker-team
This package is abandoned and no longer maintained.
No replacement package was suggested.
Faker provider for generating fake Team Names.
dev-master
2019-06-28 18:22 UTC
Requires
- php: ^5.3.3 || ^7.0
- fzaninotto/faker: ^1.8.0
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2023-03-29 01:17:20 UTC
README
This package will allow Faker to generate fake teams(sport) names.
Install
To install, use composer:
composer require teka/faker-team
Use
$faker = \Faker\Factory::create(); $faker->addProvider(new Faker\Provider\TeamProvider($faker));
$faker->teamName();
// Screaming Silver Annihilators
$faker->abreviation($fake->teamName())
// SSA
License
This package is under the WTFPL license. Do whatever you want with it.
Reporting an issue or a feature request
Fork it, send a PR. Issues and feature requests are tracked in the GitHub issue tracker.