Skip to content

agence-webup/share-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Share Links

Build Status

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('[email protected]', 'subject', 'body');

License

The MIT License (MIT). Please see License File for more information

About

A PHP package to generate share links easily

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages