PHPackages                             weleoka/crssb - 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. weleoka/crssb

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

weleoka/crssb
=============

Simple Pie wrapper CRSSB for simplepie

015JavaScript

Since Dec 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/weleoka/crssb)[ Packagist](https://packagist.org/packages/weleoka/crssb)[ RSS](/packages/weleoka-crssb/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

weleoka/crssb
=============

[](#weleokacrssb)

PHP class for wrapping simplepie parser with RSS functionality.

The B version has unit testing. crssb.

By Kai Weeks, .

[![Build Status](https://camo.githubusercontent.com/8e918c091ebbeaa4177726abd0af57e1b0f4a04f5152c9092ba7c879bb1a054e/68747470733a2f2f7472617669732d63692e6f72672f77656c656f6b612f63727373622e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/weleoka/crssb)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9aff120bdcfe160b5db2e60218212669b37f3cbefff4ff970d9341f8368a5b3d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f77656c656f6b612f63727373622f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/weleoka/crssb/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/ee107e6eade5694042b4847f62c6964d39baeda44e60fc2c6200a0599cc46d16/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f77656c656f6b612f63727373622f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/weleoka/crssb/?branch=master)

The PHP Class has the functions to output latest feed, a brief list of recent feeds, and then the whole feed entity. oneFeed(), streamlineFeed() and printFeed() respectively give output.

PHPUnit tests can be found by running the /test/config.php with PHPUnit.

Please give feedback on any improvements that you would like to see. And report bugs to !!!!

License
-------

[](#license)

This software is free software and carries a MIT license.

Setup for Anax-MVC
------------------

[](#setup-for-anax-mvc)

Important: The cache folder in /src has to be writable to the webserver for Crss to work. Important: For production environment if running apache-server be aware of the .htaccess in webroot.

- Clone a version of Anax-MVC from
- Install composer.phar in Anax-MVC root directory.
- Modify composer.json by adding the required packages (note: simplepie is not required but needs to be installed in Crssb directory): "require": { "weleoka/crssb": "dev-master" }
- Run the composer config and update commands to get the latest packagist.com dev of weleoka/crssb istalled in the vendor directory. Then again run config and update on composer.phar in the Crssb directory which already has included a composer.json file. This installs SimplePie as a dependency for crssb.

\*Then copy this code into Anax-MVC's webroot/hello.php

$feed = new \\Weleoka\\Crssb\\Crssb( \[ '' \]); $app-&gt;views-&gt;add($feed-&gt;printFeed());

- Substitute the feed for any other RSS of your choice.
- For basic formatting copy weleoka/crssb/webroot/css/rss.css to Anax-MVC/webroot/css directory for basic styling.
- Enjoy!!!

History
-------

[](#history)

v1.0.1 (latest)

v1.0.1 (2014-12-13) v1.0 (2014-12-12)

```
 .
..:  Copyright (c) 2013 - 2014 Kai Weeks, me@eeee.se

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7291632?v=4)[Kai Weeks](/maintainers/weleoka)[@weleoka](https://github.com/weleoka)

### Embed Badge

![Health badge](/badges/weleoka-crssb/health.svg)

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

###  Alternatives

[96qbhy/baidu-aip

百度 AI 开放平台 php-sdk

594.2k](/packages/96qbhy-baidu-aip)

PHPackages © 2026

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