PHPackages                             fzaninotto/company-name-generator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. fzaninotto/company-name-generator

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

fzaninotto/company-name-generator
=================================

Generate names for English tech companies with class

6324.1k172PHP

Since Sep 3Pushed 7y ago6 watchersCompare

[ Source](https://github.com/fzaninotto/CompanyNameGenerator)[ Packagist](https://packagist.org/packages/fzaninotto/company-name-generator)[ RSS](/packages/fzaninotto-company-name-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (2)

CompanyNameGenerator™: A Company Name Generator
===============================================

[](#companynamegenerator-a-company-name-generator)

Generate names for English tech companies with class.

Why Should I Use CompanyNameGenerator™?
---------------------------------------

[](#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?
-----------------

[](#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
------------

[](#installation)

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

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

```

Then use [composer](http://getcomposer.org/doc/00-intro.md) to complete the installation process.

Usage
-----

[](#usage)

Use the new `CompanyNameGenerator\FakerProvider` class in combination with [Faker](https://github.com/fzaninotto/Faker) to produce an infinite number of tech company names.

```
