2017 © Pedro Peláez
 

library laravel-identicon

image

ielijose/laravel-identicon

  • Thursday, September 11, 2014
  • by ielijose
  • Repository
  • 1 Watchers
  • 0 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Identicon Wrapper for Laravel 4

Add this to your composer.json and update your composer., (*1)

Add to your service provider in app/config/app.php, (*2)

'Rdpascua\Identicon\IdenticonServiceProvider',

And add this to your facades, (*3)

'Identicon'  => 'Rdpascua\Identicon\Facade',

Usage

//Displays and generates an image
Identicon::displayImage('foo');

//get the image data
Identicon::getImageData('bar');

//base64 image
Identicon::getImageDataUri('baz');

//You can also adjust the size of the identicon and color
Identicon::displayImage('foo', 256, 'B4D455');

Credits

  • https://github.com/yzalis/Identicon

License

This wrapper is licensed under the MIT license, (*4)

The Versions

11/09 2014

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Ricardo Pascua Jr