PHPackages                             setkyar/laravel-social-share-cards - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. setkyar/laravel-social-share-cards

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

setkyar/laravel-social-share-cards
==================================

Easy Social Cards

1.1(9y ago)492.1k5MITHTMLPHP &gt;=5.4.0

Since Nov 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/setkyar/laravel-social-share-cards)[ Packagist](https://packagist.org/packages/setkyar/laravel-social-share-cards)[ Docs](https://github.com/setkyar/laravel-social-share-cards)[ RSS](/packages/setkyar-laravel-social-share-cards/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (3)Used By (0)

Easy Social Share Cards for Your Laravel App
============================================

[](#easy-social-share-cards-for-your-laravel-app)

Installation
------------

[](#installation)

First, pull in the package through Composer.

```
composer require setkyar/laravel-social-share-cards

```

And then, if using Laravel 5, include the service provider within `config/app.php`.

```
'providers' => [
    SetKyar\Social\SocialServiceProvider::class,
];

```

Run `php artisan vendor:publish` to get config of Laravel social share config.

Usage
-----

[](#usage)

Setup FB APP ID and your site's twitter account in `social.php` config. (Those are optional)

```
fb_app_id
twitter_site

```

Include meta-article in the head tag with `title`, `description`, and `image` which you want to appear on Facebook, Twitter and Google+ .

> `title`, `description`, and `image` must fill! `author` is optional!

```
@include('social::meta-article', [
    'title'         => 'Hello World',
    'description'   => 'Welcome from Hello World',
    'image'         => 'http://static01.nyt.com/images/2015/02/19/arts/international/19iht-btnumbers19A/19iht-btnumbers19A-facebookJumbo-v2.jpg',
	'author'        => 'Set Kyar Wa Lar'
])

```

### Example

[](#example)

```

    @include('social::meta-article', [
	    'title'         => 'Hello World',
	    'description'   => 'Welcome from Hello World',
	    'image'         => 'http://static01.nyt.com/images/2015/02/19/arts/international/19iht-btnumbers19A/19iht-btnumbers19A-facebookJumbo-v2.jpg',
		'author'        => 'Set Kyar Wa Lar'
	])
    Document

```

### Example Appearance

[](#example-appearance)

Facebook Appearance
-------------------

[](#facebook-appearance)

[![Facebook Apperance](example/fb.png)](example/fb.png)

Twitter Appearance
------------------

[](#twitter-appearance)

[![Twitter Apperance](example/twitter.png)](example/twitter.png)

Google+ Appearance
------------------

[](#google-appearance)

[![Google+ Apperance](example/gplus.png)](example/gplus.png)

Contributing
------------

[](#contributing)

1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Added some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request

Thanks
------

[](#thanks)

- Thanks [Jeffrey Way](https://github.com/JeffreyWay) for [laracast flash](https://github.com/laracasts/flash), [POVILAS KOROP](https://twitter.com/PovilasKorop) for [this tutorial](http://laraveldaily.com/how-to-create-a-laravel-5-package-in-10-easy-steps/) and [Philip Brown](https://github.com/philipbrown) for [this tutorial](http://culttt.com/2014/05/07/create-psr-4-php-package/) :)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3512d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/157df3dda57b84fda6cf5c2da53974dc7eb9299ce8e27fffb6b0b88112358491?d=identicon)[setkyar](/maintainers/setkyar)

---

Top Contributors

[![setkyar](https://avatars.githubusercontent.com/u/4435358?v=4)](https://github.com/setkyar "setkyar (13 commits)")[![Enaah](https://avatars.githubusercontent.com/u/10073766?v=4)](https://github.com/Enaah "Enaah (3 commits)")[![JackPoint](https://avatars.githubusercontent.com/u/1968505?v=4)](https://github.com/JackPoint "JackPoint (1 commits)")

---

Tags

laravelsocialsetkyarlaravel-social-share-cards

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/setkyar-laravel-social-share-cards/health.svg)

```
[![Health](https://phpackages.com/badges/setkyar-laravel-social-share-cards/health.svg)](https://phpackages.com/packages/setkyar-laravel-social-share-cards)
```

###  Alternatives

[unleash/symfony-client-bundle

37517.8k](/packages/unleash-symfony-client-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
