PHPackages                             dragon-code/laravel-feeds - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. dragon-code/laravel-feeds

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

dragon-code/laravel-feeds
=========================

Fast export of large datasets to feeds for marketplaces and services

1.15.0(3w ago)341.9k↓84.5%1[1 PRs](https://github.com/TheDragonCode/laravel-feeds/pulls)MITPHPPHP ^8.2CI passing

Since Aug 30Pushed 3d agoCompare

[ Source](https://github.com/TheDragonCode/laravel-feeds)[ Packagist](https://packagist.org/packages/dragon-code/laravel-feeds)[ Fund](https://boosty.to/dragon-code)[ Fund](https://yoomoney.ru/to/410012608840929)[ RSS](/packages/dragon-code-laravel-feeds/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (10)Dependencies (45)Versions (34)Used By (0)

📃 Laravel Feeds
===============

[](#-laravel-feeds)

  ![Laravel Feeds](https://camo.githubusercontent.com/e87874c25996a1d14639d01830952099d553daed94d3559f777749ab238d5635/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c25323046656564732e706e673f7061747465726e3d746f706f677261706879267374796c653d7374796c655f3226666f6e7453697a653d3130307078266d643d312673686f7757617465726d61726b3d31267468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d647261676f6e2d636f64652532466c61726176656c2d6665656473266465736372697074696f6e3d466173742b6578706f72742b6f662b6c617267652b64617461736574732b746f2b66656564732b666f722b6d61726b6574706c616365732b616e642b736572766963657326696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)[![Stable Version](https://camo.githubusercontent.com/dd9028cfa8564b9f868bd34ca5177990e91310b8b0cd434afc38b378bd77ef28/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f546865447261676f6e436f64652f6c61726176656c2d66656564733f6c6162656c3d7061636b6167697374267374796c653d666c61742d737175617265)](https://packagist.org/packages/dragon-code/laravel-feeds)[![Total Downloads](https://camo.githubusercontent.com/67f97ede15e6740856dd92686bbebfd09b6accf1aeb2e1e29d40bb7f82f3a99d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f647261676f6e2d636f64652f6c61726176656c2d66656564732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dragon-code/laravel-feeds)[![License](https://camo.githubusercontent.com/1899a9b6c4a0c96273cce5dc4643cd4c127772b76004f4880918a44164864b3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f647261676f6e2d636f64652f6c61726176656c2d66656564732e7376673f7374796c653d666c61742d737175617265)](LICENSE)

**Laravel Feeds** is an easy and fast way to export large amounts of data into feeds for marketplaces and other consumers.

> **🌟 Features**
>
> - Chunked queries to the database
> - Draft mode during processing
> - Easy property mapping
> - Custom Eloquent models for feed registrations
> - Generate feeds, sitemaps, and more

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

[](#installation)

You can install the **Laravel Feeds** package via [Composer](https://getcomposer.org):

```
composer require dragon-code/laravel-feeds
```

You should publish the [migration](database/migrations/2025_09_01_231655_create_feeds_table.php) and the [config/feeds.php](config/feeds.php) file with:

```
php artisan vendor:publish --tag="feeds"
```

Warning

Before running migrations, verify the database connection settings in [config/feeds.php](config/feeds.php).

Now you can run migrations and proceed to [create feeds](https://feeds.dragon-code.pro/create-feeds/).

Basic Usage
-----------

[](#basic-usage)

To create a feed class, use the `make:feed` console command:

```
php artisan make:feed User -t
```

As a result of executing the console command, the files `app/Feeds/UserFeed.php` and `app/Feeds/Items/UserFeedItem.php`will be created.

Check the [operation/migration](https://feeds.dragon-code.pro/create-feeds/) file that was created for you and run the console command:

```
# For Laravel Deploy Operations
php artisan operations

# For Laravel Migrations
php artisan migrate
```

To generate all active feeds, use the console command:

```
php artisan feed:generate
```

Documentation
-------------

[](#documentation)

GuideDescription[Getting Started](https://feeds.dragon-code.pro/)Package overview and first steps[Installation](https://feeds.dragon-code.pro/installation/)Installation, publishing, and migrations[Create Feeds](https://feeds.dragon-code.pro/create-feeds/)Feed, item, and info classes[Generation](https://feeds.dragon-code.pro/generation/)Commands, queues, and scheduling[Supported Formats](https://feeds.dragon-code.pro/supported-formats/)XML, JSON, JSON Lines, CSV, and RSS[Recipes](https://feeds.dragon-code.pro/receipt-sitemap/)Sitemap, Instagram, Yandex, and RSS examplesThe [documentation site](https://feeds.dragon-code.pro) includes version and language selectors.

License
-------

[](#license)

This package is licensed under the [MIT License](LICENSE).

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance97

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 95.7% 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 ~11 days

Recently: every ~1 days

Total

30

Last Release

18d ago

Major Versions

0.5.2 → 1.0.02025-09-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/b77790e612f1c9beed1e1533e36eba4954fbd6da2a5c9f71e845cd0f5465f0ad?d=identicon)[Helldar](/maintainers/Helldar)

---

Top Contributors

[![andrey-helldar](https://avatars.githubusercontent.com/u/10347617?v=4)](https://github.com/andrey-helldar "andrey-helldar (603 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (20 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")

---

Tags

feedfeed-generatorfeedslaravelmarketplacesitemapsitemap-generatorsitemap-xmlxml

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/dragon-code-laravel-feeds/health.svg)

```
[![Health](https://phpackages.com/badges/dragon-code-laravel-feeds/health.svg)](https://phpackages.com/packages/dragon-code-laravel-feeds)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M319](/packages/laravel-ai)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9922.4M146](/packages/roots-acorn)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M188](/packages/spatie-laravel-health)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)

PHPackages © 2026

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