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 3d 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 43% 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

2737d 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

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

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