PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Barton Phillips   PHP RSS Feed Parser Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP RSS Feed Parser Class
Parse RSS 2.0 feeds and extract all the items
Author: By
Last change:
Date: 7 years ago
Size: 557 bytes
 

Contents

Class file image Download
{ "name": "bartonlp/rssfeed", "description": "Reads RSS feeds", "version": "dev-master", "license": "MIT", "authors": [ { "name": "Barton Phillips", "email": "bartonphillips@gmail.com", "homepage": "http://www.bartonphillips.com" } ], "repositories": [ { "type": "git", "url": "https://github.com/bartonlp/rssfeed.git" } ], "require": { "php": ">=5.3" }, "minimum-stability": "stable", "autoload": { "psr-4": { "bartonlp\\": "./" } } }