phodam / phodam-api
The API for Phodam
Installs: 24
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Open Issues: 0
pkg:composer/phodam/phodam-api
Requires
- php: ^8.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ~3.92.5
- phpstan/extension-installer: ~1.4.3
- phpstan/phpstan: ~2.1.33
- phpstan/phpstan-phpunit: ~2.0.11
- phpunit/phpunit: ~12.5.4
- sebastian/diff: ~7.0.0
- squizlabs/php_codesniffer: ~4.0.1
This package is auto-updated.
Last update: 2026-01-12 03:04:28 UTC
README
The API for Phodam - a PHP library for generating test data objects.
Overview
Phodam is a flexible and extensible library for creating test data in PHP. It provides a simple API for generating objects and arrays with test data, making it easier to write comprehensive unit tests.
Documentation
- [Interfaces and Creating Provider Bundles](docs/Interfaces and Creating Provider Bundles.md) - Learn about the core interfaces and how to create your own provider bundles
- [Ramsey UUID Provider Bundle Guide](docs/Ramsey UUID Provider Bundle.md) - Step-by-step guide to creating a provider bundle for ramsey/uuid
Requirements
- PHP 8.4+
License
MIT License - see LICENSE file for details.