Skip to content

Example implementation of a SimplePie-based parser for AllForGood query results.

Notifications You must be signed in to change notification settings

evandonovan/afg-simplepie-parser

Repository files navigation

This is a simple example of a PHP-based parser for the AllForGood feed, using SimplePie.

To use you must have SimplePie installed. The project was originally created with the assumption that it would be under a DocumentRoot in which Drupal was installed, and SimplePie would be part of Feeds module. However, you can change the path to SimplePie easily, in afg-simplepie.inc. 

At that time, you may also want to change the API key, since it is currently using the ChristianVolunteering.org API key.

Once you have the code modified for your use, and uploaded to a Web-accessible location, the best way to test is to visit /querybuilder.php.

Some of the code of this project is borrowed from the Drupal project.

All code of Drupal is licensed under GPL 2.0, and this code is as well.

About

Example implementation of a SimplePie-based parser for AllForGood query results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages