PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ravi Kumar   Gravatar PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gravatar PHP
Get the URL, image and profile of a Gravatar user
Author: By
Last change: Updated files as per instruction from Code Ception
Updated files as per instruction from Code Ception
Updated readme
Updated readme
Date: 8 years ago
Size: 437 bytes
 

Contents

Class file image Download
{ "name": "ravikumar8/gravatar", "description" : "A small library intended to provide easy integration of... Gravatar :)", "license": "MIT", "autoload": { "psr-4": { "Gravatar\\": "src/" } }, "require-dev": { "phpunit/phpunit": "4.*", "phpspec/phpspec": "~2.0" }, "autoload-dev": { "psr-4": { "Gravatar\\Tests\\": "tests/" } } }