PHPackages                             avram/robohash - 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. avram/robohash

ActiveLibrary

avram/robohash
==============

PHP implementation of Robohash.org image generator

1.0.4(5y ago)0551MITPHP

Since Mar 12Pushed 5y agoCompare

[ Source](https://github.com/avramovic/php-robohash)[ Packagist](https://packagist.org/packages/avram/robohash)[ RSS](/packages/avram-robohash/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

php-robohash
============

[](#php-robohash)

PHP implementation of [Robohash](https://github.com/e1ven/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
-------

[](#install)

`composer require avram/robohash`

Usage
-----

[](#usage)

Robohash::make() creates an instance of Robohash class and then calls generateImage() on it, which will then return an instance of [Intervention\\Image](http://image.intervention.io/use/basics), which you can then use to further process the image or save()/encode() it.

```
