Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yohangdev/letter-avatar

Generate user avatar using name initials letter.
https://github.com/yohangdev/letter-avatar

Last synced: about 1 month ago
JSON representation

Generate user avatar using name initials letter.

Awesome Lists containing this project

README

        

# Letter Avatar for PHP

Generate user avatar using name initials letter.

![letter-avatar](https://cloud.githubusercontent.com/assets/618412/12192012/835c7488-b60d-11e5-9276-d06f42d11a86.png)

## Features
* Data URI image ready (also save as PNG/JPG).
* Consistent color.
* Customize size, shape: square, circle.
* Small, fast.

## Install

Via Composer

``` bash
$ composer require yohang88/letter-avatar
```

### Implementation

``` php
saveAs('path/to/filename');
$avatar->saveAs('path/to/filename', LetterAvatar::MIME_TYPE_JPEG);

```

``` html

```

To use static colour or custom colour use `->setColor($background, $foreground);`

``` html

```