An open API service indexing awesome lists of open source software.

PHPUnit

PHPUnit is a unit testing framework for the PHP programming language. It is an instance of the xUnit architecture for unit testing frameworks.

https://github.com/tamtocode/php-web2-ck-v1

PHPUnit , WSC , Design Partent

ajax-form html-css-javascript php8 phpmailer phpunit

Last synced: 16 Jun 2025

https://github.com/rey26/linked-sorted-list

Linked sorted list using PHP 8.1 and Symfony 6

phpunit symfony6

Last synced: 02 Mar 2025

https://github.com/stevenu21/crud-api-rest

Este proyecto es una implementación hecha en laravel para una API-REST sin autenticación e integrando pruebas unitarias y pruebas de integración.

api-rest backend laravel11 mvc-architecture php8 phpunit testing

Last synced: 10 Sep 2025

https://github.com/victormln/docker-php-testing

Docker with PHP-fpm + Xdebug + Testing Tools (PHPUnit + Infection)

docker docker-compose php phpunit testing

Last synced: 02 Mar 2025

https://github.com/shimomo/wercker-laravel-phpunit-example

Configuration to Run Laravel Tests on Wercker.

laravel phpunit wercker

Last synced: 02 Mar 2025

https://github.com/fadilxcoder/selenium

PHP / Selenium automated testing

automated-testing php phpunit selenium

Last synced: 23 Feb 2025

https://github.com/sekuldev/learning_platform

Learning platform with groups, sections and lessons. Project still WIP

ddd docker hexagonal inertia laravel php phpunit postgres pusher react s3 scalable shadcn solid tailwind typescript

Last synced: 23 Feb 2025

https://github.com/delabon/ticklerio

Customer support ticketing system built with vanilla PHP and JavaScript

bootstrap5 docker javascript php8 phpstan phpunit ticketing-system

Last synced: 12 Mar 2025

https://github.com/tudor-rusu/wando-service

Building a small service with highlight Oriented Object Programming concepts

composer docker nginx oop-principles php72 phpunit service

Last synced: 13 Mar 2025

https://github.com/gaboreszaki/mathgame

Math-Game 2.0

oop php83 phpunit vite

Last synced: 24 Jun 2025

https://github.com/didaquis/php-kata-boilerplate

PHP Kata Boilerplate

boilerplate kata php phpunit

Last synced: 29 Oct 2025

https://github.com/deminy/test-doubles-explained

To explain test doubles in PHPUnit by using various examples.

mocking php phpunit stubbing test-double test-doubles

Last synced: 17 Mar 2025

https://github.com/tyn-tian/php-blogs

In this project, I am creating a PHP blog that is similar to Medium but only includes the basic features. It uses PHP Native, MVC architecture with Repository and Service layers, as well as a router. Additionally, I am conducting unit tests with PHPUnit.

blogs composer mvc-architecture mysql-database phpunit router tinymce-plugin

Last synced: 20 Mar 2025

https://github.com/idimsh/php-internals-mocker

A Utility to allow mocking PHP Internal function calls in UnitTests.

php php-internals phpunit phpunit-tests

Last synced: 20 Mar 2025

https://github.com/lastdragon-ru/lara-asp-testing

This package is the part of Awesome Set of Packages for Laravel

lara-asp laravel laravel-package phpunit phpunit-assertions psr-7 testing

Last synced: 20 Mar 2025

https://github.com/vinceamstoutz/php-demo-mutation-testing

PHP >= 8.2 demo for Mutation Testing using PHPUnit & Pest

coverage-testing mutation-testing pest php phpunit quality

Last synced: 11 Apr 2025

https://github.com/santik/phpunit-profiler

Phpunit tests profiler. Shows execution time for every test.

php phpunit profiler test testproject testtime testtool testtools time unittest unittesting

Last synced: 28 Mar 2025

https://github.com/ericles-porty/events-scheduler-backend

Fiz esse projeto para praticar algumas tecnologias como: PHP, Nginx, Docker, PostgreSQL, Slim Framework, RabbitMQ, PHPUnit e Elasticsearch. A ideia é criar uma api simples para gerenciar eventos utilizando todos esses recursos.

