Giter VIP home page Giter VIP logo

companynamegenerator's Introduction

CompanyNameGenerator™: A Company Name Generator

Generate names for English tech companies with class.

Why Should I Use CompanyNameGenerator™?

This library will help you if:

  • You are founding a tech company but you don't know how to name it
  • You want to check if a company name is original of if its creators had no imagination and let the computer craft it

How Does It Work?

This generator contains dictionaries of culinary terms and tech terms. By mixing them together, it manages to create plausible company names. Awesomesauce!

Installation

Add the CompanyNameGenerator™ library to your composer.json file:

{
  "require": {
    "fzaninotto/faker": "dev-master",
    "fzaninotto/company-name-generator": "dev-master"
  }
}

Then use composer to complete the installation process.

Usage

Use the new CompanyNameGenerator\FakerProvider class in combination with Faker to produce an infinite number of tech company names.

<?php

require __DIR__ .'/vendor/autoload.php';

$faker = Faker\Factory::create();
$faker->addProvider(new CompanyNameGenerator\FakerProvider($faker));
for ($i=0; $i < 20; $i++) {
    echo $faker->companyName, "\n";
}

This snippet generates 20 awesome company names. Here is an example output from CompanyNameGenerator™:

ExceptionRosemary
DevelopmentPing
ToolMango
CoderScalable
ConstantCircuit
DeprecatedCooker
PingPesto
ITMega
ScalablePie
BinaryComputing
MashupMill
StuffMashup
ExportRouter
OverTaste
ClusterRender
StreamingThread
LemonMeta
ChocolateHacker
CyberBug
RaisinSmart

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.