Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jdecool/jsonfeed
- Owner: jdecool
- License: mit
- Created: 2017-05-24T22:46:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T19:02:45.000Z (about 2 years ago)
- Last Synced: 2024-11-10T08:51:30.356Z (about 2 months ago)
- Topics: hacktoberfest, jsonfeed, jsonfeed-generator, library, protocol
- Language: PHP
- Homepage:
- Size: 52.7 KB
- Stars: 12
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)