Prophecy VS Faker

Compare Prophecy vs Faker and see what are their differences.

Prophecy

Highly opinionated mocking framework for PHP 5.3+ (by phpspec)

Faker

By fzaninotto
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Prophecy Faker
2 11
8,530 25,287
-0.0% -
6.5 5.8
20 days ago over 3 years ago
PHP PHP
MIT License 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.

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.

Faker

Posts with mentions or reviews of Faker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • Open Source Projects You Can Lay Your Hand On
    9 projects | /r/XBScompany | 6 Dec 2023
    Faker is a PHP project that allows you to generate data for various testing scenarios. It excels in multilingual support, capable of generating fake data in multiple languages and diverse formats. This feature allows testing multilingual applications and enriching databases with authentic-looking test data.
  • Good way to create many different personas?
    1 project | /r/GPT3 | 13 Oct 2022
  • Populate Django database
    1 project | /r/codehunter | 3 Apr 2022
    I've worked with PHP's Faker library and the seeder included with Laravel. I had been able to populate the database with fake data but now I'm working with Django.
  • Laravel 8 Pagination Example using Bootstrap 5
    1 project | dev.to | 27 Mar 2022
    Now let's generate fake data for our user's table using the Laravel package, Faker.
  • Symfony & Doctrine: Part 4
    1 project | dev.to | 9 Jan 2022
    more infos on the documentation : https://github.com/fzaninotto/Faker
  • create seeders in Laravel 6
    1 project | /r/laravel | 30 Mar 2021
    You can use the Faker library in your user factory file.
  • Elasticsearch Sample Data Generator
    2 projects | dev.to | 23 Mar 2021
    To learn elasticsearch, you need lots of data to make queries as you want. I searched a few places to get a valid dump. But I couldn't find any dump that I can go with. Also what I found online, I am not familiar with the types of data. So, I thought to make a generator of my own. I have already used Artisan Console and fzaninotto/Faker, that's why I thought to make a generator that anyone can use with their terminal and generate the dump the way they wish.
  • Creating Your First Blog With TALL - Part Four
    1 project | dev.to | 17 Mar 2021
    Model factories in Laravel allow you to generate dummy/fake data using the Faker PHP library. The Faker library allows generating random data by specifying various attributes. With factories you define fake data to be generated for each attribute/column of your model. This not only saves you time of manually inserting database records, but enables you to save thousands of records in your database within seconds.
  • Faker, other data types?
    1 project | /r/laravel | 9 Mar 2021
    The original has been archived due to the amount of effort it took to update and has been forked into https://github.com/FakerPHP/Faker/, which is what Laravel now uses.
  • Create a Blog with Laravel Migrations, Model Factories and Seeding
    3 projects | dev.to | 17 Feb 2021
    👉 https://github.com/fzaninotto/Faker

What are some alternatives?

When comparing Prophecy and Faker 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

fake-store-api - FakeStoreAPI is a free online REST API that provides you fake e-commerce JSON data

PHPUnit - The PHP Unit Testing framework.

Alice - Expressive fixtures generator

Phake - PHP Mocking Framework

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

PHPT - The PHP Interpreter

Behat - BDD in PHP