PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mike   PHP Socializer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Socializer
Embed social buttons and widgets in Web pages
Author: By
Last change:
Date: 11 years ago
Size: 762 bytes
 

Contents

Class file image Download
{ "name": "faceleg/php-socializer", "type": "library", "description": "Easy & customizable social integration for your projects", "keywords": [ "facebook", "twitter", "stumbleupon", "github", "social"], "homepage": "http://pagesofinterest.net/projects/php-socializer/", "license": "MIT", "authors": [ { "name": "Michael Robinson", "email": "mike@pagesofinterest.net", "homepage": "http://pagesofinterest.net/", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "COI": "classes/" }, "files": [ "include.php" ] } }