brunty / faker-buzzword-jobs
A Buzzword Job Title provider for Faker.
Installs: 24 764
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.6
- fzaninotto/faker: ^1.5
Requires (Dev)
- phpunit/phpunit: ^5.1
This package is auto-updated.
Last update: 2022-12-29 01:59:49 UTC
README
Install
Install the provider by adding brunty/faker-buzzword-jobs
to your composer.json or from the command line:
$ composer require brunty/faker-buzzword-jobs
Usage
$faker = \Faker\Factory::create(); $faker->addProvider(new \Brunty\Faker\BuzzwordJobProvider($faker)); $jobTitle = $faker->jobTitle();
Examples of job titles:
- Holistic Insight Associate
- Industry Leading Release Reviewer
- Offline Module Scout
- Creative Integration Planner
Contributing
Although this project is small and mostly a humourous poke at buzz words, openness and inclusivity are taken very seriously. To that end the following code of conduct has been adopted.