| {
    "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": "[email protected] ",
            "homepage": "http://pagesofinterest.net/",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "psr-0": {
            "COI": "classes/"
        },
        "files": [
            "include.php"
        ]
    }
}
 |