library share-links
Generate share links easily
webup/share-links
Generate share links easily
- Wednesday, April 13, 2016
- by robinparisi
- Repository
- 4 Watchers
- 2 Stars
- 5 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Share Links
, (*1)
Install
``` bash
$ composer require webup/share-links, (*2)
## Examples
``` php
<?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, (*3)
dev-master
9999999-dev
Generate share links easily
Sources
Download
MIT
The Development Requires
v1.0.0
1.0.0.0
Generate share links easily
Sources
Download
MIT
The Development Requires