venq / reve-com-php-sdk
Unofficial PHP SDK for Reve API (generations, edits, remix)
v0.3.0-alpha
2025-09-27 21:18 UTC
Requires
- php: ^8.4
- guzzlehttp/guzzle: ^7.9
- psr/http-client: ^1.0
- psr/http-message: ^1.1
- psr/log: ^3.0
Requires (Dev)
- phpstan/phpstan: ^1.11
- phpunit/phpunit: ^11.3
- squizlabs/php_codesniffer: ^3.9
This package is auto-updated.
Last update: 2026-03-27 22:22:49 UTC
README
PHP 8.4+ SDK for the Reve image platform with generation, edit, and remix workflows, validated DTOs, polling support, and PSR-compliant HTTP integration.
- Source:
src/ - Docs:
docs/- English guide:
docs/README.en.md - Русское руководство:
docs/README.ru.md
- English guide:
- Examples:
examples/(seebasic.phpandtwo-image-outfit.php) - Tests:
tests/
Install dependencies with php composer install, then run toolkit commands:
php composer test
php composer stan
php composer lint
For detailed setup, configuration, and API usage instructions refer to the documentation links above.