angrybytes / quatsch
PHP library for generating dummy data
Installs: 1 423
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Requires (Dev)
- phpstan/phpstan: ^0.12.93
- phpunit/php-invoker: ^3.1
- phpunit/phpunit: ^9.5
This package is not auto-updated.
Last update: 2024-11-13 21:22:33 UTC
README
A small PHP library for generating dummy data. Requires PHP 8.0 and currently also a 64-bit machine.
Quatsch is an alternative to Faker intended to be deterministic if needed (seedable PRNG).
Licensed MIT. Parts based on joshtronic/php-loremipsum.