2017 © Pedro Peláez
 

library feedseek

A simple Auto-discovering feed links tool/library for PHP

image

norikt/feedseek

A simple Auto-discovering feed links tool/library for PHP

  • Wednesday, October 22, 2014
  • by norikt
  • Repository
  • 0 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Feedseek

A simple feed link Auto-discovering tool for PHP, (*1)

Build Status, (*2)

Requirements

  • php>=5.4

Installation

via composer, (*3)

$ composer require norikt/feedseek dev-master

Usage

example:, (*4)

<?php

Feedseek::find('http://www.example.com/');
// ['http://www.example.com/rss', 'http://www.example.com/atom']

Feedseek::find(['http://www.example.com/','http://www.example2.com/']);
// ['http://www.example.com/' => [...], 'http://www.example2.com/' => [...],]

If you set to true second argument and returns the only link that has passed through the Feedvalidation of W3C., (*5)

<?php

Feedseek::find('http://www.example.com/', true)

License

MIT, (*6)

The Versions

22/10 2014

dev-master

9999999-dev

A simple Auto-discovering feed links tool/library for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar norikt

atom rss feeds

21/10 2014

0.0.1

0.0.1.0

A simple Auto-discovering feed links tool/library for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar norikt

atom rss feeds