PHPackages                             woeler/eso-news-fetcher - 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. woeler/eso-news-fetcher

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

woeler/eso-news-fetcher
=======================

A library to fetch news from ESO related websites.

v4.3.1(1y ago)111.0k↓80.1%1GPL-3.0-or-laterPHPPHP ^8.0CI failing

Since Nov 28Pushed 1y agoCompare

[ Source](https://github.com/Woeler/eso-news-fetcher)[ Packagist](https://packagist.org/packages/woeler/eso-news-fetcher)[ RSS](/packages/woeler-eso-news-fetcher/feed)WikiDiscussions master Synced 2d ago

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

Eso News Fetcher [![Build Status](https://camo.githubusercontent.com/c32a7828060dd18b113f562975a33053cea2ba0b20b56062a340f41cf2a01a2c/68747470733a2f2f7472617669732d63692e6f72672f576f656c65722f65736f2d6e6577732d666574636865722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Woeler/eso-news-fetcher)
=====================================================================================================================================================================================================================================================================================================================

[](#eso-news-fetcher-)

A PHP library that fetches news about The Elder Scrolls Online in an OOP way.

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

[](#installation)

```
composer require woeler/eso-news-fetcher
```

Usage
-----

[](#usage)

Getting official news

```
$f = new \Woeler\EsoNewsFetcher\Fetcher\NewsFetcher();

foreach ($f->fetchAll(true) as $article) {
    echo $article->getTitle();
    echo $article->getImage();
    echo $article->getDescription();
}
```

Getting live patch notes

```
$f = new \Woeler\EsoNewsFetcher\Fetcher\LivePatchNotesFetcher();

foreach ($f->fetchAll(true) as $article) {
    echo $article->getTitle();
    echo $article->getImage();
    echo $article->getDescription();
}
```

Getting pts patch notes

```
$f = new \Woeler\EsoNewsFetcher\Fetcher\PtsPatchNotesFetcher();

foreach ($f->fetchAll(true) as $article) {
    echo $article->getTitle();
    echo $article->getImage();
    echo $article->getDescription();
}
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity76

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 ~95 days

Recently: every ~232 days

Total

23

Last Release

681d ago

Major Versions

1.1.10 → 2.0.02020-01-09

2.1.0 → 3.0.02020-09-08

3.0.1 → v4.0.02022-02-03

PHP version history (4 changes)1.1.10PHP ^7.2.0

3.0.0PHP ^7.4.0

3.0.1PHP ^7.4.0 | ^8.0

v4.0.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18422096?v=4)[Woeler](/maintainers/Woeler)[@Woeler](https://github.com/Woeler)

---

Top Contributors

[![Woeler](https://avatars.githubusercontent.com/u/18422096?v=4)](https://github.com/Woeler "Woeler (53 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/woeler-eso-news-fetcher/health.svg)

```
[![Health](https://phpackages.com/badges/woeler-eso-news-fetcher/health.svg)](https://phpackages.com/packages/woeler-eso-news-fetcher)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)

PHPackages © 2026

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