dependency-injection docker docker-compose elasticsearch kibana nginx php php-di php8 phpunit postgresql rabbitmq slim-framework slim4

Last synced: 04 Apr 2025

https://github.com/codewars/phpunit-codewars

Codewars result printer for PHPUnit

code-runner php phpunit test-reporting

Last synced: 10 Jul 2025

https://github.com/rest-certain/hamcrest-phpunit

Hamcrest matchers that work natively with PHPUnit

hamcrest hamcrest-matchers php phpunit testing

Last synced: 07 May 2025

https://github.com/abrahamuchos/repository-guide

Users will be able to see a list of repositories of various community projects.

laravel-jetstream laravel-tdd laravel11 phpunit test-driven-development

Last synced: 20 Jun 2025

https://github.com/alexandrelamberty/composer-project-skeleton

:elephant: A basic Composer PHP project template with unit tests.

composer package-manager php phpunit project template

Last synced: 20 Jun 2025

https://github.com/ekkinox/kata-cat-and-mouse

Cat and mouse Code Kata

bdd behat kata php phpspec phpunit

Last synced: 21 Jun 2025

https://github.com/dandymaulana19/php-unit

Repository tugas mata kuliah Pengujian Perangkat Lunak

assertion phpunit unit-testing

Last synced: 22 Jun 2025

https://github.com/shyx0rmz/phpunit-mock-functions

Extend PHPUnit with the ability to mock (internal) functions

functions mock php phpunit

Last synced: 29 Oct 2025

https://github.com/sreeharshrajan/recipe-tracker-api

A production-ready RESTful API built with Laravel 12 for managing cooking recipes.

crud interview-project laravel laravel-sanctum php phpunit recipe-tracker rest-api sqlite

Last synced: 22 Jun 2025

https://github.com/mirsch/docker-php

docker image based on php:7.3-fpm contains some php extension, composer and phpunit

composer docker docker-image dockerfile php php-fpm php73 phpunit

Last synced: 23 Jun 2025

https://github.com/monamoxie/vocab-mapper

Laravel package for both multi-tenant and single tenant architectures. Grant tenants the unique ability to map vocab of your core systems to match their preferred terminology and contextual usage.

laravel multitenant-architecure php8 phpunit tenancy

Last synced: 20 Aug 2025

https://github.com/sarasouza18/pixwave

PixWave is a PHP microservice wallet system that processes payments via PIX using two gateways, ensuring high availability and fallback. It uses MySQL for records, Redis for caching, SNS for messaging, Docker and Kubernetes for orchestration, and centralizes logs with Logstash and Elasticsearch.

docker kubernetes laravel payment-gateway payment-integration php phpunit sns

Last synced: 19 Jul 2025

https://github.com/geoffroydutot/todo-co-oc-p8

Project 8 of Openclassrooms PHP - Symfony formation

audit fixtures mysql openclassrooms php74 phpunit poo symfony4 testing twig uml-diagrams unit-test

Last synced: 23 Jun 2025

https://github.com/silasyudi/inject-mocks

Automatic injection of mocks into test subjects via @InjectMocks and @Mock annotations, to speed up unit testing with PHPUnit.

annotations inject-mocks mocks php phpunit testing-tools tests

Last synced: 05 Apr 2025

https://github.com/windwalker-io/test

[READ ONLY] Some useful base test case classes extends from phpunit.

php phpunit test unittest

Last synced: 18 Dec 2025

https://github.com/devlop/phpunit-exception-assertions

PHPUnit assertions for exceptions.

phpunit phpunit-assertions

Last synced: 23 Feb 2025

https://github.com/vladimircreator/crispy-system

RESTful API для организации записной книжки.

composer laravel php phpunit postgresql swagger

Last synced: 05 Apr 2025

https://github.com/dcorrea777/code-craft

CodeCraft is a boilerplate for PHP projects focused on code quality.

phpcs phpstan phpunit

Last synced: 05 Apr 2025

https://github.com/ribeirovagn/algorithms-and-data-structure

Algoritmos e Estrutura de dados são fundamentais para a área da ciência da computação e para o desenvolvimento de software eficiente e escalável.

algorithms avltree php phpunit

