PHPackages                             piripasa/article-manager - 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. piripasa/article-manager

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

piripasa/article-manager
========================

A Reusable Article Manager for Laravel Projects

29PHP

Since Jan 26Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Article Manager Package
===============================

[](#laravel-article-manager-package)

This package provides you with a simple tool to set up a new package and it will let you focus on the development of the package instead of the boilerplate.

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

[](#installation)

Via Composer

```
$ composer require piripasa/article-manager dev-master
```

If you do not run Laravel 5.5 (or higher), then add the service provider in `config/app.php`:

```
Piripasa\ArticleManager\ArticleManagerServiceProvider::class,
```

If you do run the package on Laravel 5.5+, [package auto-discovery](https://medium.com/@taylorotwell/package-auto-discovery-in-laravel-5-5-ea9e3ab20518) takes care of the magic of adding the service provider.

Afterwards, publish the migrations and views so you can customize as needed.

```
$ php artisan vendor:publish --provider="Piripasa\ArticleManager\ArticleManagerServiceProvider"
```

### Tests

[](#tests)

Currently, no tests have been written but that should be very soon.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/eec045e2dbf8bee6ae35efd1cff8a82e60771b614778a79cac6913519e107b3e?d=identicon)[piripasa](/maintainers/piripasa)

---

Top Contributors

[![piripasa](https://avatars.githubusercontent.com/u/931897?v=4)](https://github.com/piripasa "piripasa (8 commits)")

### Embed Badge

![Health badge](/badges/piripasa-article-manager/health.svg)

```
[![Health](https://phpackages.com/badges/piripasa-article-manager/health.svg)](https://phpackages.com/packages/piripasa-article-manager)
```

PHPackages © 2026

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