PHPackages                             teamzac/larapie - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. teamzac/larapie

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

teamzac/larapie
===============

A Laravel-enhanced wrapper for the SimplePie library

v2.1.0(1mo ago)1190MITPHPPHP ^8.0CI failing

Since Mar 6Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/teamzac/larapie)[ Packagist](https://packagist.org/packages/teamzac/larapie)[ Docs](https://github.com/teamzac/laraPie)[ RSS](/packages/teamzac-larapie/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (10)Versions (10)Used By (0)

A SimplePie wrapper with Laravel support
========================================

[](#a-simplepie-wrapper-with-laravel-support)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6ae0eaf37e1a1f33af24e2625a42faeccf93a55dcf543e675d9eb6d19a4cdef5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7465616d7a61632f6c6172617069652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/teamzac/larapie)[![Build Status](https://camo.githubusercontent.com/15668dbdcf3cfa8952565dfb2ec4fe0f44d34c9ff9973e2cf0307f44e24654d0/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7465616d7a61632f6c6172617069652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/teamzac/larapie)

SimplePie is a popular and feature-rich PHP library for parsing RSS/Atom feeds, but I don't particularly like the API. This package is just a lightweight wrapper around SimplePie that provides a slightly different API along with Laravel support.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require teamzac/larapie
```

Usage
-----

[](#usage)

```
$feed = LaraPie::feed('https://your-feed-url/here.rss')->get();
$feed->items()->each(function($item) {
  echo $item->title;
});
```

The primary data types are Feed and Item.

### Feed

[](#feed)

The Feed class represents the RSS feed. It has an `items()` method which returns an `Illuminate\Support\Collection` instance of the feed items (`TeamZac\LaraPie\Item`). The Feed has the following read-only properties:

- title
- type
- links (`TeamZac\LaraPie\Links`)

### Item

[](#item)

The Item class represents a single feed item. It has the following read-only properties:

- id - usually the URL
- title
- description
- content
- categories (`Illuminate\Support\Collection` of strings)
- authors (`Illuminate\Support\Collection` of `TeamZac\LaraPie\Author`)
- dates (`Illuminate\Support\Collection` of `Carbon\Carbon`)
- links (`Illuminate\Support\Collection` of strings)

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Chad Janicek](https://github.com/teamzac)
- [Laravel Package Boilerplate](https://laravelpackageboilerplate.com)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance89

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~276 days

Recently: every ~154 days

Total

9

Last Release

53d ago

Major Versions

v0.3 → v1.0.02024-07-18

v1.02 → v2.0.02026-02-25

PHP version history (6 changes)v0.1PHP ^7.1|^7.2

v0.2.1PHP ^7.1|^7.2|^7.3|^7.4

v0.3PHP &gt;=7.2.5

v1.0.0PHP ^8.0|^8.1|^8.2

v2.0.0PHP ^8.0|^8.1|^8.2|^8.3|^8.4

v2.1.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6fd7317d975889db1c4dc0aec0dfcd3f9f4e284634e6719891d3f47f46238be6?d=identicon)[teamzac](/maintainers/teamzac)

---

Top Contributors

[![chadjanicek](https://avatars.githubusercontent.com/u/18754689?v=4)](https://github.com/chadjanicek "chadjanicek (19 commits)")

---

Tags

teamzaclarapie

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/teamzac-larapie/health.svg)

```
[![Health](https://phpackages.com/badges/teamzac-larapie/health.svg)](https://phpackages.com/packages/teamzac-larapie)
```

###  Alternatives

[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40129.3k2](/packages/erlandmuchasaj-laravel-gzip)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