Last synced: 05 Apr 2025

https://github.com/devkabir/wordpress-plugin-phpunit-starter

This repository provides a starter kit for unit testing WordPress plugins using PHPUnit.

phpunit starter wordpress

Last synced: 05 Apr 2025

https://github.com/akashmanujaya/steadfast-voting-system

The Steadfast Voting System is a robust web application designed to facilitate secure and efficient online voting. This project leverages modern web technologies and best practices to deliver a seamless user experience and reliable backend services.

docker laravel php phpunit unittest vuejs

Last synced: 05 Apr 2025

https://github.com/newleonardooliv/design-patterns

Este é um repositório de estudo sobre design patterns, que são soluções testadas para problemas comuns de design de software. Você encontrará exemplos de design patterns, como o padrão Strategy, Chain of Responsibility entre outros

chain-of-responsibility design-patterns liskov-substitution-principle patterns php phpunit strategy test

Last synced: 05 Apr 2025

https://github.com/dotpipe/wisephp

The Ultimate in PHP Open programming. Language conversions, JavaScript initialization, Load-Balancers, PHPUnit Test Creator, opensource programming. etc.

assembly cpp java oop-concepts pasm phpunit

Last synced: 05 Apr 2025

https://github.com/delevauxgerard1/demo-amazon

Amazon clone with testing

inertia laravel php phpunit vue

Last synced: 05 Apr 2025

https://github.com/monamoxie/flash-card

A powerful command line application for managing and practicing flash cards. Written in PHP with CLI authentication capabilities, it is portable, fully containerised and easy to setup.

cli command-line-interface docker flashcards laravel mysql nginx php phpunit

Last synced: 05 Apr 2025

https://github.com/gabfr/linian-number-analyzer

A simple code challenge with tricky requirements :) (more on readme)

php72 phpunit

Last synced: 11 Sep 2025

https://github.com/raphaelstolt/phpunit-blink1-test-listener

A blink(1) test listener for PHPUnit.

blink1 phpunit phpunit-test-listener

Last synced: 28 Mar 2025

https://github.com/sytzez/data-object-tester

Helps testing immutable data objects in PHPUnit

dto immutable php phpunit testing

Last synced: 20 Jul 2025

https://github.com/weirdan/phpunit-appveyor-reporter

PHPUnit reporter that logs test results to AppVeyor test tab in real time

appveyor appveyor-ci phpunit phpunit-extension

Last synced: 30 Oct 2025

https://github.com/robertov8/tdd-php

Test-Driven Development - Teste e Design no Mundo Real com PHP

caelum casadocodigo php phpunit tdd

Last synced: 24 Jun 2025

https://github.com/vinceamstoutz/tests-and-quality-tools

Basic & advanced practice of tests, best practices, analytics & code analysis.

behat ci dependabot endtoend github-actions nektos-act panther php php-cs-fixer phpunit symfony tdd testing

Last synced: 20 Jul 2025

https://github.com/rshkdl/docker-symfony

A complete stack for running a Symfony 4.4 LTS project with Docker. This project is created with a learning purpose in mind and is not suitable for production.

docker kibana phpunit stack symfony

Last synced: 20 Jul 2025

https://github.com/keinos/practice_phpunit-test-of-stdin

✅ Sample PHPUnit test of a function that receives a value from "STDIN" input.

php phpunit phpunit-tests

Last synced: 04 Apr 2025

https://github.com/lion-packages/user-management

User management, user authentication and 2fa authentication

2fa authentication php phpunit

Last synced: 04 Apr 2025

https://github.com/archtaqi/basicproject

Setting up a PHP Project for Git, Composer, PHPUnit, PHP_Codesniffer and PHP Mess Detector

php7 phpcs-standard phpunit

Last synced: 12 Sep 2025

https://github.com/junaidqadirb/how-to-actually-write-tests

Source code for my article titled: Testing: How to actually write tests?

laravel phpunit tdd testing

Last synced: 24 Feb 2025

https://github.com/gustttavodev/microservice-catalog-video-php

Microsserviço de catálogo de vídeos, utilizando CLEAN ARCH + Laravel, e implementação testes unitários com PhpUnit.

