PHPackages                             avfigueredo/feedvel - 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. avfigueredo/feedvel

ActiveLibrary

avfigueredo/feedvel
===================

Package to obtain the feed rss

1.0.0(4y ago)17MITPHPPHP ^8.0

Since Jun 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/avfigueredo/feedvel)[ Packagist](https://packagist.org/packages/avfigueredo/feedvel)[ Docs](https://github.com/avfigueredo/feedvel)[ GitHub Sponsors](https://github.com/avfigueredo)[ RSS](/packages/avfigueredo-feedvel/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (1)Dependencies (10)Versions (3)Used By (0)

Feedvel
=======

[](#feedvel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f02b6e041e4d1ca2b5b1041b0f2d00bcd0925bbe57fb60dcd41d0b34812c3c67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617666696775657265646f2f6665656476656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/avfigueredo/feedvel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/51946bd99505203b7d59baac08701f508c01e1618d882e76de035d90da6f652d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f617666696775657265646f2f6665656476656c2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/avfigueredo/feedvel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/579aca41a52a9e74085fc0d46ba97dc2d4168138172636cd84e740c0745349b7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f617666696775657265646f2f6665656476656c2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/avfigueredo/feedvel/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/d14e88ad8327881c591811f506ec325b0ea7e507d0d8b0de1edd05f0925104df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617666696775657265646f2f6665656476656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/avfigueredo/feedvel)

About
-----

[](#about)

This package provides an easy way to obtain the feed RSS from a site.

Requirements
------------

[](#requirements)

`PHP 8.0`

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

[](#installation)

You can install the package via composer:

```
composer require avfigueredo/feedvel
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Avfigueredo\Feedvel\FeedvelServiceProvider" --tag="feedvel-config"
```

This is the contents of the published config file:

```
return [
    //Specifies the date format.
    'date_format' => 'd/m/Y H:i:s'
];
```

Commands
--------

[](#commands)

You can run the command below passing the URL as a parameter to check if the site has a feed.

```
php artisan feedvel:feed https://www.theminimalists.com/feed/
```

```
+------+-----------------+-------+
| Feed | Title           | Posts |
+------+-----------------+-------+
| OK   | The Minimalists | 10    |
+------+-----------------+-------+
```

Usage
-----

[](#usage)

```
use Avfigueredo\Feedvel\Feedvel;

$feed = Feedvel::from('https://www.theminimalists.com/feed/');

$feed->successful(); // bool
$feed->error(); // returns the message error.

// Content
$feed->title(); // returns the title.
$feed->author(); // returns the author.
$feed->authors(); // returns the authors.
$feed->posts(); // returns the posts.
$feed->original(); // returns the original simple pie object.
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Andre Figueredo](https://github.com/avfigueredo)
- [Simple Pie](http://simplepie.org/wiki/)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1789d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e327568c042da1df5cf5d2a85387446be03fef01aac7c95667fff4c75e5ca389?d=identicon)[avfiguredo](/maintainers/avfiguredo)

---

Top Contributors

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

---

Tags

laravelavfigueredofeedvel

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/avfigueredo-feedvel/health.svg)

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

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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