All Projects → Brunty → faker-buzzword-job-titles

Brunty / faker-buzzword-job-titles

Licence: MIT license
👔 A job title generator for faker based on Buzzwords.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to faker-buzzword-job-titles

Bogus
📇 A simple and sane fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
Stars: ✭ 5,083 (+36207.14%)
Mutual labels:  fake, faker, test-data
Faker.js
generate massive amounts of realistic fake data in Node.js and the browser
Stars: ✭ 34,329 (+245107.14%)
Mutual labels:  fake, faker
random
Random data generator AKA faker
Stars: ✭ 14 (+0%)
Mutual labels:  fake, faker
jaymock-cli
Mock an API and generate fake JSON test data, right from the terminal.
Stars: ✭ 13 (-7.14%)
Mutual labels:  fake, test-data
Mockaco
🐵 HTTP mock server, useful to stub services and simulate dynamic API responses, leveraging ASP.NET Core features, built-in fake data generation and pure C# scripting
Stars: ✭ 213 (+1421.43%)
Mutual labels:  fake, faker
Mimesis
Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages.
Stars: ✭ 3,439 (+24464.29%)
Mutual labels:  fake, faker
Faker
A library for Dart that generates fake data.
Stars: ✭ 103 (+635.71%)
Mutual labels:  fake, faker
FakerDotNet
A .NET port of the Ruby faker gem
Stars: ✭ 15 (+7.14%)
Mutual labels:  fake, faker
Joal
An open source command line RatioMaster with an optional WebUI.
Stars: ✭ 213 (+1421.43%)
Mutual labels:  fake, faker
Fake Apache Log Generator
Generate a boatload of Fake Apache Log files very quickly
Stars: ✭ 207 (+1378.57%)
Mutual labels:  fake, faker
minifaker
A lightweight alternative to faker.js
Stars: ✭ 64 (+357.14%)
Mutual labels:  fake, faker
faker
Generate massive amounts of fake data in the browser and node.js
Stars: ✭ 6,940 (+49471.43%)
Mutual labels:  fake, faker
Fakerator
Random fake data generator with localization for Javascript in Node.js and browser
Stars: ✭ 91 (+550%)
Mutual labels:  fake, faker
Faker
Faker is a Python package that generates fake data for you.
Stars: ✭ 13,401 (+95621.43%)
Mutual labels:  fake, test-data
mkjson
A commandline tool to generate static or random JSON records
Stars: ✭ 16 (+14.29%)
Mutual labels:  fake, faker
Faker.NET.Portable
C# port of the Ruby Faker gem (http://faker.rubyforge.org/)
Stars: ✭ 22 (+57.14%)
Mutual labels:  fake, faker
fake-web-events
Creates a Simulation of Fake Web Events
Stars: ✭ 48 (+242.86%)
Mutual labels:  faker
fakey-json
This is a utility for mocking json data that pretends the api response data with JSON format.
Stars: ✭ 27 (+92.86%)
Mutual labels:  fake
Data-Mocking
A tool that USES a template engine to generate data
Stars: ✭ 16 (+14.29%)
Mutual labels:  faker
Faker.Portable
C# faked data generation for testing and prototyping purpose.
Stars: ✭ 12 (-14.29%)
Mutual labels:  fake

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].