PHPackages                             ray-nl/laravel-facebook-catalog - 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. ray-nl/laravel-facebook-catalog

ActiveLibrary[API Development](/categories/api)

ray-nl/laravel-facebook-catalog
===============================

Laravel Facebook Catalog package

v1.0.3(3y ago)52354MITPHP

Since Sep 6Pushed 3y agoCompare

[ Source](https://github.com/Ray-nl/laravel-facebook-catalog)[ Packagist](https://packagist.org/packages/ray-nl/laravel-facebook-catalog)[ Docs](https://github.com/Ray-nl/laravel-facebook-catalog)[ RSS](/packages/ray-nl-laravel-facebook-catalog/feed)WikiDiscussions master Synced today

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

Laravel Facebook Catalog
========================

[](#laravel-facebook-catalog)

This package is a fork of  and adapted to the Facebook Catalog format.

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

[](#installation)

```
composer require ray-nl/laravel-facebook-catalog

```

Example
-------

[](#example)

```
use RayNl\LaravelFacebookCatalog\LaravelFacebookCatalog;

LaravelFacebookCatalog::setTitle('Example feed');
LaravelFacebookCatalog::setDescription('Example feed of the Example shop');
LaravelFacebookCatalog::setLink('https://example.shop');

LaravelFacebookCatalog::addItem(
	"https://example.shop/p/foo-bar",
	"SKU123",
	"Foo bar",
	"https://example.shop/images/foo-bar.png",
	"Foo bar best product",
	'new',
	99.99,
	'Foo brand',
	'6387712293758',
	[
		'country' => 'NL',
		'service' => 'PostNL - Gratis',
		'price'	  => 0
	]
);

return LaravelFacebookCatalog::display();
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~148 days

Recently: every ~28 days

Total

8

Last Release

1457d ago

Major Versions

0.2.6 → v1.0.22022-03-23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31897622?v=4)[Ray.nl B.V.](/maintainers/raydotnl)[@raydotnl](https://github.com/raydotnl)

---

Top Contributors

[![raydotnl](https://avatars.githubusercontent.com/u/31897622?v=4)](https://github.com/raydotnl "raydotnl (12 commits)")[![deniztezcan](https://avatars.githubusercontent.com/u/10155092?v=4)](https://github.com/deniztezcan "deniztezcan (8 commits)")

---

Tags

laravelfacebook-catalog

### Embed Badge

![Health badge](/badges/ray-nl-laravel-facebook-catalog/health.svg)

```
[![Health](https://phpackages.com/badges/ray-nl-laravel-facebook-catalog/health.svg)](https://phpackages.com/packages/ray-nl-laravel-facebook-catalog)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6279.6k5](/packages/riclep-laravel-storyblok)

PHPackages © 2026

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