sebastian / environment
Provides functionality to handle HHVM/PHP environments
9.0.0
2026-02-06 04:43 UTC
- dev-main / 9.1.x-dev
- 9.0.0
- 8.0.x-dev
- 8.0.3
- 8.0.2
- 8.0.1
- 8.0.0
- 7.2.x-dev
- 7.2.1
- 7.2.0
- 7.1.0
- 7.0.0
- 6.1.x-dev
- 6.1.0
- 6.0.1
- 6.0.0
- 5.1.x-dev
- 5.1.5
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.2.x-dev
- 4.2.5
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.2
- 4.0.1
- 3.1.0
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.0
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0.0
- dev-issue-64/ini-setting-with-special-characters-breaks-parsing
This package is auto-updated.
Last update: 2026-03-05 11:19:17 UTC
README
sebastian/environment
This component provides functionality that helps writing PHP code that has runtime-specific (PHP / HHVM) execution paths.
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