PHPackages                             mattitjaab/laravel-cision-feed - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. mattitjaab/laravel-cision-feed

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

mattitjaab/laravel-cision-feed
==============================

Fetch and parse Cision press releases via RSS and article HTML in Laravel.

v2.1(1y ago)00[4 PRs](https://github.com/MattitjaAB/laravel-cision-feed/pulls)MITPHPPHP ^8.3CI passing

Since Sep 30Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/MattitjaAB/laravel-cision-feed)[ Packagist](https://packagist.org/packages/mattitjaab/laravel-cision-feed)[ Docs](https://github.com/mattitjaab/laravel-cision-feed)[ GitHub Sponsors]()[ RSS](/packages/mattitjaab-laravel-cision-feed/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (15)Versions (11)Used By (0)

Laravel Cision Feed
===================

[](#laravel-cision-feed)

[![Latest Version on Packagist](https://camo.githubusercontent.com/386bbe9b6e5ac9ec95aa5f8cc4cab59d4b84c7194c9f741f6fe6456917beb62e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61747469746a6161622f6c61726176656c2d636973696f6e2d666565642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mattitjaab/laravel-cision-feed)[![GitHub Tests Action Status](https://camo.githubusercontent.com/07f53474d575cb6b03c8b769eb9ac216547be2c95f8004228b211b0179dff05c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d61747469746a6161622f6c61726176656c2d636973696f6e2d666565642f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/mattitjaab/laravel-cision-feed/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/2c95fa4c5c6c7a3bc777ac1b27004d8e672626daaf37634c1c9d156844a41ab5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d61747469746a6161622f6c61726176656c2d636973696f6e2d666565642f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/mattitjaab/laravel-cision-feed/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/973002591c72bc262bbc3dc45036b0e95adff2d07d376de9a89d75f55332e3b3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61747469746a6161622f6c61726176656c2d636973696f6e2d666565642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mattitjaab/laravel-cision-feed)

A Laravel package for retrieving and parsing data from [Cision News](https://news.cision.com/se). Fetch press releases, financial reports, media posts, and structured article content using a simple and expressive API.

---

Features
--------

[](#features)

- Retrieve Cision RSS feeds by type (Press, News, Financial, Media)
- Parse article pages and extract clean structured HTML
- Automatically handles encoding, formatting, and clean-up of content
- Fully testable and extensible

---

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

[](#installation)

```
composer require mattitjaab/laravel-cision-feed
```

You may optionally set your Cision slug in your `.env`:

```
LARAVEL_CISION_FEED_SLUG=your-cision-slug

```

---

Usage
-----

[](#usage)

```
use Mattitja\Cision\Cision;

$cision = new Cision();

// Fetch RSS entries
$items = $cision->press(); // or ->news(), ->financial(), ->media()

// Fetch full content for a specific article
$article = $cision->fetchContent('https://news.cision.com/se/example-company/r/your-article-slug,c1234567');

echo $article['header'];       // Article headline
echo $article['published_at']; // ISO timestamp
echo $article['content'];      // Clean HTML
```

---

Testing
-------

[](#testing)

```
composer test
```

---

Changelog
---------

[](#changelog)

See [CHANGELOG](CHANGELOG.md) for recent changes.

---

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

[](#contributing)

Contributions are welcome! Please see [CONTRIBUTING](CONTRIBUTING.md) for guidelines.

---

Security
--------

[](#security)

If you discover any security-related issues, please refer to our [security policy](../../security/policy).

---

Credits
-------

[](#credits)

- [Mattitja AB](https://github.com/MattitjaAB)
- [All Contributors](../../contributors)

---

License
-------

[](#license)

The MIT License (MIT). See [LICENSE](LICENSE.md) for details.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance70

Regular maintenance activity

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 85.3% 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 ~252 days

Total

5

Last Release

365d ago

Major Versions

1.0.2 → v2.02025-07-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9047940?v=4)[Matze Matratze](/maintainers/Mattitja)[@mattitja](https://github.com/mattitja)

---

Top Contributors

[![mathiaspalmqvist](https://avatars.githubusercontent.com/u/51116221?v=4)](https://github.com/mathiaspalmqvist "mathiaspalmqvist (29 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelpackagersscisionhtml parsingpress releases

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mattitjaab-laravel-cision-feed/health.svg)

```
[![Health](https://phpackages.com/badges/mattitjaab-laravel-cision-feed/health.svg)](https://phpackages.com/packages/mattitjaab-laravel-cision-feed)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.8k3](/packages/defstudio-telegraph)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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