yii-simplepie yii-simplepie is a yii extension for parse rss feeds

  1. Requirements
  2. Usage
  3. Resources

...overview of the extension...

Requirements

...requirements of using this extension (e.g. Yii 1.1 or above)...

Usage

Config: ~~~

'simplepie' => array(
    'class' => 'ext.simplepie-library.bootstrap'
),

Controller:

$feed = Yii::app -> simplepie->config(array(

    'set_feed_url' => $rssFeed,
    'enable_cache' => true,
    'set_cache_location' => Yii::app()->runtimePath . DIRECTORY_SEPARATOR . 'cache'
))->parse();

$feeds = $feed->items; ~~~

Resources

Github:https://github.com/zhebegin/yii-simplepie/</a>

0 0
2 followers
0 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Web Service
Tags: rss, simplepie
Developed by: zhexiao
Created on: Sep 12, 2014
Last updated: 9 years ago

Related Extensions