PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gabriel Alejandro López López   Yii2 Sharelinks Widget   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Sharelinks Widget
Generate links to share pages in social networks
Author: By
Last change:
Date: 28 days ago
Size: 685 bytes
 

Contents

Class file image Download
{ "name": "daxslab/yii2-sharelinks-widget", "description": "Yii2 widget for popular social networks 'share link' generation", "keywords": ["share", "social", "network", "yii", "extension", "widget"], "homepage": "https://github.com/daxslab/yii2-sharelinks-widget", "type": "yii2-extension", "license": "MIT", "authors": [ { "name": "Carlos C. Caballero Diaz", "email": "cesar@daxslab.com", "homepage" : "https://www.daxslab.com" }, { "name": "Gabriel A. López López", "email": "glpz@daxslab.com", "homepage" : "https://www.daxslab.com" } ], "require": { "yiisoft/yii2": "*" }, "autoload": { "psr-4": { "daxslab\\sharelinks\\": "" } } }