Download the PHP package evolver/diagnostics without Composer
On this page you can find all versions of the php package evolver/diagnostics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download evolver/diagnostics
More information about evolver/diagnostics
Files in evolver/diagnostics
Package diagnostics
Short Description Configurable diagnostic tests for PHP applications
License BSD-3-Clause
Informations about the package diagnostics
Diagnostics
Configurable diagnostic tests for PHP applications based on ZendDiagnostics
Requirements
This application has the following requirements:
- PHP 5.4 or higher
Installation
You can install this application in two different ways
As a Phar release (recommended)
Download the latest release to yor project root
As a Composer dependency
Install Composer in your project:
Create a composer.json
file in your project root:
Install this package via Composer:
Or add this package as a requirement to an existing project:
Usage
Create a diagnostics.yml
file in your project root:
You may specify any other diagnostic checks according to the sample above
This application ships with some additional diagnostic checks:
- PhpExtension - make sure given extension is (not) loaded in a defined version
Run diagnostic checks:
- with the Phar release:
$ php diagnostics.phar check
- with the Composer binary:
$ vendor/bin/diagnostics check
Additional diagnostic checks
This package comes with some additional diagnostic checks
PhpExtension
Make sure that a given extension is loaded
Make sure that a given extension is loaded in a defined version
Make sure that a given extension is absent
All versions of diagnostics with dependencies
herrera-io/version Version ~1.1
symfony/console Version ~2.6
symfony/yaml Version ~2.6
zendframework/zenddiagnostics Version ~1.0