| {
    "name": "lutian/StrinSocializer",
    "type": "library",
    "description": "PHP class that converts string into social media rich text. It add Hashtags and mentions custimized for each social network",
    "keywords": ["Social Networks", "Facebook", "Twitter", "Instagram", "Tumblr", "Pinterest", "PHP"],
    "homepage": "https://github.com/lutian/StrinSocializer",
    "license": "MIT",
    "authors": [
        {
            "name": "Luciano Salvino",
            "homepage": "https://plus.google.com/+LucianoSalvino",
            "role": "Developer / Freelancer"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "psr-0": { "StrinSocializer": "src" }
    }
}
 |