Download the PHP package avram/robohash without Composer
On this page you can find all versions of the php package avram/robohash. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download avram/robohash
More information about avram/robohash
Files in avram/robohash
Download avram/robohash
More information about avram/robohash
Files in avram/robohash
Vendor avram
Package robohash
Short Description PHP implementation of Robohash.org image generator
License MIT
Package robohash
Short Description PHP implementation of Robohash.org image generator
License MIT
Please rate this library. Is it a good library?
Informations about the package robohash
php-robohash
PHP implementation of Robohash. Uses ImageMagick or GD as fallback (via intervention/image) to process the images. Only basic functionality, image caching and request processing is up to you.
Install
composer require avram/robohash
Usage
Robohash::make() creates an instance of Robohash class and then calls generateImage() on it, which will then return an instance of Intervention\Image, which you can then use to further process the image or save()/encode() it.
<?php
require "vendor/autoload.php";
$robo = \Avram\Robohash\Robohash::make('Avram', 140, 'set5');
$robo->save('robohash.png');
Credits to
- Colin Davis for original Robohash
- hush2 for php-robohash.
All versions of robohash with dependencies
PHP Build Version
Package Version
The package avram/robohash contains the following files
Loading the files please wait ....