Registry / networking / simplepie-simplepie

simplepie-simplepie

JSON →
library1.9.0phppackagistunverified

A simple Atom/RSS parsing library for PHP

composer require simplepie/simplepie
INSTALL
IMPORT
SIG · SIMPLEPIE-SIMPLEPI
S
simplepie-simplepie
networkingphpv1.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SimplePie
✓ use SimplePie\SimplePie;

Fetch and parse an RSS/Atom feed.

<?php use SimplePie\SimplePie; $feed = new SimplePie(); $feed->set_feed_url('http://example.com/feed'); $feed->init(); foreach ($feed->get_items() as $item) { echo $item->get_title(); }
Debug
Known issues
breakingRequires PHP 7.2+; older versions may have security issues.
fix
Update to the latest version and ensure PHP 7.2+.
affects: <1.9.0
Upgrade
Version history
1.9.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
simplepie-simplepie — pip install simplepie-simplepie · libregistry