2014-06-22 Laravel上でWordPressのRSSを解釈する まずWordPressのRSSをjson形式にする。プラグインのfeed-jsonが便利。 後はLaravel上でfeedのURLを指定すればいい。 $source = json_decode(file_get_contents('http://futari.com/?feed=json'));