PHPackages                             dxw/iguana-share - 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. dxw/iguana-share

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

dxw/iguana-share
================

v1.2.0(2y ago)027[1 PRs](https://github.com/dxw/iguana-share/pulls)MITPHPPHP ^7.4||^8.1CI passing

Since Dec 22Pushed 1mo ago9 watchersCompare

[ Source](https://github.com/dxw/iguana-share)[ Packagist](https://packagist.org/packages/dxw/iguana-share)[ Docs](https://github.com/dxw/iguana-share)[ RSS](/packages/dxw-iguana-share/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (1)Dependencies (4)Versions (7)Used By (0)

Iguana Share
============

[](#iguana-share)

This package provides a reusable way to output simple, accessible lists of social sharing buttons which can be styled according to your need.

Available buttons: Facebook, Google Plus, LinkedIn and Twitter.

How to use
----------

[](#how-to-use)

Install the package: `composer require dxw/iguana-share`. You will also need [Iguana Theme Helpers](https://github.com/dxw/iguana-theme) installed.

Register the Share Buttons class in your `app/di.php` Iguana file, passing in an instance of the Iguana Helper class, and the classes for the buttons you require. e.g.

```
$registrar->addInstance(new \Dxw\Iguana\Theme\Helpers());
$registrar->addInstance(\Dxw\Iguana\Share\ShareButtons(
	$registrar->getInstance(\Dxw\Iguana\Theme\Helpers::class,
		[
			new Dxw\Iguana\Share\FacebookShareLink();
			new Dxw\Iguana\Share\LinkedInShareLink();
			new Dxw\Iguana\Share\TwitterShareLink();
		]
	)
))
```

Then call `h()->shareButtons()` in your template file to output the share buttons HTML.

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance59

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~1031 days

Total

3

Last Release

1049d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/370665?v=4)[Rob Skilling](/maintainers/RobjS)[@RobjS](https://github.com/RobjS)

![](https://avatars.githubusercontent.com/u/1659723?v=4)[jkeasley](/maintainers/jkeasley)[@jkeasley](https://github.com/jkeasley)

![](https://avatars.githubusercontent.com/u/4721596?v=4)[Matthew Passmore](/maintainers/matpassmore)[@matpassmore](https://github.com/matpassmore)

![](https://avatars.githubusercontent.com/u/71827088?v=4)[Serena Piccioni](/maintainers/serena-piccioni)[@serena-piccioni](https://github.com/serena-piccioni)

---

Top Contributors

[![snim2](https://avatars.githubusercontent.com/u/97674?v=4)](https://github.com/snim2 "snim2 (12 commits)")[![RobjS](https://avatars.githubusercontent.com/u/370665?v=4)](https://github.com/RobjS "RobjS (11 commits)")[![mallorydxw](https://avatars.githubusercontent.com/u/2256130?v=4)](https://github.com/mallorydxw "mallorydxw (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

composergovpresspackagistphp

### Embed Badge

![Health badge](/badges/dxw-iguana-share/health.svg)

```
[![Health](https://phpackages.com/badges/dxw-iguana-share/health.svg)](https://phpackages.com/packages/dxw-iguana-share)
```

PHPackages © 2026

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