PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ivan Melgrati   PHP Find RSS Feed URL   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Find RSS Feed URL
Retrieve RSS feed and extract URLs they contain
Author: By
Last change:
Date: 6 years ago
Size: 912 bytes
 

Contents

Class file image Download
{ "name": "imelgrat/feed-finder", "type": "library", "version" : "v2.0", "description": "A PHP class for extracting the URLs of RSS (1.0 and 2.0) and ATOM feeds associated to a page, as well as OPML outline documents.", "keywords": ["php","rss","rss feed","atom","atom feed","html parser","opml","opml outline","regular expression","regex","composer package","rss feed scraper","html scraper"], "homepage": "https://github.com/imelgrat/feed-finder", "license": "MIT", "authors": [ { "name": "Ivan Melgrati", "homepage": "http://imelgrat.me", "role": "Developer" } ], "autoload": { "psr-0": { "": "src/" } }, "minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=5.3.0" }, "require-dev": { "phpdocumentor/phpdocumentor": "*" } }