lgy 82b749740f second 1 týždeň pred
..
src 82b749740f second 1 týždeň pred
tests 82b749740f second 1 týždeň pred
.gitignore 82b749740f second 1 týždeň pred
.php_cs 82b749740f second 1 týždeň pred
.travis.yml 82b749740f second 1 týždeň pred
ChangeLog.md 82b749740f second 1 týždeň pred
LICENSE 82b749740f second 1 týždeň pred
README.md 82b749740f second 1 týždeň pred
build.xml 82b749740f second 1 týždeň pred
composer.json 82b749740f second 1 týždeň pred
phpunit.xml 82b749740f second 1 týždeň pred

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