PHPackages                             albertofem/sitestatuschecker-bundle - 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. albertofem/sitestatuschecker-bundle

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

albertofem/sitestatuschecker-bundle
===================================

3901PHP

Since Dec 2Pushed 11y agoCompare

[ Source](https://github.com/albertofem/SiteStatusCheckerBundle)[ Packagist](https://packagist.org/packages/albertofem/sitestatuschecker-bundle)[ RSS](/packages/albertofem-sitestatuschecker-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

SiteStatusCheckerBundle
=======================

[](#sitestatuscheckerbundle)

[![build status](https://camo.githubusercontent.com/c38ab825c216e772c88baef0b36ef478c26f619b92af61edab83b97a1de6a519/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f616c626572746f66656d2f53697465537461747573436865636b657242756e646c652e706e67)](http://travis-ci.org/albertofem/SiteStatusCheckerBundle) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/e9896ff92d18cad04bbf6a7966ad1463f5e01c7acd4740ebffd1263dacfad291/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c626572746f66656d2f53697465537461747573436865636b657242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d32636238363534323934366533373532346562623961336631363637343935316365353930313164)](https://scrutinizer-ci.com/g/albertofem/SiteStatusCheckerBundle/)

Symfony2 bundle to perform site status, relying on `LiipMonitorBundle`. It's specifically made for ping services, like the one from New Relic.

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

[](#installation)

Require it in composer:

```
composer require albertofem/sitestatuschecker-bundle dev-master

```

Install it:

```
composer update albertofem/sitestatuschecker-bundle

```

Add it to your bundles:

```
$bundles = array(
    ...,
    new \Liip\MonitorBundle\LiipMonitorBundle(),
    new \AFM\Bundle\SiteStatusCheckerBundle\SiteStatusCheckerBundle()
);
```

If you want to run the tests:

```
./vendor/bin/phpunit

```

Usage
-----

[](#usage)

### Configure `LiipMonitorBundle`

[](#configure-liipmonitorbundle)

Please referer to the bundle documentation:

### Configure it:

[](#configure-it)

```
site_status_checker:
    token: my_secure_token
```

### Register the controller in your routes:

[](#register-the-controller-in-your-routes)

```
status_checker:
    resource: "@SiteStatusCheckerBundle/Resources/config/routing.yml"
    prefix: /status
```

This will create a route under your prefix: `/status/check/{token}` which will return appropiate response codes:

- `403`: invalid token. Body content: `KO`
- `200`: all checks performed correctly. Body content: `OK`
- `500`: some checks are failling. Body content: `KO`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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/efe376b93750f4413814c8f96aa1a26d312e981ae58d5356414de7bf93df0005?d=identicon)[albertofem](/maintainers/albertofem)

---

Top Contributors

[![albertofem](https://avatars.githubusercontent.com/u/409472?v=4)](https://github.com/albertofem "albertofem (15 commits)")[![mayeco](https://avatars.githubusercontent.com/u/369490?v=4)](https://github.com/mayeco "mayeco (3 commits)")

### Embed Badge

![Health badge](/badges/albertofem-sitestatuschecker-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/albertofem-sitestatuschecker-bundle/health.svg)](https://phpackages.com/packages/albertofem-sitestatuschecker-bundle)
```

###  Alternatives

[mbissonho/module-remember-admin-last-page

This module allow a admin user to come back to the same page(order, customer or config management) when it's session expires.

102.1k](/packages/mbissonho-module-remember-admin-last-page)

PHPackages © 2026

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