Initial Commit

This commit is contained in:
Netkas 2023-08-13 18:09:44 -04:00
commit 9b588562da
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
27 changed files with 1668 additions and 0 deletions

8
tests/parse_test.php Normal file
View file

@ -0,0 +1,8 @@
<?php
require 'ncc';
import('net.nosial.rsslib');
$feed = \RssLib\RssLib::getFeed('https://rss.nytimes.com/services/xml/rss/nyt/World.xml');
var_dump($feed);