Skip to content

peco8/RSSFeeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSSFeeder

Step 1: Set up

Set up the url which you will be fetching from within settings/inputSettings.php

<?php

return [

    /*
    |-----------------------------------------------------------------
    | Default Url
    |-----------------------------------------------------------------
    |
    | You can set up the Url
    |
    */

    'url' => '',

];

Step 2: Run

  • With Console
php index.php
  • With Browser
php -S localhost:8000 index.php

Contribution

Pull requests are welcome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages