PHPackages                             despark/laravel-social-feeder - 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. [Framework](/categories/framework)
4. /
5. despark/laravel-social-feeder

ActiveLibrary[Framework](/categories/framework)

despark/laravel-social-feeder
=============================

Social feeder for laravel. With this you can get feed from facebook page, twitter account or instragram

v1.9(11y ago)131347[3 issues](https://github.com/despark/laravel-social-feeder/issues)MITPHPPHP &gt;=5.4.0

Since Feb 10Pushed 11y ago11 watchersCompare

[ Source](https://github.com/despark/laravel-social-feeder)[ Packagist](https://packagist.org/packages/despark/laravel-social-feeder)[ RSS](/packages/despark-laravel-social-feeder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (20)Used By (0)

Social Feeder for Laravel
=========================

[](#social-feeder-for-laravel)

Social Feeder is interface to social APIs. With this package you can get latest posts/tweets/photos from Facebook, Twitter, Instagram and save it to database to show it in your application.

Installation
============

[](#installation)

Open `composer.json` file of your project and add the following to the require array:

```
"despark/laravel-social-feeder": "~1.2"
```

Now run `composer update` to install the new requirement.

Once it's installed, you need to register the service provider in `app/config/app.php` in the providers array:

```
'providers' => array(
  ...
  'Despark\LaravelSocialFeeder\LaravelSocialFeederServiceProvider',
);
```

Publish the config file: `php artisan config:publish despark/laravel-social-feeder`

Then execute migration with the following command

`php artisan migrate --package="despark/laravel-social-feeder"`

This will create new table `social_posts`. In this table package store the posts from feeds.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

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

Total

19

Last Release

4102d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/83ce84d5f7bacbbbd26e99b98f95c9a8c35efe4d4636c7ec3e36a46bf388dc4c?d=identicon)[ymihaylov](/maintainers/ymihaylov)

---

Top Contributors

[![ymihaylov](https://avatars.githubusercontent.com/u/1996948?v=4)](https://github.com/ymihaylov "ymihaylov (28 commits)")

---

Tags

frameworklaravelfacebookinstagramfeedtwitterdesparkfeedersocial-feeder

### Embed Badge

![Health badge](/badges/despark-laravel-social-feeder/health.svg)

```
[![Health](https://phpackages.com/badges/despark-laravel-social-feeder/health.svg)](https://phpackages.com/packages/despark-laravel-social-feeder)
```

###  Alternatives

[rebing/graphql-laravel

Laravel wrapper for PHP GraphQL

2.2k7.1M26](/packages/rebing-graphql-laravel)[graham-campbell/markdown

Markdown Is A CommonMark Wrapper For Laravel

1.3k7.1M64](/packages/graham-campbell-markdown)[graham-campbell/manager

Manager Provides Some Manager Functionality For Laravel

39221.1M134](/packages/graham-campbell-manager)[laravel-lang/publisher

Localization publisher for your Laravel application

2167.7M24](/packages/laravel-lang-publisher)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[defstudio/pest-plugin-laravel-expectations

A plugin to add laravel tailored expectations to Pest

98548.9k4](/packages/defstudio-pest-plugin-laravel-expectations)

PHPackages © 2026

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