Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

PHP library for managing JSON Feed — a new format similar to RSS and Atom but in JSON.

Awesome Lists containing this project

README

        

JSONFeed
========

[![Build Status](https://travis-ci.org/jdecool/jsonfeed.svg?branch=master)](https://travis-ci.org/jdecool/jsonfeed?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jdecool/jsonfeed/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jdecool/jsonfeed/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/jdecool/jsonfeed/v/stable.png)](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)