PHPackages                             level51/silverstripe-fb-timeline-pics - 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. level51/silverstripe-fb-timeline-pics

ActiveSilverstripe-module

level51/silverstripe-fb-timeline-pics
=====================================

A small SilverStripe module that accesses the timeline pictures (and posts) of a Facebook page.

0.2.2(10y ago)2752PHPPHP &gt;=5.4

Since Aug 24Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Level51/silverstripe-fb-timeline-pics)[ Packagist](https://packagist.org/packages/level51/silverstripe-fb-timeline-pics)[ RSS](/packages/level51-silverstripe-fb-timeline-pics/feed)WikiDiscussions master Synced 1mo ago

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

Maintainer
----------

[](#maintainer)

- Julian Scheuchenzuber

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

[](#installation)

```
composer require level51/silverstripe-fb-timeline-pics

```

If you don't like composer you can just download and unpack it to **fb-timeline/** under the root of your SilverStripe project.

Setup
-----

[](#setup)

1. Obtain a valid app id and secret:
2. Provide your app credentials and Facebook page URL segment in the "Facebook" tab of the systems settings section.
3. Go ahead and use it in your code (example snippets):

```
$pics = FacebookAPI::inst()->getPics(20);
...
foreach(FacebookAPI::inst()->getPosts(6) as $post) {
    echo $post->Message . '';
}
```

...or in the template:

```

    $Tag

```

Notes
-----

[](#notes)

If you like to set up some continuous integration you can use the `FacebookSyncTask`. Crontab in combination with the sake module could be a neat approach.

```
0 0 * * * cd /your/silverstripe/dir && sake dev/tasks/FacebookSyncTask > /dev/null 2>&1

```

Troubleshooting
---------------

[](#troubleshooting)

- Make sure that new automatically generated folder **facebook-pics/** (under the assets root) has full file access rights.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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

Total

6

Last Release

3882d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/441f0e8f95c17048417a33f37e35d5ffdd4c07902cbedaf7f5786f4b7c454284?d=identicon)[JZubero](/maintainers/JZubero)

---

Top Contributors

[![JZubero](https://avatars.githubusercontent.com/u/13751426?v=4)](https://github.com/JZubero "JZubero (13 commits)")

### Embed Badge

![Health badge](/badges/level51-silverstripe-fb-timeline-pics/health.svg)

```
[![Health](https://phpackages.com/badges/level51-silverstripe-fb-timeline-pics/health.svg)](https://phpackages.com/packages/level51-silverstripe-fb-timeline-pics)
```

###  Alternatives

[splashlab/yii-facebook-opengraph

Yii1 Extension for the Facebook Open Graph 2.x and PHP SDK 5.x

4346.5k](/packages/splashlab-yii-facebook-opengraph)

PHPackages © 2026

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