PHPackages                             sy/bootstrap-link - 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. sy/bootstrap-link

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

sy/bootstrap-link
=================

Plugin for adding social media links component

1.1.1(1y ago)0292MITPHPPHP &gt;=7

Since Apr 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/syframework/bootstrap-link)[ Packagist](https://packagist.org/packages/sy/bootstrap-link)[ RSS](/packages/sy-bootstrap-link/feed)WikiDiscussions main Synced 1w ago

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

sy/bootstrap-link
=================

[](#sybootstrap-link)

[sy/bootstrap](https://github.com/syframework/bootstrap) plugin for adding social media link component in your [sy/project](https://github.com/syframework/project) based application.

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

[](#installation)

From your sy/project based application directory, run this command:

```
composer install-plugin link
```

---

**NOTES**

The install-plugin command will do all these following steps:

```
$ composer require sy/bootstrap-link
```

Database
--------

[](#database)

Use the database installation script: `sql/install.sql`

CSS
---

[](#css)

Copy the scss file `scss/_bootstrap-link.scss` into your project scss directory: `protected/scss`

Import it in your `app.scss` file and rebuild the css file.

---

Add link section in the user account panel
------------------------------------------

[](#add-link-section-in-the-user-account-panel)

Got to the file: `protected\src\Component\User\AccountPanel.php`

And add this method in the class:

```
	public function linkAction() {
		$service = \Project\Service\Container::getInstance();
		$user = $service->user->getCurrentUser();
		$p = new \Sy\Component\Html\Element('p');
		$p->addText($this->_('You can display on your page your web site or social media links'));
		$this->setComponent('NORTH', $p);
		$this->setComponent('CENTER', new \Sy\Bootstrap\Component\Link\Div('user-' . $user->id, true));
		$this->setComponent('SOUTH', new \Sy\Bootstrap\Component\Link\Create('user-' . $user->id));
	}
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Recently: every ~13 days

Total

9

Last Release

711d ago

Major Versions

0.2.1 → 1.0.02024-06-01

### Community

Maintainers

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

---

Top Contributors

[![Syone](https://avatars.githubusercontent.com/u/1608813?v=4)](https://github.com/Syone "Syone (33 commits)")

### Embed Badge

![Health badge](/badges/sy-bootstrap-link/health.svg)

```
[![Health](https://phpackages.com/badges/sy-bootstrap-link/health.svg)](https://phpackages.com/packages/sy-bootstrap-link)
```

###  Alternatives

[froala/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

5.4k306.9k3](/packages/froala-wysiwyg-editor)[rewieer/taskschedulerbundle

Task Scheduler with CRON for Symfony

63242.1k](/packages/rewieer-taskschedulerbundle)[ghoster/module-outofstockatlast

Magento 2.4.x module Sort Out Of Stock Product At last the product list

60122.6k](/packages/ghoster-module-outofstockatlast)[fof/byobu

Well integrated, advanced private discussions.

61105.8k9](/packages/fof-byobu)[flowpack/listable

Tiny extension for listing things

35209.0k7](/packages/flowpack-listable)[snowdog/module-alpaca-components

Components of the Alpaca theme for Magento 2

4582.2k2](/packages/snowdog-module-alpaca-components)

PHPackages © 2026

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