clean-architecture laravel-framework php8 phpunit

Last synced: 21 Jul 2025

https://github.com/willwashburn/phpunit-port-canary

🐦 Find tests that are making external requests

phpunit phpunit-listener

Last synced: 16 Jul 2025

https://github.com/ctakayama/basicattendanceroster

Full stack attendance roster application to persistently store the present/absent status of students from a database

laravel mysql phpunit vuejs

Last synced: 21 Jul 2025

https://github.com/chrismiloyevic0703/laravel-vue-crud-starter

Laravel 8 + Vue 2 + AdminLTE 3 based Curd Starter template

laravel laravel-crud-template pagination phpunit spa vue2

Last synced: 21 Jul 2025

https://github.com/chqthomas/approval-tests-php

A PHP assertion library for approval testing with PHPUnit

approval-testing assertion-library phpunit snapshot-testing

Last synced: 13 Jul 2025

https://github.com/sergeymakinen/tests

Common PHPUnit tests stuff

php php-library phpunit test tests unit-testing unittest

Last synced: 06 Apr 2025

https://github.com/jardelgcunha/buscador-cursos-teste

Project that searches the courses on Alura's website developed in the PHP Composer course by Alura.

composer phan php phpcs phpunit

Last synced: 04 Mar 2025

https://github.com/mikerogne/laravel-tag-assertions

Adds useful tag assertions to Laravel's TestResponse class.

laravel php phpunit testing

Last synced: 24 Dec 2025

https://github.com/codingcompetitions/cq-2023

**UNOFFICIAL REPOSITORY** Coding Quest is an annual competition. You can use any programming language/environment you prefer.

cli codingquest codingquest-2023 php-83 phpunit symfony-72 symfony-console

Last synced: 22 Jul 2025

https://github.com/olegmarko/phput-test-laapi

Testing API in Laravel PHPUnit

laravel laravel-testing phpunit

Last synced: 25 Feb 2025

https://github.com/esler/phpunit-graceful-interrupt

Allow gracefully interrupt running PHPUnit tests

phpunit phpunit-extension phpunit-listener phpunit-tests

Last synced: 09 Apr 2025

https://github.com/edonosotti/php-functional-tests-sample-app

A sample app that shows how to run automated functional tests using the PHP built-in server

cd ci ci-cd continuous-delivery continuous-integration functional-testing functional-tests php phpunit travis-ci unit-test unittest

Last synced: 06 Apr 2025

https://github.com/ghostwriter/flare

[WIP]Provides additional assertions, constraints, and data providers for PHPUnit

flare ghostwriter phpunit phpunit-assertions phpunit-constraint phpunit-data-provider phpunit-extension

Last synced: 22 Mar 2025

https://github.com/hfagerlund/quiz_app

Quiz app with custom GraphQL API (Laravel 10 backend) and Vue3 front-end

docker-compose graphql laravel laravel10x php phpunit sail tailwindcss vite vue3

Last synced: 02 Nov 2025

https://github.com/hfagerlund/strip_anchors

Custom Twig extension for RSS/Atom templates

php phpunit symfony symfony4 twig twig-extension twig-filter

Last synced: 02 Nov 2025

https://github.com/janedbal/phpstan-bug-7324

Reproduction of "Unresolvable type" PHPStan error in PHPUnit\assertSame

phpstan phpunit unresolvable

Last synced: 06 Apr 2025

https://github.com/matheusolivesilva/auction-with-tdd

Simple POC using TDD in auction context

php74 phpunit phpunit-tests tdd tdd-php

Last synced: 02 Nov 2025

https://github.com/newleonardooliv/microservice-videos

Desenvolvimento de uma aplicação de microserviço para stream de vídeo em PHP seguindo TDD, SOLID e DDD para modularidade, escalabilidade e organização de código.

ddd microservices mock mockery php phpunit solid tdd test

Last synced: 24 Oct 2025

https://github.com/pawel-slowik/phpunit-phpstorm-issue-logging

Issue logging for PHPUnit tests in PhpStorm

php phpstorm phpunit phpunit-extension testing

Last synced: 13 Jul 2025

PHPUnit Awesome Lists
PHPUnit Categories