2017 © Pedro Peláez
 

package feedthefox

A easy way to work with FoxyCarts datafeed.

image

richtestani/feedthefox

A easy way to work with FoxyCarts datafeed.

  • Thursday, May 3, 2018
  • by richtestani
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 5 % Grown

The README.md

FeedTheFox

A FoxyCart Datafeed Package, (*1)

Use this package to handle post processing with FoxyCart., (*2)

If you use FoxyCart for your commerce website, you may be using the datafeed feature to further process your orders., (*3)

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 & JSON files., (*4)

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

Install with composer, or download this package. It does require laravel/collection to work & PHP 7.1 or greater., (*6)

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, (*7)

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

Read more in the docs, (*8)

The Versions

03/05 2018

dev-master

9999999-dev https://github.com/richtestani/FeedTheFox

A easy way to work with FoxyCarts datafeed.

  Sources   Download

MIT

The Requires

 

foxycart post-processing

02/04 2018

dev-dev

dev-dev https://github.com/richtestani/FeedTheFox

A easy way to work with FoxyCarts datafeed.

  Sources   Download

MIT

The Requires

 

foxycart post-processing

30/03 2018

0.1.4

0.1.4.0 https://github.com/richtestani/FeedTheFox

A easy way to work with FoxyCarts datafeed.

  Sources   Download

MIT

The Requires

 

foxycart post-processing

30/03 2018

0.1.3

0.1.3.0 https://github.com/richtestani/FeedTheFox

A easy way to work with FoxyCarts datafeed.

  Sources   Download

MIT

The Requires

 

foxycart post-processing

18/03 2018

0.1.2

0.1.2.0 https://github.com/richtestani/FeedTheFox

A easy way to work with FoxyCarts datafeed.

  Sources   Download

MIT

The Requires

 

foxycart post-processing

16/03 2018

0.1.0

0.1.0.0 https://github.com/richtestani/FeedTheFox

A easy way to work with FoxyCarts datafeed.

  Sources   Download

MIT

The Requires

 

foxycart post-processing