onisep/ibexa-health-check-bundle

There is no license information available for the latest version (v3.0.0) of this package.
Maintainers

👁 onisep

Package info

github.com/onisep/ibexa-health-check-bundle

pkg:composer/onisep/ibexa-health-check-bundle

Statistics

Installs: 8 899

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v3.0.0 2025-11-06 15:31 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 9679228faddec4856de971b168a2805aa95fe911

This package is not auto-updated.

Last update: 2026-06-15 16:27:04 UTC


README

Symfony bundle to make sure the tools used are working properly.

Requirements

  • php: >=8.3
  • ibexa: 5.0+

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

$ composer require onisep/ibexa-health-check-bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

Step 2: Enable the Bundle

Add Onisep\IbexaHealthCheckBundle\IbexaHealthCheckBundle::class => ['all' => true], in the config/bundles.php file.

Like this:

<?php

return [
 // ...
 Onisep\IbexaHealthCheckBundle\IbexaHealthCheckBundle::class => ['all' => true],
 // ...
];

Step 3: Import bundle routing file

# app/config/routing.yml or config/routing.yaml

_healthCheck:
 resource: '@IbexaHealthCheckBundle/Resources/config/routes.yaml'

License

This package is licensed under the MIT license.