https://opencodeco.github.io/testcontainers-php/
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.
https://opencodeco.github.io/testcontainers-php/
docker docker-compose hacktoberfest php phpunit test-automation testing zendvm
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://opencodeco.github.io/testcontainers-php/
- Owner: opencodeco
- License: mit
- Archived: true
- Created: 2023-12-13T22:28:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-25T12:23:45.000Z (9 months ago)
- Last Synced: 2025-01-17T14:35:27.824Z (3 months ago)
- Topics: docker, docker-compose, hacktoberfest, php, phpunit, test-automation, testing, zendvm
- Language: PHP
- Homepage: https://testcontainers.org
- Size: 693 KB
- Stars: 14
- Watchers: 25
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-testcontainers - Testcontainers for PHP
- awesome-testcontainers - Testcontainers for PHP
README
> [!NOTE]
> This project is not officially backed by the Testcontainers project.# Testcontainers

[](https://codespaces.new/opencodeco/testcontainers-php)
[](https://github.com/opencodeco/testcontainers-php/actions/workflows/ci.yml)
> 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
```shell
composer require opencodeco/testcontainers
```[Read the documentation here](https://opencodeco.github.io/testcontainers-php).
## License
See [LICENSE](LICENSE).
## Copyright
Copyright (c) 2023-2024 Leo Cavalcante and other authors.
See [contributors](https://github.com/opencodeco/testcontainers-php/graphs/contributors) for all contributors.