PHPackages                             casivaagustin/feedtcher - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. casivaagustin/feedtcher

ActiveLibrary[HTTP &amp; Networking](/categories/http)

casivaagustin/feedtcher
=======================

Gets ATOM and RSS Feeds

1.0.2(10y ago)0401[1 issues](https://github.com/casivaagustin/feedtcher/issues)MITPHPPHP &gt;=5.3.1

Since Jan 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/casivaagustin/feedtcher)[ Packagist](https://packagist.org/packages/casivaagustin/feedtcher)[ Docs](https://github.com/casivaagustin/feedtcher)[ RSS](/packages/casivaagustin-feedtcher/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Feedtcher
=========

[](#feedtcher)

Library for fetch RSS and ATOM Feeds

How to use it
=============

[](#how-to-use-it)

Just add this library to your composer.json, or set the paths for your autoloader. Add PHRequests and HTML Purifier as dependency also.

And just do something like this in your code.

```
    $url = 'http://casivaagustin.com.ar/?feed=rss2';
    $feed = Feedtcher\Feedtcher::fetch($url);
```

This will return a Feed Object with a collection of Entries. Feed does not have all the possible entries from the feed, it just fetch.

- Title
- Description
- Link
- Date
- Author

And Entries have

- Title
- Description
- Author
- Date
- Link

To get Feed fields just read as attributes.

```
  $feed->title ...
  $feed->link  ...
```

And for Entries use the feed object as array

```
  $feed[0]->title ...
  $feed[0]->description ...
  $feed[0]->author ...
```

Works with RSS and ATOM.

That is all !

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~18 days

Total

2

Last Release

3737d ago

### Community

Maintainers

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

---

Top Contributors

[![casivaagustin-zz](https://avatars.githubusercontent.com/u/673481?v=4)](https://github.com/casivaagustin-zz "casivaagustin-zz (6 commits)")[![casivaagustin](https://avatars.githubusercontent.com/u/95085603?v=4)](https://github.com/casivaagustin "casivaagustin (1 commits)")

---

Tags

httprestcurlatomrss

### Embed Badge

![Health badge](/badges/casivaagustin-feedtcher/health.svg)

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

###  Alternatives

[nategood/httpful

A Readable, Chainable, REST friendly, PHP HTTP Client

1.8k17.2M267](/packages/nategood-httpful)[voku/httpful

A Readable, Chainable, REST friendly, PHP HTTP Client

16183.9k1](/packages/voku-httpful)[e-moe/guzzle6-bundle

Integrates Guzzle 6 into your Symfony application

11259.2k](/packages/e-moe-guzzle6-bundle)[msankhala/parsehub-php

Php wrapper classes for Parsehub REST api.

1312.4k](/packages/msankhala-parsehub-php)

PHPackages © 2026

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