PHPackages                             sky06170/facebook-fan-page - 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. sky06170/facebook-fan-page

ActiveLibrary

sky06170/facebook-fan-page
==========================

this is a facebook-fan-page-api repo for composer

0.1.2.3(8y ago)019MITPHPPHP &gt;=5.5

Since Mar 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sky06170/facebook-fan-page)[ Packagist](https://packagist.org/packages/sky06170/facebook-fan-page)[ RSS](/packages/sky06170-facebook-fan-page/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (2)Versions (9)Used By (0)

facebook-fan-page
=================

[](#facebook-fan-page)

Installing
----------

[](#installing)

Install Composer

```
curl -sS https://getcomposer.org/installer | php
```

Install facebook-fan-page:

```
php composer.phar require sky06170/facebook-fan-page
```

require Composer's autoloader:

```
require 'vendor/autoload.php';
```

Config
------

[](#config)

setting src/Config/config.php

```
return [

		'version' => 'v2.12', //your facebook graph api version

		'pageID' => '', //your facebook fan page ID

		'pageToken' => '', //your facebook fan page Token

		'utc' => 8 //Universal Time Coordinated

	];
```

Example
-------

[](#example)

publish

```
use Facebook\FanPage\FacebookFanPage;

$options = facebookFanPageOptions();

$pages = new FacebookFanPage($options);

$message = 'test publish';

$response = $pages->publish($message);
```

delete

```
use Facebook\FanPage\FacebookFanPage;

$options = facebookFanPageOptions();

$pages = new FacebookFanPage($options);

$postID = isset($_GET['postID']) && !empty($_GET['postID']) ? $_GET['postID'] : '';

$response = $pages->delete($postID);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

6

Last Release

2975d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3624b75547d2b6d5d8b6a9583ab21fce06317618eaf3606e33dd7c8b651f14c9?d=identicon)[sky06170](/maintainers/sky06170)

---

Top Contributors

[![sky06170](https://avatars.githubusercontent.com/u/7408395?v=4)](https://github.com/sky06170 "sky06170 (10 commits)")

### Embed Badge

![Health badge](/badges/sky06170-facebook-fan-page/health.svg)

```
[![Health](https://phpackages.com/badges/sky06170-facebook-fan-page/health.svg)](https://phpackages.com/packages/sky06170-facebook-fan-page)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[ashallendesign/laravel-exchange-rates

A wrapper package for interacting with the exchangeratesapi.io API.

485677.8k](/packages/ashallendesign-laravel-exchange-rates)[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)

PHPackages © 2026

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