Fast Feed

FastFeed is a library that allows you to consume “feeds” atom or rss to be used in your applications.

FastFeed Status

Name Badge Name Badge
Build Status Build_Status Latest Stable Latest_Stable
Quality Score Quality_Score Latest Stable Latest_Unstable
Code Coverage Code_Coverage Total Downloads Total_Downloads
Insight Insight License License
Dependencies Dependencies ~ ~

Features

  • Consume any number of channels grouped by feeds.
  • Extends FastFeed easily to support new formats or retrieve information added by other specifications
  • Recover ordering information according to your preferences.
  • Modular and extensible.

Easy to use

FastFeed is easy to use.

<?php
use FastFeed\Factory;

$fastFeed = Factory::create();
$fastFeed->addFeed('default', 'http://desarrolla2.com/feed');
$items = $fastFeed->fetch('default');

Highly customizable

You have a lot of options, read the docs for Parser, Aggregators and Processors. You have the perfect tool to manipulate all kinds of feeds.

Great documentation

We have a great documentation made with love.

Third party

We are working with various platforms to provide easier integration.

Contact

You can contact with me on @twitter.

Cookbook

Not ready yet :(

comments powered by Disqus