PHP Package: laminas/laminas-feed

Laminas-Feed is a powerful PHP library for generating and parsing RSS and Atom feeds with ease, ensuring better SEO results and content syndication.

Current Version: 2.23.1
Last Updated: 2025-05-13
PHP Requirement: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies:
laminas/laminas-stdlib
laminas/laminas-cache
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laminas-Feed is a feature-rich PHP library designed to simplify the creation and consumption of RSS and Atom feeds. It offers an extensive set of functions and options for feed generation, ensuring compliance with standards and optimal SEO performance. With Laminas-Feed, you can effortlessly manage feed content, metadata, and syndication, empowering seamless integration and enhanced user experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.23.1

Download Download v2.23.1

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/laminas/laminas-feed/2.23.1/loader.php';
require_once 'libs/laminas/laminas-stdlib/3.20.0/loader.php';
require_once 'libs/laminas/laminas-cache/3.13.0/loader.php';

use Laminas\Feed\Writer\Entry;

$obj = new Entry();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.