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

phpspec/phpspec 4.2.5

Specification-oriented BDD framework for PHP 5.6+
Package summary
Share
0
issues
2
licenses
22
MIT
5
BSD-3-Clause
Package created
1 Aug 2012
Version published
6 Dec 2017
Maintainers
2
Total deps
27
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
22 Packages, Including:
doctrine/deprecations@1.1.3
doctrine/instantiator@1.5.0
phpdocumentor/reflection-common@2.2.0
phpdocumentor/reflection-docblock@5.4.1
phpdocumentor/type-resolver@1.8.2
phpspec/phpspec@4.2.5
phpspec/prophecy@v1.19.0
phpstan/phpdoc-parser@1.29.0
psr/container@1.1.2
symfony/console@v4.4.49
symfony/deprecation-contracts@v3.5.0
symfony/event-dispatcher@v4.4.44
symfony/event-dispatcher-contracts@v1.10.0
symfony/finder@v4.4.44
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php73@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/process@v4.4.44
symfony/service-contracts@v2.5.3
symfony/yaml@v4.4.45
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@3.0.5
sebastian/diff@3.0.6
sebastian/exporter@3.1.6
sebastian/recursion-context@3.0.2
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/exporter3.1.6-BSD-3-Clause
prod
symfony/consolev4.4.49-MIT
prod dev
symfony/event-dispatcherv4.4.44-MIT
prod dev
symfony/finderv4.4.44-MIT
prod
symfony/processv4.4.44-MIT
prod dev
symfony/yamlv4.4.45-MIT
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.