Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 6, 2024 via composer
Package summary
Share
1
issue
1
moderate severity
license
1
2
licenses
22
MIT
1
Artistic-1.0
Package created
14 Dec 2011
Version published
18 Apr 2023
Maintainers
4
Total deps
23
Direct deps
9
License
MIT

Issues

1

1 moderate severity issue

moderate
Recommendation: Validate that the package complies with your license policy
via: behat/transliterator@v1.5.0
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
22 Packages, Including:
behat/behat@v3.13.0
behat/gherkin@v4.9.0
psr/container@2.0.2
psr/event-dispatcher@1.0.0
symfony/config@v6.4.7
symfony/console@v6.4.7
symfony/dependency-injection@v6.4.7
symfony/deprecation-contracts@v3.5.0
symfony/event-dispatcher@v6.4.7
symfony/event-dispatcher-contracts@v3.5.0
symfony/filesystem@v7.0.7
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-intl-grapheme@v1.29.0
symfony/polyfill-intl-normalizer@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/process@v7.0.7
symfony/service-contracts@v3.5.0
symfony/string@v7.0.7
symfony/translation@v6.4.7
symfony/translation-contracts@v3.5.0
symfony/var-exporter@v7.0.7
symfony/yaml@v6.4.7

Artistic License 1.0

Weakly Protective
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
Cannot
Must
1 Packages, Including:
behat/transliterator@v1.5.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

9
All Dependencies CSV
β“˜ This is a list of behat/behat 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
behat/gherkinv4.9.073.76 kBMIT
prod
behat/transliteratorv1.5.0143.18 kBArtistic-1.0
prod
1
psr/container2.0.23.55 kBMIT
prod dev
symfony/configv6.4.7-MIT
prod dev
symfony/consolev6.4.7-MIT
prod dev
symfony/dependency-injectionv6.4.7-MIT
prod dev
symfony/event-dispatcherv6.4.7-MIT
prod dev
symfony/translationv6.4.7-MIT
prod
symfony/yamlv6.4.7-MIT
prod dev

Visualizations

Frequently Asked Questions

What does behat/behat do?

Behat is a scenario-oriented BDD (Behavior-Driven Development) framework for PHP. This robust tool helps developers conduct business expectation testing in a comprehensive and structured way. Behat has been designed to align the World Wide Web's work process with business interests, making it an invaluable asset for teams pushing for innovative forms of web interaction and visibility.

How do you use behat/behat?

Using Behat is easy and straightforward. The primary way to install Behat is through Composer, a popular application-level package manager for PHP. You can run the command composer require --dev behat/behat in your terminal to install Behat. Once installed, you'll be able to run Behat via the command vendor/bin/behat.

For those who prefer the development version, clone the Behat repository and install dependencies via Composer. The command composer install will handle this for you. Once done, you can run the development version of Behat using the command bin/behat.

Here's a quick overview of the commands:

Install Behat via Composer

$> composer require --dev behat/behat

To run Behat

$> vendor/bin/behat

Install dependencies for development version

$> composer install

To run the development version of Behat

$> bin/behat

Where are the behat/behat docs?

You can find a wealth of information on Behat in its official docs. The main website is at http://behat.org and the documentation is available at http://docs.behat.org/en/latest/. These resources offer a deep-dive into the usage, capabilities, and potential of Behat for PHP testing. From getting started guides to detailed tutorials and code usage examples, the Behat documents serve as a comprehensive guide for programmers seeking to enhance their PHP testing capabilities.