Dashboard sipadu mbip
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
root d8c1b4a1be initial vor 5 Jahren
..
.github initial vor 5 Jahren
src initial vor 5 Jahren
tests initial vor 5 Jahren
.gitignore initial vor 5 Jahren
.php_cs.dist initial vor 5 Jahren
.travis.yml initial vor 5 Jahren
ChangeLog.md initial vor 5 Jahren
LICENSE initial vor 5 Jahren
README.md initial vor 5 Jahren
build.xml initial vor 5 Jahren
composer.json initial vor 5 Jahren
phpunit.xml initial vor 5 Jahren

README.md

sebastian/environment

This component provides functionality that helps writing PHP code that has runtime-specific (PHP / HHVM) execution paths.

Latest Stable Version Minimum PHP Version Build Status

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/environment

If you only need this library during development, for instance to run your project’s test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/environment