Download the PHP package vysokeskoly/app-status-bundle without Composer
On this page you can find all versions of the php package vysokeskoly/app-status-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vysokeskoly/app-status-bundle
More information about vysokeskoly/app-status-bundle
Files in vysokeskoly/app-status-bundle
Package app-status-bundle
Short Description This bundle adds a `Collector` which adds build info into your Symfony profiler.
License proprietary
Informations about the package app-status-bundle
App Status Bundle
This bundle adds a Collector
which adds buildinfo into your Symfony profiler.
Changelog
See CHANGELOG.md.
Install
Step 1
Download using composer
"require": {
"vysokeskoly/app-status-bundle" : "^5.0"
},
Step 2
Add AppStatusBundle
to AppKernel to list of loaded bundles (under dev
bundles).
AppKernel.php
Step 3
Configure required parameters for this bundle.
config.yml
source_file
You can specify source_file
which is XML file with package info.
Default value is var/buildinfo.xml
.
main_status_key
This is an optional property which tells the collector that you want to see one of status values right in the profiler.
Default value is buildBranch
All versions of app-status-bundle with dependencies
ext-simplexml Version *
ext-json Version *
beberlei/assert Version ^3.2
symfony/config Version ^6.0 || ^7.0
symfony/dependency-injection Version ^6.0 || ^7.0
symfony/http-foundation Version ^6.0 || ^7.0
symfony/http-kernel Version ^6.0 || ^7.0