PHPackages                             dynamic/silverstripe-foxy-integrations - 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. dynamic/silverstripe-foxy-integrations

ActiveSilverstripe-vendormodule

dynamic/silverstripe-foxy-integrations
======================================

Push your Foxy.io datafeed to additional URLs for processing. This allows your datafeed to be used by additional applications, such as OrderDesk.

1.0.0(6y ago)05441BSD-3-ClausePHPCI failing

Since Oct 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/dynamic/silverstripe-foxy-integrations)[ Packagist](https://packagist.org/packages/dynamic/silverstripe-foxy-integrations)[ RSS](/packages/dynamic-silverstripe-foxy-integrations/feed)WikiDiscussions 1.0 Synced 2mo ago

READMEChangelog (1)Dependencies (8)Versions (3)Used By (0)

SilverStripe Foxy Integrations
==============================

[](#silverstripe-foxy-integrations)

Push your Foxy.io datafeed to additional URLs for processing. This allows your datafeed to be used by additional applications, such as OrderDesk.

[![Build Status](https://camo.githubusercontent.com/d375890fb48ceb3f757be2f07dde7267e4ef08de5afa22add432869530c66fe4/68747470733a2f2f7472617669732d63692e6f72672f64796e616d69632f73696c7665727374726970652d666f78792d696e746567726174696f6e732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dynamic/silverstripe-foxy-integrations)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a956612333bf80868a992e097a469b95efd53ee6b1ac788d8d82880ab2ac65b0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64796e616d69632f73696c7665727374726970652d666f78792d696e746567726174696f6e732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/dynamic/silverstripe-foxy-integrations/?branch=master)[![Build Status](https://camo.githubusercontent.com/c1009e1aa1bfe928883c22853dbfac2c265854ce55780c008fd3894877fe60e6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64796e616d69632f73696c7665727374726970652d666f78792d696e746567726174696f6e732f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/dynamic/silverstripe-foxy-integrations/build-status/master)[![codecov](https://camo.githubusercontent.com/ef555328f07bddcd01905b287c65e3873e88a5a24d202b41aa624cdfb2ea76f5/68747470733a2f2f636f6465636f762e696f2f67682f64796e616d69632f73696c7665727374726970652d666f78792d696e746567726174696f6e732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/dynamic/silverstripe-foxy-integrations)

[![Latest Stable Version](https://camo.githubusercontent.com/f82446331dbda5682b9c94563230a7c03e51a3469d0032483abe2276aaafc556/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d666f78792d696e746567726174696f6e732f762f737461626c65)](https://packagist.org/packages/dynamic/silverstripe-foxy-integrations)[![Total Downloads](https://camo.githubusercontent.com/ce736e6608b89d328cb464dd3da485e3b5594ed2b7a1f7a4de04b21989211b72/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d666f78792d696e746567726174696f6e732f646f776e6c6f616473)](https://packagist.org/packages/dynamic/silverstripe-foxy-integrations)[![Latest Unstable Version](https://camo.githubusercontent.com/d1c46efd545c7b558baff210b5a767aa7cf969eb225d13510e5d404b863554ea/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d666f78792d696e746567726174696f6e732f762f756e737461626c65)](https://packagist.org/packages/dynamic/silverstripe-foxy-integrations)[![License](https://camo.githubusercontent.com/1bbd837db051d86ee5b78a9ef15f4d5e8f30a4a20fb9ec754da546f7d4794894/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d666f78792d696e746567726174696f6e732f6c6963656e7365)](https://packagist.org/packages/dynamic/silverstripe-foxy-integrations)

Requirements
------------

[](#requirements)

- SilverStripe ^4.0
- SilverStripe Foxy ^1.0

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

[](#installation)

```
composer require dynamic/silverstripe-foxy-integrations

```

License
-------

[](#license)

See [License](license.md)

Configuration
-------------

[](#configuration)

Apply `FoxyIntegrationsExtension` to `FoxyController`:

```
Dynamic\Foxy\Parser\Controller\FoxyController:
  extensions:
    - Dynamic\Foxy\Integrations\Extension\FoxyIntegrationsExtension
```

Run a `dev/build`.

In the CMS, go to the Foxy admin. There will now be a tab for `Integrations`, where you can enter URLs for the Foxy datafeed XML to be pushed.

Maintainers
-----------

[](#maintainers)

- [Dynamic](http://www.dynamicagency.com) ()

Bugtracker
----------

[](#bugtracker)

Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.

If the issue does look like a new bug:

- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

Development and contribution
----------------------------

[](#development-and-contribution)

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

2383d ago

### Community

Maintainers

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

---

Top Contributors

[![jsirish](https://avatars.githubusercontent.com/u/1163643?v=4)](https://github.com/jsirish "jsirish (8 commits)")

---

Tags

foxycarthacktoberfestsilverstripesilverstripecms

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/dynamic-silverstripe-foxy-integrations/health.svg)

```
[![Health](https://phpackages.com/badges/dynamic-silverstripe-foxy-integrations/health.svg)](https://phpackages.com/packages/dynamic-silverstripe-foxy-integrations)
```

PHPackages © 2026

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