Skip to content

Instantly share code, notes, and snippets.

@openviewpartners
openviewpartners / Reuters.php
Last active August 29, 2015 14:01
PHP Class for parsing XML from the Reuters API
<?php
/**
* Parse Investor XML Feeds
*
* XML feeds pulled in from Reuters, parsed,
* cached and displayed on homepage.
*
* @param int $compid The account identifier for access to the XML API
* @param bool $debug Sets a debug mode for faster testing
*/