sebastian / environment
Provides functionality to handle HHVM/PHP environments
Fund package maintenance!
sebastianbergmann
Installs: 659 410 437
Dependents: 63
Suggesters: 1
Security: 0
Stars: 6 718
Watchers: 6
Forks: 35
Open Issues: 2
- dev-main / 7.2.x-dev
- 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
This package is auto-updated.
Last update: 2024-10-29 07:07:10 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