PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andre Roque Filipe   oGravatar   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: oGravatar
Get avatar images and the profile of Gravatar user
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 536 bytes
 

Contents

Class file image Download
{ "name": "masnathan/ogravatar", "type": "library", "description": "Simple class that provides easy gravatar integration.", "keywords": ["gravatar","image","profile"], "homepage": "https://github.com/ReiDuKuduro/oGravatar", "license": "MIT", "authors": [ { "name": "André Filipe", "email": "andre.r.flip@gmail.com", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "files": ["oGravatar.php"] } }