PHPackages                             seiger/sarticles - 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. [Admin Panels](/categories/admin)
4. /
5. seiger/sarticles

ActiveEvolutioncms-module[Admin Panels](/categories/admin)

seiger/sarticles
================

Blog News and Articles Management Module for Evolution CMS admin panel.

v1.1.5(3mo ago)3125[1 issues](https://github.com/Seiger/sArticles/issues)GPL-3.0BladePHP ^8.3

Since Sep 8Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Seiger/sArticles)[ Packagist](https://packagist.org/packages/seiger/sarticles)[ RSS](/packages/seiger-sarticles/feed)WikiDiscussions main Synced 1mo ago

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

sArticles for Evolution CMS
===========================

[](#sarticles-for-evolution-cms)

[![Latest Stable Version](https://camo.githubusercontent.com/a226da4c9d7f34fb49d9b9ae7158eb4d12b1a58a6204ca80a9734972cfee9242/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365696765722f7361727469636c65733f6c6162656c3d76657273696f6e)](https://packagist.org/packages/seiger/sarticles)[![CMS Evolution](https://camo.githubusercontent.com/7c60e51aeffcac06f808665cb99acb6e3422e0821c3f41397c4cfeceb176ccfd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f434d532d45766f6c7574696f6e2d627269676874677265656e2e737667)](https://github.com/evolution-cms/evolution)[![PHP version](https://camo.githubusercontent.com/12758b3b7d3c589a53b62f2de01db6cc1cf205628b4f5d6f25973bdcc12bfe76/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7365696765722f7361727469636c6573)](https://camo.githubusercontent.com/12758b3b7d3c589a53b62f2de01db6cc1cf205628b4f5d6f25973bdcc12bfe76/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7365696765722f7361727469636c6573)[![License](https://camo.githubusercontent.com/f0c6efa0c6e38ce4305a43738e772c506595302177b793e2a3cde945388d8c17/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7365696765722f7361727469636c6573)](https://packagist.org/packages/seiger/sarticles)[![Issues](https://camo.githubusercontent.com/e9cb88c7c700c301b3b392997d94dda1f03d8f7b01b3f566d97bae1259f57b2c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f5365696765722f7361727469636c6573)](https://github.com/Seiger/sarticles/issues)[![Stars](https://camo.githubusercontent.com/e74ef7dc20ae5bab38b1deead73b55a0af0c11a52c3496c2834b143579cf652f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f5365696765722f7361727469636c6573)](https://packagist.org/packages/seiger/sarticles)[![Total Downloads](https://camo.githubusercontent.com/060f017c0884be16a8f78859747fdc5e41c5827b72df094f79b7ee13e3387447/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7365696765722f7361727469636c6573)](https://packagist.org/packages/seiger/sarticles)

**sArticles** Blog News and Articles Management Module for Evolution CMS admin panel.

Install by artisan package installer
------------------------------------

[](#install-by-artisan-package-installer)

Run in you /core/ folder:

```
php artisan package:installrequire seiger/sarticles "*"
```

Generate the config file in **core/custom/config/cms/settings** with name **sarticles.php** the file should return a comma-separated list of templates.

```
php artisan vendor:publish --provider="Seiger\sArticles\sArticlesServiceProvider"
```

Run make DB structure with command:

```
php artisan migrate
```

Events
------

[](#events)

```
/*
 * Set default value for sArticles field
 */
Event::listen('evolution.sArticlesManagerValueEvent', function($params) {
    $result = '';
    if ($params['type'] == 'article') {
        if ($params['field'] == 'description') {
            $result = '';
        }
    }
    return $result;
});
```

```
/*
 * Add some html after the field
 */
Event::listen('evolution.sArticlesManagerAddAfterEvent', function($params) {
    $result = '';
    if ($params['type'] == 'idea') {
        if ($params['field'] == 'published_at') {
            $result = '';
        }
    }
    return $result;
});
```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance78

Regular maintenance activity

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~127 days

Recently: every ~183 days

Total

8

Last Release

91d ago

PHP version history (4 changes)1.0.0PHP &gt;=7.4

1.0.1PHP ^8

1.1.0PHP ^8.1

v1.1.3PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/45df310de1ec27dc7eaf1c505371f79f2f36c2078da13c83acb421509affab84?d=identicon)[seiger](/maintainers/seiger)

---

Top Contributors

[![Seiger](https://avatars.githubusercontent.com/u/12029039?v=4)](https://github.com/Seiger "Seiger (103 commits)")

---

Tags

evocmsevolution-cms

### Embed Badge

![Health badge](/badges/seiger-sarticles/health.svg)

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

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)[magefan/module-admin-user-guide

Admin panel user guides.

132.5M1](/packages/magefan-module-admin-user-guide)[resma/filament-awin-theme

A modern, responsive, and customizable theme for FilamentPHP, designed to elevate your admin panel with a sleek interface and seamless user experience.

1714.6k](/packages/resma-filament-awin-theme)

PHPackages © 2026

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