PHPackages                             richtestani/feedthefox - 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. richtestani/feedthefox

ActivePackage[API Development](/categories/api)

richtestani/feedthefox
======================

An easy way to work with FoxyCart's datafeed.

0.5.2(7y ago)2256MITPHPPHP &gt;=7.1

Since Mar 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/richtestani/FeedTheFox)[ Packagist](https://packagist.org/packages/richtestani/feedthefox)[ Docs](https://github.com/richtestani/FeedTheFox)[ RSS](/packages/richtestani-feedthefox/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (7)Dependencies (1)Versions (7)Used By (0)

FeedTheFox
==========

[](#feedthefox)

A FoxyCart Datafeed Package

Use this package to handle post processing with FoxyCart.

If you use [FoxyCart](https://foxy.io) for your commerce website, you may be using the datafeed feature to further process your orders.

For stores that require post processing orders (recording the order, emailing customers based on actions, etc.), FeedTheFox makes it easier to work with the generated feeds by taking care of the heavy lifting of parsing the very complex XML &amp; JSON files.

Currently works with their XML datafeed feed &amp; JSON Web Hook Integration for single transactions. *Updated will include subcriptions and multi-ship feeds.*

Install with composer, or download this package. It does require laravel/collection to work &amp; PHP 7.1 or greater.

```
composer require richtestani/feedthefox

```

```
use RichTestani\FeedTheFox\DataFeed;

//new instance
$datafeed = new DataFeed('my-foxy-key');
$datafeed->process();

if( $datafeed->order->transactionDeclined() ) {
    //mail me about this issue.
}

```

FeedTheFox breaks the data feed into logical groups, making it easier to work with and offers some helpful methods for each. Each group can be accessed from the instanced object, in this case `$datafeed`

- Order
- Customers
- Transaction Details
- Discounts
- Custom Fields
- Shipping
- Payments (JSON only)

Read more in the [docs](https://richtestani.github.io/FeedTheFox/)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

5

Last Release

2783d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.4

0.5.2PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/138299?v=4)[richtestani](/maintainers/richtestani)[@richtestani](https://github.com/richtestani)

---

Top Contributors

[![richtestani](https://avatars.githubusercontent.com/u/138299?v=4)](https://github.com/richtestani "richtestani (91 commits)")

---

Tags

data-feedfoxycartfoxycart-datafeedFoxycartpost-processing

### Embed Badge

![Health badge](/badges/richtestani-feedthefox/health.svg)

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

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[riclep/laravel-storyblok

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

6277.0k5](/packages/riclep-laravel-storyblok)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[rapidez/core

Rapidez Core

1822.4k65](/packages/rapidez-core)

PHPackages © 2026

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