PHPackages                             elseifab/wp-newslist - 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. elseifab/wp-newslist

ActiveWordpress-plugin

elseifab/wp-newslist
====================

Wordpress plugin - read more at https://github.com/elseifab/wp-newslist

3.1.beta.43(11y ago)31.1kGPL2 (http://www.gnu.org/licenses/gpl-2.0.html)PHPPHP &gt;= 5.2

Since Feb 24Pushed 7y ago2 watchersCompare

[ Source](https://github.com/elseifab/wp-newslist)[ Packagist](https://packagist.org/packages/elseifab/wp-newslist)[ Docs](https://github.com/victorjonsson/arlima)[ RSS](/packages/elseifab-wp-newslist/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (17)Used By (0)

wp-newslist
===========

[](#wp-newslist)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/elseifab/wp-newslist.git)[![Build Status](https://camo.githubusercontent.com/1e92f1158f3817941250e87841655f5789f72d14d3f797a7143a5d74f5847227/68747470733a2f2f7472617669732d63692e6f72672f656c7365696661622f77702d6e6577736c6973742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/elseifab/wp-newslist)[![GitHub release](https://camo.githubusercontent.com/d14447eefa035a088cc628e3485150e2cd2ad07b1d693c940f30d6bd8483f260/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f656c7365696661622f77702d6e6577736c6973742e737667)](https://github.com/elseifab/wp-newslist/archive/master.zip)

THIS IS A FORK FROM ARLIMA ()

**WORK IN PROGRESS**

The plugin license is converted to MIT.

The plugin in is intended to be backwards compatible with Arlima but with the following requirements:

- PHP version 7 and above.
- WordPress version 4.9 and above.

This is an open source project meaning that the time spent on this project will vary and contributions are welcome.

Some rewrites will be done as first version 3.2 planned as first stable release.

### PHPUnit

[](#phpunit)

Attention! `composer update` before any unit testing!

We run docker containers to unit tests in real WordPress (no mock). Special thanks to Frozzare!

To initialize tests with docker, run: `docker run --name mysql -e MYSQL_ALLOW_EMPTY_PASSWORD=true -d mysql:latest`

To run tests, in the plugin folder, eg: `docker run -e WP_VERSION=4.9 --rm -v $(pwd):/opt --link mysql frozzare/wptest:7.0 vendor/bin/phpunit`

PHPUnit testing with docker: [https://youtu.be/9CEoapNrrSc](Video)

---

Arlima inherited readme text:
=============================

[](#arlima-inherited-readme-text)

*This Wordpress plugin was created by Swedish newspaper Västerbottens-Kuriren to give its editorial staff an easy to use tool for customizing the front pages of their online magazines. It's used on a daily basis at  and , websites that together has over 200 000 unique visitors per week.*

Getting started
---------------

[](#getting-started)

1. Download the latest release from github and unzip the folder in your plugin directory
2. Go to "Article lists" -&gt; "Edit lists" in wp-admin and create your first article list.
3. Open up a page (or create it) in wp-admin. Down to the right you will see a meta box labeled "Arlima" where you choose the list that you created on step 2.
4. Go to "Article lists" -&gt; "Manage lists" and start stuffing your article list with interesting content.

*Tip! Install the plugin "Scissors Continued" to get even more functionality out of Arlima*

Authors
-------

[](#authors)

[@chredd](http://twitter.com/chredd) [@znoid](http://twitter.com/znoid) [@victor\_jonsson](http://twitter.com/victor_jonsson)[@lefalque](http://twitter.com/lefalque)

Wiki
----

[](#wiki)

#### User manual

[](#user-manual)

- [Publishing article lists](https://github.com/victorjonsson/Arlima/wiki/Publishing-article-lists)
- [Interface walkthrough](https://github.com/victorjonsson/Arlima/wiki/Interface-walkthrough) *(updated for version 3.0)*
- [Keyboard shortcuts in the list manager](https://github.com/victorjonsson/Arlima/wiki/Keyboard-shortcuts) *(updated for version 3.0)*
- Importing article lists from remote websites
- [Importing RSS-feeds](https://github.com/victorjonsson/Arlima/wiki/Importing-RSS-feeds)

#### Developer manual

[](#developer-manual)

- [Custom CSS](https://github.com/victorjonsson/Arlima/wiki/Custom-css)
- [Creating a custom page template](https://github.com/victorjonsson/Arlima/wiki/Writing-a-custom-page-template)
- [Filters and actions](https://github.com/victorjonsson/Arlima/wiki/Filters-and-actions) *(updated for version 3.0)*
- [Programmatically insert article lists in your template](https://github.com/victorjonsson/Arlima/wiki/Programmatically-insert-lists)
- [Creating custom article templates](https://github.com/victorjonsson/Arlima/wiki/Custom-article-templates) *(updated for version 3.0)*
- [Customized streamers](https://github.com/victorjonsson/Arlima/wiki/Custom-streamers)
- [Article formats](https://github.com/victorjonsson/Arlima/wiki/Article-formats)
- [Cache management](https://github.com/victorjonsson/Arlima/wiki/Cache-management)
- [How to modify the post search](https://github.com/victorjonsson/Arlima/wiki/Modified-search)
- [Include PHP files in articles](https://github.com/victorjonsson/Arlima/wiki/File-includes)
- [Article list sections](https://github.com/victorjonsson/Arlima/wiki/Article-list-sections)
- Using Arlima in the ordinary category loop
- [Modifing the list manager with javascript](https://github.com/victorjonsson/Arlima/wiki/Modifing-the-list-manager-with-javascript) *(updated for version 3.0)*

#### Contributer manual

[](#contributer-manual)

- [Install, configure and build](https://github.com/victorjonsson/Arlima/wiki/Install,-configure-and-build)
- [Server-side, in depth](https://github.com/victorjonsson/Arlima/wiki/Server-side,-in-depth)
- [Front-end, in depth](https://github.com/victorjonsson/Arlima/wiki/Front-end,-in-depth)

#### Misc

[](#misc)

- [Upgrading from version 2.x to 3.0](https://github.com/victorjonsson/Arlima/wiki/Upgrading-from-version-2.x-to-3.0)
- [Using other plugins together with Arlima](https://github.com/victorjonsson/Arlima/wiki/Extending-arlima)
- [FAQ](https://github.com/victorjonsson/Arlima/wiki/FAQ)

Some websites using this plugin
-------------------------------

[](#some-websites-using-this-plugin)

-
-
-
-
-
-
-
-
-
-

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.8% 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 ~26 days

Recently: every ~31 days

Total

15

Last Release

4084d ago

### Community

Maintainers

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

---

Top Contributors

[![victorjonsson](https://avatars.githubusercontent.com/u/429182?v=4)](https://github.com/victorjonsson "victorjonsson (326 commits)")[![johnbergvall](https://avatars.githubusercontent.com/u/1251711?v=4)](https://github.com/johnbergvall "johnbergvall (21 commits)")[![ekandreas](https://avatars.githubusercontent.com/u/1794603?v=4)](https://github.com/ekandreas "ekandreas (19 commits)")[![DUAB-Johan](https://avatars.githubusercontent.com/u/418302?v=4)](https://github.com/DUAB-Johan "DUAB-Johan (6 commits)")[![chredd](https://avatars.githubusercontent.com/u/2558908?v=4)](https://github.com/chredd "chredd (4 commits)")[![carlgrundberg](https://avatars.githubusercontent.com/u/928407?v=4)](https://github.com/carlgrundberg "carlgrundberg (1 commits)")[![grzegorzkurtyka](https://avatars.githubusercontent.com/u/3177835?v=4)](https://github.com/grzegorzkurtyka "grzegorzkurtyka (1 commits)")[![drawski](https://avatars.githubusercontent.com/u/3234828?v=4)](https://github.com/drawski "drawski (1 commits)")[![marekwojtaszek](https://avatars.githubusercontent.com/u/2885298?v=4)](https://github.com/marekwojtaszek "marekwojtaszek (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/elseifab-wp-newslist/health.svg)

```
[![Health](https://phpackages.com/badges/elseifab-wp-newslist/health.svg)](https://phpackages.com/packages/elseifab-wp-newslist)
```

PHPackages © 2026

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