PHPackages                             venturecraft/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. venturecraft/initialcon

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

venturecraft/initialcon
=======================

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

0.1.2(10y ago)440MITPHPPHP &gt;=5.4.0

Since May 26Pushed 10y agoCompare

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

READMEChangelogDependencies (2)Versions (4)Used By (0)

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

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

[![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": {
        "VentureCraft/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:

```
