PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Luciano Salvino   PHP String Socializer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Composer
Class: PHP String Socializer
Replace text with hash tags and social media links
Author: By
Last change:
Date: 7 years ago
Size: 710 bytes
 

Contents

Class file image Download
{ "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" } } }