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 Apr 15, 2024 via composer

phpspec/phpspec 6.2.0

Specification-oriented BDD framework for PHP 7.1+
Package summary
Share
0
issues
2
licenses
26
MIT
5
BSD-3-Clause
Package created
1 Aug 2012
Version published
16 Jun 2020
Maintainers
2
Total deps
31
Direct deps
9
License
MIT

Issues

0
This package has no issues

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
26 Packages, Including:
doctrine/deprecations@1.1.3
doctrine/instantiator@1.5.0
phpdocumentor/reflection-common@2.2.0
phpdocumentor/reflection-docblock@5.4.0
phpdocumentor/type-resolver@1.8.2
phpspec/phpspec@6.2.0
phpspec/prophecy@v1.19.0
phpstan/phpdoc-parser@1.28.0
psr/container@2.0.2
psr/event-dispatcher@1.0.0
symfony/console@v5.4.36
symfony/deprecation-contracts@v3.4.0
symfony/event-dispatcher@v5.4.35
symfony/event-dispatcher-contracts@v3.4.2
symfony/finder@v5.4.35
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/polyfill-php73@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/process@v5.4.36
symfony/service-contracts@v3.4.2
symfony/string@v6.4.4
symfony/yaml@v5.4.35
webmozart/assert@1.11.0

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
5 Packages, Including:
phpspec/php-diff@v1.1.3
sebastian/comparator@4.0.8
sebastian/diff@4.0.6
sebastian/exporter@4.0.6
sebastian/recursion-context@4.0.5
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 phpspec/phpspec 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
doctrine/instantiator1.5.0-MIT
prod
phpspec/php-diffv1.1.325.48 kBBSD-3-Clause
prod
phpspec/prophecyv1.19.0-MIT
prod
sebastian/exporter4.0.6-BSD-3-Clause
prod
symfony/consolev5.4.36160.19 kBMIT
prod dev
symfony/event-dispatcherv5.4.3518.39 kBMIT
prod dev
symfony/finderv5.4.35-MIT
prod
symfony/processv5.4.36-MIT
prod dev
symfony/yamlv5.4.3533.6 kBMIT
prod

Visualizations

Frequently Asked Questions

What does phpspec/phpspec do?

Phpspec/phpspec is a specification-oriented Behavior-Driven Development (BDD) framework for PHP 7.1+. It is a tool designed to aid in the process of software development with an emphasis on communication, collaboration, and code quality.

How do you use phpspec/phpspec?

To use phpspec/phpspec, you first need to install the dependencies. This is handled via Composer, a tool for managing PHP dependencies. Assuming you have Composer installed, you can install phpspec with the following commands:

wget -nc https://getcomposer.org/composer.phar
php composer.phar install

Once installed, you can use phpspec to write specifications for your code, run these specifications and then develop your code to meet these specifications.

Note: This is a high-level overview of using phpspec/phpspec. Depending on your specific use case and environment, the actual usage may be different.

Where are the phpspec/phpspec docs?

Comprehensive documentation for phpspec/phpspec is available on the main website at http://www.phpspec.net. Here you can find detailed guides and tutorials to help you get the most out of the phpspec framework.