opencodeco / testcontainers
This package is abandoned and no longer maintained.
No replacement package was suggested.
Testcontainers is a PHP library that supports PHPUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
dev-main
2024-07-25 12:23 UTC
Requires
- php: ^8.2
- beluga-php/docker-php: ^1.43
- symfony/http-client: ^6.4 || ^7.0
Requires (Dev)
- ext-pdo: *
- friendsofphp/php-cs-fixer: ^3.41
- mongodb/mongodb: ^1.19
- php-amqplib/php-amqplib: ^3.6
- phpunit/phpunit: ^10.5
- predis/predis: ^2.2
This package is not auto-updated.
Last update: 2024-08-30 21:04:13 UTC
README
Note
This project is not officially backed by the Testcontainers project.
Testcontainers
Testcontainers is a PHP library that supports PHPUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
Getting started
Installation
composer require opencodeco/testcontainers
License
See LICENSE.
Copyright
Copyright (c) 2023-2024 Leo Cavalcante and other authors.
See contributors for all contributors.