PHPackages                             mferrara/server-siren - 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. mferrara/server-siren

ActiveLibrary

mferrara/server-siren
=====================

Someone has to sound the alarm..

00[2 PRs](https://github.com/mferrara/server-siren/pulls)PHP

Since Mar 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mferrara/server-siren)[ Packagist](https://packagist.org/packages/mferrara/server-siren)[ RSS](/packages/mferrara-server-siren/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Someone has to sound the alarm..
================================

[](#someone-has-to-sound-the-alarm)

[![Latest Version on Packagist](https://camo.githubusercontent.com/482d91e6dcd5bfb78a396097d33ee44a2a1d2ce2f7020b1dfc7a200e8c700f56/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d666572726172612f7365727665722d736972656e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mferrara/server-siren)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7ac945eebb56e8c63a53f03a6d197b5b072c4bf7ac6a5d5e5b912a0b88dbe7d7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d666572726172612f7365727665722d736972656e2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/mferrara/server-siren/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/74ef8c62e9063e368c496a38173962f9974c894ecdb9e833afd67b4a9f8a4319/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d666572726172612f7365727665722d736972656e2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/mferrara/server-siren/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/9e97940c095ca3c12394822884073e30d2a8b91b42140bfb9b5ce827d37f8d9e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d666572726172612f7365727665722d736972656e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mferrara/server-siren)

Basic metrics collection for Laravel applications.

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

[](#installation)

You can install the package via composer:

```
composer require mferrara/server-siren
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="server-siren-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="server-siren-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="server-siren-views"
```

Usage
-----

[](#usage)

Collect and store metrics

```
$siren = new Mferrara\Siren\Siren();
$siren->process();
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Mike Ferrara](https://github.com/mferrara)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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/2c7a2001af443a7d037a5a7e148040e2ccc8e11bb9e20981f76a7b20b370a4b8?d=identicon)[mferrara](/maintainers/mferrara)

---

Top Contributors

[![mferrara](https://avatars.githubusercontent.com/u/795065?v=4)](https://github.com/mferrara "mferrara (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

### Embed Badge

![Health badge](/badges/mferrara-server-siren/health.svg)

```
[![Health](https://phpackages.com/badges/mferrara-server-siren/health.svg)](https://phpackages.com/packages/mferrara-server-siren)
```

PHPackages © 2026

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