webup/share-links
Composer 安装命令:
composer require webup/share-links
包简介
Generate share links easily
README 文档
README
Install
$ composer require webup/share-links
Examples
<?php require_once 'vendor/autoload.php'; use Webup\ShareLinks\ShareLinks; echo ShareLinks::twitter('http://example.com', 'text to share', 'hashtag1,hashtag2'); echo ShareLinks::facebook('http://example.com'); echo ShareLinks::googleplus('http://example.com'); echo ShareLinks::linkedin('http://example.com', 'title', 'summary', 'source'); echo ShareLinks::email('name@example.com', 'subject', 'body');
License
The MIT License (MIT). Please see License File for more information
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-14