PHPackages                             desarrolla2/rss-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. desarrolla2/rss-client

Abandoned → [fastfeed/fastfeed](/?search=fastfeed%2Ffastfeed)Library[Utility &amp; Helpers](/categories/utility)

desarrolla2/rss-client
======================

A simple to use RSS client library.

v2.2.1(12y ago)3827.2k171MITPHPPHP &gt;=5.3.0

Since Dec 12Pushed 12y ago3 watchersCompare

[ Source](https://github.com/desarrolla2/RSSClient)[ Packagist](https://packagist.org/packages/desarrolla2/rss-client)[ RSS](/packages/desarrolla2-rss-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (16)Used By (1)

Warning !!
==========

[](#warning-)

RSSClient will not be updated, you should consider migrating to FastFeed

RSSClient
=========

[](#rssclient)

RSSClient is a simple to use RSS library to fetch and use RSS feeds. RSSClient is very fast!

[![Build Status](https://camo.githubusercontent.com/f5e92780e83ed7c718365a40f527f07d4d9e12619c8bd11d71d71de7231e4cd9/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6465736172726f6c6c61322f525353436c69656e742e706e67)](http://travis-ci.org/desarrolla2/RSSClient) [![Scrutinizer Quality Score](https://camo.githubusercontent.com/e610bab329f6dec8f9f82a6246b57442ae89492f2c7e91e3a9affcb9031eb0fb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465736172726f6c6c61322f525353436c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f733d37613732313263383939313865663332613664656166353137643265396136646266363261666631)](https://scrutinizer-ci.com/g/desarrolla2/RSSClient/) [![Code Coverage](https://camo.githubusercontent.com/881851d3a46ccbd9804e5c255bfae3f4e1a07b884c146d9907417ec77f3464e2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465736172726f6c6c61322f525353436c69656e742f6261646765732f636f7665726167652e706e673f733d36336439336533316463393632313065336535333163373431633636643661383062623032386432)](https://scrutinizer-ci.com/g/desarrolla2/RSSClient/)

[![Latest Stable Version](https://camo.githubusercontent.com/e978bf54777640249b3b802b968bebce9eff4558b2f0cc64f55c890abe83dce7/68747470733a2f2f706f7365722e707567782e6f72672f6465736172726f6c6c61322f7273732d636c69656e742f762f737461626c652e706e67)](https://packagist.org/packages/desarrolla2/rss-client) [![Total Downloads](https://camo.githubusercontent.com/a72773645087c3f2dfaa496cf6b6aacda140bdb0136315f1eb2b6c9a5e21ceae/68747470733a2f2f706f7365722e707567782e6f72672f6465736172726f6c6c61322f7273732d636c69656e742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/desarrolla2/rss-client) [![Bitdeli Badge](https://camo.githubusercontent.com/7d95f3c3b2566dfbbc9d41493ae74ade8e580d18d0a18933edbe425da3e04077/68747470733a2f2f64327765637a68766c38323376302e636c6f756466726f6e742e6e65742f6465736172726f6c6c61322f727373636c69656e742f7472656e642e706e67)](https://bitdeli.com/desarrolla2)

Formats Supported
-----------------

[](#formats-supported)

- [RSS2.0](http://cyber.law.harvard.edu/rss/rss.html)
- [Atom1.0](http://tools.ietf.org/html/rfc4287)

Installation
------------

[](#installation)

### With Composer

[](#with-composer)

It is best installed it through [packagist](http://packagist.org/packages/desarrolla2/rss-client)by including `desarrolla2/rss-client` in your project composer.json require:

```
    "require": {
        // ...
        "desarrolla2/rss-client":  "dev-master"
    }
```

### Without Composer

[](#without-composer)

You can also download it from \[Github\] (), but no autoloader is provided so you'll need to register it with your own PSR-0 compatible autoloader.

Usage
-----

[](#usage)

### Without Cache

[](#without-cache)

This example does not use any cache, so it probably will be too slow to be used on a website, you should implement your system cache, or use the cache system described below

```
