PHPackages                             jessicadigital/social-feed - 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. [API Development](/categories/api)
4. /
5. jessicadigital/social-feed

ActiveLibrary[API Development](/categories/api)

jessicadigital/social-feed
==========================

Get feeds from different social networks in a unified format

v2.0.3(10y ago)21081MITPHPPHP &gt;=5.4.0

Since Apr 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jessicadigital/social-feed)[ Packagist](https://packagist.org/packages/jessicadigital/social-feed)[ RSS](/packages/jessicadigital-social-feed/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (16)Used By (0)

SocialFeed
==========

[](#socialfeed)

Get feeds from different social networks in a unified format.

Install
-------

[](#install)

Use composer: `composer require jessicadigital/social-feed`

Features
--------

[](#features)

- Get the most recent posts of a user
- Get a specific item based on an ID
- Implemented media: Facebook, Instagram, Pinterest, Twitter, YouTube
- Returns items in simple format
- Gets information (id, service, thumbnail) on attached video/images from: youtube, vine, instagram, vimeo
- Get an id from an url of a post

Example
-------

[](#example)

### Twitter

[](#twitter)

```
$twitter = new JessicaDigital\SocialFeed\Services\TwitterService(array(
  'access_token' => 'xxx',
  'access_token_secret' => 'xxx',
  'consumer_key' => 'xxx',
  'consumer_secret' => 'xxx'
));
$feed = $twitter->getFeed('jessica_digital');
```

Credentials
-----------

[](#credentials)

The following credentials are needed depending on the medium:

- Facebook: app\_id, app\_secret
- Instagram: client\_id, client\_secret
- Pinterest: \[none\]
- Twitter: consumer\_key, consumer\_secret, access\_token, access\_token\_secret
- Youtube: api\_key

Usage
-----

[](#usage)

The services provided through this package query various social service APIs. In the interests of service availability, please use this package to fetch data at scheduled intervals, e.g. using a CRON job, and caching the data on your server. The easiest way to cache data is to write the JSON feed to a text file, e.g.

`file_put_contents($filename, json_encode($data));`

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 64.1% 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 ~26 days

Recently: every ~65 days

Total

15

Last Release

3731d ago

Major Versions

1.0.11 → v2.0.12016-03-18

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17479344?v=4)[Dr Jessica Muirhead](/maintainers/jessicadigital)[@jessicadigital](https://github.com/jessicadigital)

---

Top Contributors

[![benmerckx](https://avatars.githubusercontent.com/u/10584189?v=4)](https://github.com/benmerckx "benmerckx (25 commits)")[![jessicadigital](https://avatars.githubusercontent.com/u/17479344?v=4)](https://github.com/jessicadigital "jessicadigital (13 commits)")[![Ivaneyko](https://avatars.githubusercontent.com/u/5583959?v=4)](https://github.com/Ivaneyko "Ivaneyko (1 commits)")

---

Tags

social

### Embed Badge

![Health badge](/badges/jessicadigital-social-feed/health.svg)

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

###  Alternatives

[pgrimaud/instagram-user-feed

This is a scraper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.

943664.4k5](/packages/pgrimaud-instagram-user-feed)[rezozero/mixedfeed

A PHP library to get social networks feeds and merge them

11131.0k](/packages/rezozero-mixedfeed)[gourmet/social-meta

Adds Facebook Open Graph and Twitter Cards support to CakePHP 3.x

265.2k](/packages/gourmet-social-meta)

PHPackages © 2026

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