PHPackages                             meeeet-dev/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. meeeet-dev/laravel-facebook-catalog

ActiveLibrary[API Development](/categories/api)

meeeet-dev/laravel-facebook-catalog
===================================

Laravel Facebook Catalog Package that exports formatted XML data feed

v1.4(11mo ago)275MITPHPPHP ^7.0|^8.0CI failing

Since Mar 12Pushed 11mo agoCompare

[ Source](https://github.com/meeeet-dev/laravel-facebook-catalog)[ Packagist](https://packagist.org/packages/meeeet-dev/laravel-facebook-catalog)[ Docs](https://github.com/meeeet-dev/laravel-facebook-catalog)[ RSS](/packages/meeeet-dev-laravel-facebook-catalog/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)Dependencies (16)Versions (6)Used By (0)

Laravel Facebook Catalog Package that exports formatted XML data feed
=====================================================================

[](#laravel-facebook-catalog-package-that-exports-formatted-xml-data-feed)

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

[](#installation)

You can install the package via composer:

```
composer require meeeet-dev/laravel-facebook-catalog
```

Usage
-----

[](#usage)

```
use MeeeetDev\LaravelFacebookCatalog\LaravelFacebookCatalog;

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

LaravelFacebookCatalog::addItem([
    'link' => 'https://example.shop/p/foo-bar',
    'id' => 'SKU123',
    'title' => 'Foo bar',
    'image_link' => 'https://example.shop/images/foo-bar.png',
    'description' => 'Foo bar best product',
    'availability' => 'in stock',
    "price" => 99.99,
    'brand' => 'Foo brand',
    'condition' => 'new',
]);

return LaravelFacebookCatalog::display();
```

An example of the expected array

```
[
    "id" 	            		        => "", // Unique Example SKU
    "title" 	            		    => "", // Max 200 Characters, recommend 65 maximum
    "description"            	        => "",
    "rich_text_description"             => "", // A description of the item containing rich text (HTML) formatting
    "availability"           	        => "in stock", // values: in stock, out of stock
    "condition" 	            	    => "new", // values: new, refurbished, used
    "price" 		            	    => 0.00,
    "link"		                        => "",
    "image_link"		                => "",
    "brand" 		            	    => "",
    // required fileds for payments in USA only and optional everywhere else
    "quantity_to_sell_on_facebook"      => 10, // previously name "inventory"
    "google_product_category"           => "",
    "fb_product_category"               => null,
    "size"                              => null,
    // required in india and optional everywhere else
    "origin_country"                    => null, // Ex: US
    "importer_name"                     => null, // if the origin country is not INDIA
    "importer_address"                  => null,
    "manufacturer_info"                 => null,
    "wa_compliance_category"            => null,
    // Optional fields
    "sale_price"                        => null,
    "sale_price_effective_date"         => null,
    "item_group_id"                     => null,
    "status"                            => null, // Values: active, archived (or staging)
    "additional_image_link"             => null, // separated by a comma (,), semicolon (;), space ( ) or vertical bar (|)
    "gender"                            => null, // female, male, unisex
    "color"                             => null, // The main colour of the item. Describe the colour in words, not a hex code. Character limit: 200.
    "age_group"                         => null, // Values: adult, all ages, teen, kids, toddler, infant, newborn.
    "material" 	                        => null, // The material the item is made from, such as cotton, polyester, denim or leather
    "pattern"	                        => null, // The pattern or graphic print on the item
    "shipping"                          => null,
    "shipping_weight"                   => null,
]
```

For more details =&gt;

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Meeeet Dev](https://github.com/meeeet-dev)
- [don mbelembe](https://github.com/donmbelembe)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance51

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

5

Last Release

341d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa29d2bdcb1a0b4203cc47ddd55ff9aec404ec0a6b680961c1c02e193c26f356?d=identicon)[meeeet-dev](/maintainers/meeeet-dev)

---

Top Contributors

[![meeeet-dev](https://avatars.githubusercontent.com/u/123059891?v=4)](https://github.com/meeeet-dev "meeeet-dev (18 commits)")[![donmbelembe](https://avatars.githubusercontent.com/u/10473277?v=4)](https://github.com/donmbelembe "donmbelembe (16 commits)")[![Meetbhana9567](https://avatars.githubusercontent.com/u/46040270?v=4)](https://github.com/Meetbhana9567 "Meetbhana9567 (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelfacebook-catalog

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k9.9M90](/packages/dedoc-scramble)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.3M42](/packages/spatie-laravel-pdf)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[spatie/laravel-github-webhooks

Handle GitHub webhooks in a Laravel application

93157.3k5](/packages/spatie-laravel-github-webhooks)

PHPackages © 2026

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