PHPackages                             christopher-paul-shaw/article - 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. christopher-paul-shaw/article

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

christopher-paul-shaw/article
=============================

FileBased Article Management

0.0.6(7y ago)0430[1 issues](https://github.com/christopher-paul-shaw/Article/issues)[1 PRs](https://github.com/christopher-paul-shaw/Article/pulls)PHPPHP ^7.1

Since Oct 2Pushed 7y agoCompare

[ Source](https://github.com/christopher-paul-shaw/Article)[ Packagist](https://packagist.org/packages/christopher-paul-shaw/article)[ RSS](/packages/christopher-paul-shaw-article/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

Summary
=======

[](#summary)

This class interacts with articles stored within files on disk, and allows listing, searching and viewing of the files.

Usage
=====

[](#usage)

```
$article = new Article();

# List All Articles
$list = $article->list();

# Search Articles
$search = $article->list("Your Search Term");

# Load (View)
$view = $article->load("your-file");

# Get List Of Categories
$categories = $article->getCategories();

```

Test
====

[](#test)

As features are added, there will be new tests to prove they work as intended. You can run the tests yourself using the following command.

```
vendor/bin/phpunit test

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.5% 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 ~22 days

Recently: every ~28 days

Total

6

Last Release

2667d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bafba22afd8eaab18fa018a05f6d8082881138b6fd434615047ca07b1620a79?d=identicon)[chris-shaw](/maintainers/chris-shaw)

---

Top Contributors

[![christopher-paul-shaw](https://avatars.githubusercontent.com/u/12035126?v=4)](https://github.com/christopher-paul-shaw "christopher-paul-shaw (39 commits)")[![LukasLen](https://avatars.githubusercontent.com/u/24789557?v=4)](https://github.com/LukasLen "LukasLen (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/christopher-paul-shaw-article/health.svg)

```
[![Health](https://phpackages.com/badges/christopher-paul-shaw-article/health.svg)](https://phpackages.com/packages/christopher-paul-shaw-article)
```

PHPackages © 2026

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