PHPackages                             ddkits/ddkitsfacebook - 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. ddkits/ddkitsfacebook

ActivePackage[Utility &amp; Helpers](/categories/utility)

ddkits/ddkitsfacebook
=====================

Facebook Page Poster by Sam Elayyoub, using custom table and custom functions to post to pages or groups on facebook.

2.1(4y ago)0531MITPHPPHP &gt;=5.6.4

Since Mar 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ddkits/ddkits-facebook-poster)[ Packagist](https://packagist.org/packages/ddkits/ddkitsfacebook)[ RSS](/packages/ddkits-ddkitsfacebook/feed)WikiDiscussions master Synced 4d ago

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

DDKits Facebook Page/Group Poster
=================================

[](#ddkits-facebook-pagegroup-poster)

By Sam Elayyoub

### 1: Install Laravel 5.x

[](#1-install-laravel-5x)

### 2: Composer require ddkits/ddkitsfacebook

[](#2-composer-require-ddkitsddkitsfacebook)

### 3: Add DDkits within the service provider

[](#3-add-ddkits-within-the-service-provider)

```
- ...
'providers' => [
    /*
     * Application Service Providers...
     */
     ...
    Ddkits\Ddkitsfacebook\DdkitsfacebookServiceProvider::class,
],

```

### 4: In case of changing the theme

[](#4-in-case-of-changing-the-theme)

```
- php artisan vendor:publish --tag="Ddkits\Ddkitsfacebook\DdkitsfacebookServiceProvider"

```

### 5: Migrate the DB table needed for this Plugin

[](#5-migrate-the-db-table-needed-for-this-plugin)

```
- php artisan migrate

```

### 6: Check the configs

[](#6-check-the-configs)

```
- ddkitsfacebook.php got some extra configs for major uses
- Path: when calling the function "publishToPageNew($feed, $id)" posts on facebook would be linked to a path located in your site

```

### requirements:

[](#requirements)

```
- Facebook app and Access_token https://developers.facebook.com/tools/explorer/

- Posts/blogs or feeds fields
    - title
    - path (slug of your site if using ID please create the slug field and copy the id into it)
    - image (your post image)

```

### Usage: ../admin-ddkits-facebook (must be a logged in user, using Auth::id())

[](#usage-admin-ddkits-facebook-must-be-a-logged-in-user-using-authid)

```
- ...
use Ddkits\Ddkitsfacebook;

...
$feed ==> is the page or node you are posting link to facebook

Ddkitsfacebook::publishToPageNew($feed, $id);

- Can be used as schedule cron too.

```

Done!!!

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% 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 ~276 days

Total

3

Last Release

1685d ago

Major Versions

1.0 → 2.02020-04-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/d358b59d280a32c762777f66f8d83b8faa93cd0a3ca58a2ae6aa0bc829ba069c?d=identicon)[m22386@live.com](/maintainers/m22386@live.com)

---

Top Contributors

[![melayyoub](https://avatars.githubusercontent.com/u/29762752?v=4)](https://github.com/melayyoub "melayyoub (15 commits)")[![SamAyoub](https://avatars.githubusercontent.com/u/23488788?v=4)](https://github.com/SamAyoub "SamAyoub (1 commits)")

### Embed Badge

![Health badge](/badges/ddkits-ddkitsfacebook/health.svg)

```
[![Health](https://phpackages.com/badges/ddkits-ddkitsfacebook/health.svg)](https://phpackages.com/packages/ddkits-ddkitsfacebook)
```

###  Alternatives

[patricktalmadge/bootstrapper

Twitter Bootstrap markup generator

557407.2k4](/packages/patricktalmadge-bootstrapper)[nwidart/laravel-menus

Laravel Menu management

168180.3k10](/packages/nwidart-laravel-menus)[kartik-v/yii2-social

Module containing useful widgets for Yii Framework 2.0 that integrates social functionalities from DISQUS, Facebook, Google etc.

91256.5k8](/packages/kartik-v-yii2-social)[pingpong/menus

Laravel Menus

70194.4k13](/packages/pingpong-menus)[akaunting/laravel-menu

Menu and sidebar management package for Laravel

38233.8k](/packages/akaunting-laravel-menu)[caouecs/sirtrevorjs

Sir Trevor JS in Laravel project

5421.6k](/packages/caouecs-sirtrevorjs)

PHPackages © 2026

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