Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 7, 2024 via composer

sebastian/environment 7.0.0

Provides functionality to handle HHVM/PHP environments
Package summary
Share
0
issues
1
license
1
BSD-3-Clause
Package created
10 Feb 2014
Version published
2 Feb 2024
Maintainers
1
Total deps
1
Direct deps
0
License
BSD-3-Clause

Issues

0
This package has no issues

Licenses

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
sebastian/environment@7.0.0
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

0
All Dependencies CSV
ⓘ This is a list of sebastian/environment 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does sebastian/environment do?

The sebastian/environment package is a valuable tool designed to streamline the handling of HHVM/PHP environments. Acting as a facilitator for writing PHP code that incorporates specific runtime paths for PHP and HHVM, its functionality makes it a popular choice for developers seeking a more streamlined workflow.

How do you use sebastian/environment?

Utilizing sebastian/environment in your project is as simple as adding it to your dependencies through Composer.

For incorporating it as a local, per-project dependency, simply enter this command in your terminal:

composer require sebastian/environment

In the case where the library is only needed during the development stage, for instance, to run your project’s test suite, it should be added as a development-time dependency with this command:

composer require --dev sebastian/environment

Where are the sebastian/environment docs?

Though the GitHub repository of sebastian/environment contains substantial details about the package, comprehensive documentation as commonly expected for various packages does not appear to be available specifically for sebastian/environment. All available information is provided on the GitHub repository itself.