Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for JSON Feeds #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

AnTheMaker
Copy link

Hi there!
I recently came across this great RSS/Atom Feed parsing library! A project of mine requires to not only support RSS and Atom feeds, but also the much newer JSON Feed Standard (https://jsonfeed.org/version/1.1) so I thought why not add support for it to this great library?
Anyways, I added support for both JSON Feed 1.0 and JSON Feed 1.1 which can be used with

$json = Feed::loadJsonfeed($url);

Hope this helps someone!

I understand that this is a RSS/Atom parser only right now so it's totally fine if you don't want to merge this PR - I'll just create my own fork then!

Have a great day!

@ghost
Copy link

ghost commented Dec 14, 2021

+1

@colin-walker
Copy link

@AnTheMaker Thanks for this. I have added it to my own fork for use with my custom reader. 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants