Recommend this page to a friend! |
Classes of Barton Phillips | > | PHP RSS Feed Parser Class | > | composer.json | > | 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\\": "./" } } } |