https://github.com/ghostwriter/phest
[WIP] A Property-Based Testing Framework for PHP
https://github.com/ghostwriter/phest
development ghostwriter phest php property-based-testing proptest testing testing-framework
Last synced: about 2 months ago
JSON representation
[WIP] A Property-Based Testing Framework for PHP
- Host: GitHub
- URL: https://github.com/ghostwriter/phest
- Owner: ghostwriter
- License: bsd-3-clause
- Created: 2024-02-10T20:29:21.000Z (over 1 year ago)
- Default Branch: 0.1.x
- Last Pushed: 2024-10-10T11:49:26.000Z (7 months ago)
- Last Synced: 2024-10-20T07:32:45.327Z (7 months ago)
- Topics: development, ghostwriter, phest, php, property-based-testing, proptest, testing, testing-framework
- Language: PHP
- Homepage: https://github.com/ghostwriter/phest
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Phest
[](https://github.com/ghostwriter/phest/actions/workflows/automation.yml)
[](https://www.php.net/supported-versions)
[](https://github.com/sponsors/ghostwriter)
[](https://codecov.io/gh/ghostwriter/phest)
[](https://shepherd.dev/github/ghostwriter/phest)
[](https://psalm.dev/docs/running_psalm/error_levels)
[](https://packagist.org/packages/ghostwriter/phest)
[](https://packagist.org/packages/ghostwriter/phest)A Property-Based Testing Framework for PHP.
> [!WARNING]
>
> This project is not finished yet, work in progress.## Installation
You can install the package via composer:
``` bash
composer require ghostwriter/phest --dev
```### Star ⭐️ this repo if you find it useful
You can also star (🌟) this repo to find it easier later.
## Usage
```php
// work in progress
```### Credits
- [Nathanael Esayeas](https://github.com/ghostwriter)
- [All Contributors](https://github.com/ghostwriter/phest/contributors)### Changelog
Please see [CHANGELOG.md](./CHANGELOG.md) for more information on what has changed recently.
### License
Please see [LICENSE](./LICENSE) for more information on the license that applies to this project.
### Security
Please see [SECURITY.md](./SECURITY.md) for more information on security disclosure process.