2017 © Pedro Peláez
 

library rss_fs

Create a RSS feed from filesystem directory

image

alphayax/rss_fs

Create a RSS feed from filesystem directory

  • Sunday, March 26, 2017
  • by alphayax
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

alphayax/rss_fs

Latest Stable Version Latest Unstable Version Codacy Badge Codacy Badge, (*1)

pakagist Total Downloads License, (*2)

This composer library allow you to generate RSS stream form a file system folder., (*3)

Setup

composer require alphayax/rss_fs

Exemple

require_once '../vendor/autoload.php';

$directory = new \alphayax\rssfs\model\Directory( $directoryToServe);
$directory->setAccessUrl( $urlToAccessDirectory);
$directory->setTitle( $titleOfTheRssFeed);
$directory->setDescription( $descriptionOfTheRssFeed);
$directory->setLanguage( $language);

$a = new \alphayax\rssfs\controller\Page( $directory, true);
$a->display();

The Versions

26/03 2017

dev-master

9999999-dev

Create a RSS feed from filesystem directory

  Sources   Download

LGPL 3

The Development Requires

by Avatar alphayax

26/03 2017

1.1.2

1.1.2.0

Create a RSS feed from filesystem directory

  Sources   Download

LGPL 3

The Development Requires

by Avatar alphayax

21/03 2017

1.1.1

1.1.1.0

Create a RSS feed from filesystem directory

  Sources   Download

LGPL 3

by Avatar alphayax

21/03 2017

1.1.0

1.1.0.0

Create a RSS feed from filesystem directory

  Sources   Download

LGPL 3

by Avatar alphayax

20/03 2017

1.0.0

1.0.0.0

Create a RSS feed from filesystem directory

  Sources   Download

LGPL 3

by Avatar alphayax