PHPackages                             jakubenglicky/social-plugins - 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. jakubenglicky/social-plugins

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

jakubenglicky/social-plugins
============================

Wrapper around social plugins.

v1.0.2(8y ago)182[2 issues](https://github.com/jakubenglicky/social-plugins/issues)PHP

Since Aug 23Pushed 8y agoCompare

[ Source](https://github.com/jakubenglicky/social-plugins)[ Packagist](https://packagist.org/packages/jakubenglicky/social-plugins)[ RSS](/packages/jakubenglicky-social-plugins/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

SocialPlugins
=============

[](#socialplugins)

[![Latest version](https://camo.githubusercontent.com/aba22c0ebaf9de85df331f3bd415ef09b0a85282bdebb5fd191de179b159f191/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a616b7562656e676c69636b792f736f6369616c2d706c7567696e732e737667)](https://packagist.org/packages/jakubenglicky/social-plugins)[![Downloads this Month](https://camo.githubusercontent.com/4d032668e59ae50fdba9ec210948a96c0d149f236cc3dcbe0747a9a08cb1842c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6a616b7562656e676c69636b792f736f6369616c2d706c7567696e732e737667)](https://packagist.org/packages/jakubenglicky/social-plugins)[![Build](https://camo.githubusercontent.com/fd54c9078ae8829ef2cb88998dce38fa62691e71e6670b1f6988f5698ac7bd6c/68747470733a2f2f6170692e7472617669732d63692e6f72672f6a616b7562656e676c69636b792f736f6369616c2d706c7567696e732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jakubenglicky/social-plugins)

This is the simple wrapper around implementing social plugins to your websites.

More info (Facebook) -&gt;

More info (Twitter) -&gt;

Instalation
-----------

[](#instalation)

```
composer require jakubenglicky/social-plugins

```

Usage
-----

[](#usage)

*Facebook*

```
$fb = new jakubenglicky\SocialPlugins\Facebook();

// Render after body opening tag
echo $fb->renderInit();

echo $fb->renderComments();
echo $fb->renderLikeButton();
echo $fb->renderShareButton();
echo $fb->renderFollowButton('http://www.facebook.com/zuck');
echo $fb->renderPagePlugin('https://www.facebook.com/FacebookforDevelopers');

```

*Twitter*

```
$tw = new jakubenglicky\SocialPlugins\Twitter();

// Render link to twitter.js file
echo $tw->renderJs();

echo $tw->renderTweetButton();
echo $tw->renderFollowButton('https://twitter.com/kubaenglicky');

```

*You can use all in one*

```
$hub = new jakubenglicky\SocialPlugins\Hub();

$hub->fb; //instance of jakubenglicky\SocialPlugins\Facebook()
$hub->tw; //instance of jakubenglicky\SocialPlugins\Twitter()

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~5 days

Total

3

Last Release

3223d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f66c70d5431618a6b195fc7634f4a5c2ea1362e1883f12e1fbd23a1c1460e5a2?d=identicon)[jakubenglicky](/maintainers/jakubenglicky)

---

Top Contributors

[![jakubenglicky](https://avatars.githubusercontent.com/u/13773359?v=4)](https://github.com/jakubenglicky "jakubenglicky (48 commits)")

---

Tags

facebooksocial-pluginstwitterwrapper

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jakubenglicky-social-plugins/health.svg)

```
[![Health](https://phpackages.com/badges/jakubenglicky-social-plugins/health.svg)](https://phpackages.com/packages/jakubenglicky-social-plugins)
```

###  Alternatives

[nette/code-checker

✅ Nette CodeChecker: A simple tool to check source code against a set of Nette coding standards.

891.7M6](/packages/nette-code-checker)[nextras/datagrid

Datagrid component for Nette Framework.

71270.4k4](/packages/nextras-datagrid)[efabrica/phpstan-latte

4511.9k](/packages/efabrica-phpstan-latte)[uestla/twigrid

Experimental DataGrid for Nette Framework

1712.3k2](/packages/uestla-twigrid)

PHPackages © 2026

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