PHPackages                             drmonkeyninja/cakephp-rss - 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. [API Development](/categories/api)
4. /
5. drmonkeyninja/cakephp-rss

ActiveCakephp-plugin[API Development](/categories/api)

drmonkeyninja/cakephp-rss
=========================

CakePHP RSS datasource

2.1.0(11y ago)1824[1 issues](https://github.com/drmonkeyninja/cakephp-rss/issues)MITPHP

Since Aug 8Pushed 11y ago1 watchersCompare

[ Source](https://github.com/drmonkeyninja/cakephp-rss)[ Packagist](https://packagist.org/packages/drmonkeyninja/cakephp-rss)[ Docs](https://github.com/drmonkeyninja/cakephp-rss)[ RSS](/packages/drmonkeyninja-cakephp-rss/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)DependenciesVersions (5)Used By (0)

CakePHP Rss
===========

[](#cakephp-rss)

RSS datasource plugin for CakePHP 2.

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

[](#installation)

[![License](https://camo.githubusercontent.com/d3a7f0c1607bf4665a345175d2742e76b5f9c1683cb53eb8d626085f5f4a3580/68747470733a2f2f706f7365722e707567782e6f72672f64726d6f6e6b65796e696e6a612f63616b657068702d7273732f6c6963656e73652e706e67)](https://packagist.org/packages/drmonkeyninja/cakephp-rss) [![Build Status](https://camo.githubusercontent.com/acc7d0e241f51b00428e643f660a04bb86033f89c586d9d0af99727ab1042421/68747470733a2f2f7472617669732d63692e6f72672f64726d6f6e6b65796e696e6a612f63616b657068702d7273732e737667)](https://travis-ci.org/drmonkeyninja/cakephp-rss)

This plugin can be installed using Composer:-

```
composer require drmonkeyninja/cakephp-rss

```

Alternatively copy the plugin to your app/Plugin directory and rename the plugin's directory 'Rss'.

Then add the following line to your bootstrap.php to load the plugin.

```
CakePlugin::load('Rss');

```

Usage
-----

[](#usage)

The values shown below under the Optional comment will be set to the values you see there if they are left out. The required options must exist. If you wish, you can make different database config property for each different feed you would like to work with. The feedUrl is an optional parameter that will be used by default if it is not set in the model.

```
