PHPackages                             loadsys/cakephp\_sociallinks - 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. loadsys/cakephp\_sociallinks

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

loadsys/cakephp\_sociallinks
============================

Adds fields to a model for saving social links, eg. Blog, Facebook, Twitter, etc.

v1.0.1(11y ago)32981[2 issues](https://github.com/loadsys/CakePHP-SocialLinks/issues)MITPHPPHP &gt;=5.3.0

Since Feb 18Pushed 11y ago7 watchersCompare

[ Source](https://github.com/loadsys/CakePHP-SocialLinks)[ Packagist](https://packagist.org/packages/loadsys/cakephp_sociallinks)[ Docs](https://github.com/loadsys/CakePHP-SocialLinks)[ RSS](/packages/loadsys-cakephp-sociallinks/feed)WikiDiscussions master Synced today

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

CakePHP-SocialLinks
===================

[](#cakephp-sociallinks)

[![Latest Version](https://camo.githubusercontent.com/c4b09d5015b561b74a62875d63a9c897c47f181c0ab1f33821f6b712f4978719/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6c6f61647379732f43616b655048502d536f6369616c4c696e6b732e7376673f7374796c653d666c61742d737175617265)](https://github.com/loadsys/CakePHP-SocialLinks/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/46a64c0b536b3d53f92db5e2853d267c48232cd9248ed535a10f8e6b498da7d6/68747470733a2f2f7472617669732d63692e6f72672f6c6f61647379732f43616b655048502d536f6369616c4c696e6b732e7376673f6272616e63683d6d6173746572267374796c653d666c61742d737175617265)](https://travis-ci.org/loadsys/CakePHP-SocialLinks)[![Coverage Status](https://camo.githubusercontent.com/51cd9557aab0b7e5dc1a38615ab8df0c3e71d832d5acf53c533c31fbef8f9927/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6c6f61647379732f43616b655048502d536f6369616c4c696e6b732f62616467652e737667)](https://coveralls.io/r/loadsys/CakePHP-SocialLinks)[![Total Downloads](https://camo.githubusercontent.com/859348d36c994b67c76df27523b9a8f1feb00f8e454a457db9e1b9be8f6263fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6f61647379732f63616b657068705f736f6369616c6c696e6b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/loadsys/cakephp_sociallinks)

Adds fields to a model for saving social links, eg. Blog, Facebook, Twitter, etc.

Requirements
------------

[](#requirements)

- PHP 5.3+
- CakePHP 2.1+

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

[](#installation)

### Composer

[](#composer)

```
$ composer require loadsys/cakephp_sociallinks:~1.0
```

Usage
-----

[](#usage)

- Add SocialLinks to your application by adding this line to your bootstrap.php

```
CakePlugin::load('SocialLinks');
```

- Add Behavior to the Model, each parameter is the database field name, or `false` to not include that field

```
public $actsAs = array(
	'SocialLinks.SocialLinks' => array(
		'blog' => 'blog', //blog field name in the database, or false if you don't have this field
		'pinterest' => false, //pinterest field name in the database, or false if you don't have this field
		'googleplus' => 'googleplus', //googleplus field name in the database, or false if you don't have this field
		'youtube' => 'youtube', //youtube field name in the database, or false if you don't have this field
		'linkedin' => 'linkedin', //linkedin field name in the database, or false if you don't have this field
		'facebook' => 'facebook', //facebook field name in the database, or false if you don't have this field
		'twitter' => 'twitter', //twitter field name in the database, or false if you don't have this field
	),
);
```

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

[](#contributing)

- Fork the plugin to your Github account
- Checkout the plugin
- Create a new branch with your changes
- Issue a PR back to the master branch with your changes

\##License

Copyright (c) 2015 Loadsys Web Strategies

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 98.3% 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 ~407 days

Total

2

Last Release

4155d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58c6913a72757502a801ebc71f995eb1c4f7a53a7de7314a20b9a1f1d6131b60?d=identicon)[jtyost2](/maintainers/jtyost2)

![](https://www.gravatar.com/avatar/2380c6ad9546e6c8ce5c5b641f5a4bce0c4d3e7f3a377dc287936dff50cc3064?d=identicon)[ricog](/maintainers/ricog)

---

Top Contributors

[![justinyost](https://avatars.githubusercontent.com/u/85320?v=4)](https://github.com/justinyost "justinyost (59 commits)")[![leeforkenbrock](https://avatars.githubusercontent.com/u/16821?v=4)](https://github.com/leeforkenbrock "leeforkenbrock (1 commits)")

---

Tags

cakephpmodelBehaviorsocial

### Embed Badge

![Health badge](/badges/loadsys-cakephp-sociallinks/health.svg)

```
[![Health](https://phpackages.com/badges/loadsys-cakephp-sociallinks/health.svg)](https://phpackages.com/packages/loadsys-cakephp-sociallinks)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.6k10](/packages/helsingborg-stad-municipio)[mediawiki/maps

Adds various mapping features to MediaWiki

85155.1k3](/packages/mediawiki-maps)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3407.6k](/packages/starcitizentools-citizen-skin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

20256.6k4](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19233.0k4](/packages/altis-core)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5761.8k5](/packages/pfefferle-wordpress-activitypub)

PHPackages © 2026

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