https://github.com/jdecool/jsonfeed
PHP library for managing JSON Feed — a new format similar to RSS and Atom but in JSON.
https://github.com/jdecool/jsonfeed
hacktoberfest jsonfeed jsonfeed-generator library protocol
Last synced: 8 days ago
JSON representation
PHP library for managing JSON Feed — a new format similar to RSS and Atom but in JSON.
- Host: GitHub
- URL: https://github.com/jdecool/jsonfeed
- Owner: jdecool
- License: mit
- Archived: true
- Created: 2017-05-24T22:46:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T19:02:45.000Z (over 2 years ago)
- Last Synced: 2025-05-13T17:09:31.713Z (9 days ago)
- Topics: hacktoberfest, jsonfeed, jsonfeed-generator, library, protocol
- Language: PHP
- Homepage:
- Size: 52.7 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JSONFeed
========[](https://travis-ci.org/jdecool/jsonfeed?branch=master)
[](https://scrutinizer-ci.com/g/jdecool/jsonfeed/?branch=master)
[](https://packagist.org/packages/jdecool/jsonfeed)[JSONFeed](https://jsonfeed.org) is a pragmatic syndication format, like RSS and Atom, but with one big difference:
it’s JSON instead of XML.This library provides functionnalits for mananaging feed through your PHP code. It provides a natural syntax for accessing
elements of feed.To learn how to use the library, [read the documentation](doc/index.md)