Brunty / faker-buzzword-job-titles

πŸ‘” A job title generator for faker based on Buzzwords.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buzzword Job Title Provider for Faker

Build Status SensioLabsInsight

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.

Contributor Code of Conduct

About

πŸ‘” A job title generator for faker based on Buzzwords.

License:MIT License


Languages

Language:PHP 100.0%