PHPSpec VS Prophecy

Compare PHPSpec vs Prophecy and see what are their differences.

PHPSpec

SpecBDD Framework for PHP (by phpspec)

Prophecy

Highly opinionated mocking framework for PHP 5.3+ (by phpspec)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
PHPSpec Prophecy
1 2
1,865 8,528
0.3% -0.1%
7.6 6.5
25 days ago 1 day ago
PHP PHP
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PHPSpec

Posts with mentions or reviews of PHPSpec. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning PHPSpec yet.
Tracking mentions began in Dec 2020.

Prophecy

Posts with mentions or reviews of Prophecy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-18.
  • Test doubles
    3 projects | dev.to | 18 Mar 2021
    Prophecy is a framework for creating test doubles that was initially built for the requirements of phpspec, but it can be used with any other PHP testing framework. Since PHPUnit 4.5 it bundles Prophecy within PHPUnit itself, but as of PHPUnit 9.x this bundling is deprecated and set to be removed in PHPUnit 10.
  • Testing with immutable PSR-7 objects and Prophecy
    3 projects | dev.to | 4 Mar 2021
    Recently I have been working a lot with PSR-15 and PSR-18 and one of the characteristics of these recommendations is that it uses the immutable objects specified in PSR-7. Soon after we introduced PSR-18 in our codebase a colleague implemented a client including a unit test that was passing. And yet the code was failing when run in the browser. The cause of this was that the fact that RequestInterface objects are immutable by specification was overlooked. Due to the use of Prophecy and prophesized objects we were struggling to properly test it. Until another colleague introduced me to Argument::that() that is.

What are some alternatives?

When comparing PHPSpec and Prophecy you can also consider the following projects:

Mockery - Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL).

Codeception - Full-stack testing PHP framework

PHPUnit - The PHP Unit Testing framework.

Behat - BDD in PHP

Phake - PHP Mocking Framework

Kahlan - :heavy_check_mark: PHP Test Framework for Freedom, Truth, and Justice

AspectMock - The most powerful and flexible mocking framework for PHPUnit / Codeception.

Faker

Atoum - The modern, simple and intuitive PHP unit testing framework.