1.1releasedRemote Datasource
A datasource that consumes XML or JSON content.
Clone URLgit://github.com/symphonycms/remote_datasource.git
Add as a submodulegit submodule add git://github.com/symphonycms/remote_datasource.git extensions/remote_datasource --recursive
Compatibility
| 2.0.0 | 2.0.3 | 2.0.4 | 2.0.5 | 2.0.6 | 2.0.7 | 2.1.0 | 2.1.1 | 2.1.2 | 2.2.0 | 2.2.1 | 2.2.2 | 2.2.3 | 2.2.4 | 2.2.5 | 2.3.0 | 2.3.1 | 2.3.2 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| No | No | No | No | No | No | No | No | No | No | No | No | No | No | No | 1.1 | 1.1 | 1.1 |
Readme
Remote Datasource
The Remote Datasource allows you to consume XML or JSON sources in Symphony. This extension aims to build upon the Dynamic XML datasource functionality provided in Symphony to allow better cache control, the automatic discovery of namespaces and more flexibility.
Installation
Install this extension by copying
/remote_datasourcefolder to your/extensionsfolder. Then navigate to the System > Extensions page in the Symphony backend page, select the Remote Datasource extension and then apply the "Enable/Install".Create a new Remote Datasource via the Datasource Editor, choosing Remote Datasource from the Source dropdown (it's under __From extensions)
Version history
Requires Symphony 2.3
- Officially release the extension
- Add
urlto the resulting XML result so you can see what URL was actually fetched - Fix bug where a result would always be
stale - Allow timeout to be user configurable in the Data Source Editor
- Various PHP E_NOTICE fixes
Requires Symphony 2.3
- Initial release