PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   pH2 Gravatar   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: pH2 Gravatar
Get the Gravatar user image link with an email
Author: By
Last change:
Date: 1 year ago
Size: 721 bytes
 

Contents

Class file image Download
{ "name": "ph-7/ph2gravatar", "description": "? An easy and elegant way to generate gravatars ?", "keywords": [ "php gravatar", "gravatar", "gravatar image", "gravatar url", "profile photo", "profile image", "avatar", "profile", "identicon", "lightweight", "php" ], "type": "library", "license": "MIT", "autoload": { "psr-4": { "PH7\\PH2Gravatar\\": "src" } }, "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me", "homepage": "https://ph7.me" } ], "require": { "php": ">=7.3.0" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "scripts": { "test": "vendor/bin/phpunit" } }