PHPackages                             runmybusiness/initialcon - 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. [Image &amp; Media](/categories/media)
4. /
5. runmybusiness/initialcon

AbandonedLibrary[Image &amp; Media](/categories/media)

runmybusiness/initialcon
========================

Create a GMail esque avatar based on the users intials &amp; a persistant identifier such as an email address.

0.1.3(10y ago)9116.8k8MITPHPPHP &gt;=5.4.0

Since May 26Pushed 9y ago6 watchersCompare

[ Source](https://github.com/runmybusiness/initialcon)[ Packagist](https://packagist.org/packages/runmybusiness/initialcon)[ Docs](http://runmybusiness.com)[ RSS](/packages/runmybusiness-initialcon/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

Initial based icon generator for PHP
====================================

[](#initial-based-icon-generator-for-php)

[![Build Status](https://camo.githubusercontent.com/851b5802b030f6919eb0ee97c7197e941416940b2e93ee2c1295eb83726b1bc9/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f72756e6d79627573696e6573732f696e697469616c636f6e2e706e67)](http://travis-ci.org/runmybusiness/initialcon)[![StyleCI](https://camo.githubusercontent.com/5d092096537a310f7e92fc3978fd28aeda375ceab35e857f86745c8305dadc08/68747470733a2f2f7374796c6563692e696f2f7265706f732f32303136393631352f736869656c64)](https://styleci.io/repos/20169615)[![Latest Stable Version](https://camo.githubusercontent.com/41e1b13536c43b1fbb20c684918a8e839584fbd820462105c8c9f9abf0c184f4/68747470733a2f2f706f7365722e707567782e6f72672f72756e6d79627573696e6573732f696e697469616c636f6e2f762f737461626c65)](https://packagist.org/packages/runmybusiness/initialcon) [![Total Downloads](https://camo.githubusercontent.com/5ceaf36c748af07c053edd2ca5fde83e84a29709444ddfb90d04ad3fd70d88cd/68747470733a2f2f706f7365722e707567782e6f72672f72756e6d79627573696e6573732f696e697469616c636f6e2f646f776e6c6f616473)](https://packagist.org/packages/runmybusiness/initialcon) [![Latest Unstable Version](https://camo.githubusercontent.com/9b8a97b8a7189e091993b3bbf971ba5db3576d9ecf9349963eec61ceac28152c/68747470733a2f2f706f7365722e707567782e6f72672f72756e6d79627573696e6573732f696e697469616c636f6e2f762f756e737461626c65)](https://packagist.org/packages/runmybusiness/initialcon) [![License](https://camo.githubusercontent.com/7c8463d413640ec2fcdce8a1ae9b3cc4fecb74135714a72615d4af3e09bdd4fa/68747470733a2f2f706f7365722e707567782e6f72672f72756e6d79627573696e6573732f696e697469616c636f6e2f6c6963656e7365)](https://packagist.org/packages/runmybusiness/initialcon)

[![Initialcon example #1](doc/red.png)](doc/red.png) [![Initialcon example #2](doc/blue.png)](doc/blue.png) [![Initialcon example #3](doc/green.png)](doc/green.png)

Installation
------------

[](#installation)

The recommended way to install Initialcon is through composer.

Just create a `composer.json` file for your project:

```
{
    "require": {
        "runmybusiness/initialcon": "*"
    }
}
```

And run these two commands to install it:

```
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install
```

Now you can add the autoloader (if your framework doesn't already do this for you), and you will have access to the library:

```
