PHPackages                             box4b/systembundle - 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. box4b/systembundle

ActiveSymfony-bundle

box4b/systembundle
==================

The System Wrapper Bundle

1.0.10(9y ago)0130ISCPHPPHP &gt;=5.3.3

Since Oct 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/zipou/systembundle)[ Packagist](https://packagist.org/packages/box4b/systembundle)[ RSS](/packages/box4b-systembundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (11)Used By (0)

box4b\\SystemBundle
===================

[](#box4bsystembundle)

Bind Linux System Events (cron, init) with Symfony Event.

Configuration
-------------

[](#configuration)

\###AppKernel

add this to your registerBundles() on AppKernel :

```
new box4b\SystemBundle\SystemBundle()

```

\###For Cron

Create a `/etc/cron.d/box4bsystem` file containing :

```
* * * * *	[YOUR_USER]	/usr/bin/php [PATH_TO_SYMFONY_PROJECT]/app/console box4b:cron --env=prod > /dev/null 2> /dev/null

```

\###For Init / Systemd

Create a file calling /usr/bin/php \[PATH\_TO\_SYMFONY\_PROJECT\]/app/console box4b:init \[start|stop\]

Usage
-----

[](#usage)

Use Symfony Event Listener System to listen for events :

\###Init

- box4b\\SystemBundle\\Event\\InitEvent::EVENT\_START
- box4b\\SystemBundle\\Event\\InitEvent::EVENT\_STOP

\###Cron

- box4b\\SystemBundle\\Event\\CronEvent::EVERY\_MINUTE
- box4b\\SystemBundle\\Event\\CronEvent::EVERY\_FIVE\_MINUTES
- box4b\\SystemBundle\\Event\\CronEvent::EVERY\_HOUR
- box4b\\SystemBundle\\Event\\CronEvent::EVERY\_DAY
- box4b\\SystemBundle\\Event\\CronEvent::EVERY\_WEEK

Enjoy :)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community1

Small or concentrated contributor base

Maturity64

Established project with proven stability

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 ~21 days

Recently: every ~8 days

Total

10

Last Release

3307d ago

### Community

### Embed Badge

![Health badge](/badges/box4b-systembundle/health.svg)

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

PHPackages © 2026

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