Skip to content

Instantly share code, notes, and snippets.

@desarrolla2
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save desarrolla2/9249216 to your computer and use it in GitHub Desktop.
Save desarrolla2/9249216 to your computer and use it in GitHub Desktop.
<?php
use FastFeed\Factory;
$fastFeed = Factory::create();
$fastFeed->addFeed('default', 'http://desarrolla2.com/feed');
$items = $fastFeed->fetch('default');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment