jdecool / jsonfeed
PHP JSONFeed library
Installs: 5 268
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 4
Forks: 6
Open Issues: 0
Requires
- php: >=7.3.0
- symfony/property-access: ^4.4|^5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-13 23:34:04 UTC
README
JSONFeed 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