compwright / domo-uploader-php
PHP Data Uploader for Domo
v1.0.0
2025-03-31 19:20 UTC
Requires
- php: ^8.3 || ^8.4
- compwright/easy-api: ^1.1
- psr/log: ^2.0 || ^3.0
Requires (Dev)
- compwright/oauth2-domo: ^1.1
- friendsofphp/php-cs-fixer: ^3.74
- guzzlehttp/guzzle: ^7.9
- guzzlehttp/psr7: ^2.7
- league/oauth2-client: ^2.8
- phpstan/phpstan: ^2.1
- symfony/console: ^7.2
Suggests
- compwright/oauth2-domo: Domo OAuth 2.0 authentication provider for league/oauth2-client
- guzzlehttp/guzzle: Recommended PSR-18 HTTP Client implementation
- guzzlehttp/psr7: Recommended PSR-7 HTTP Message implementation
- symfony/console: Recommended PSR-3 Logger implementation
This package is auto-updated.
Last update: 2025-03-31 19:21:01 UTC
README
A plug-and-play DOMO streaming data uploader for PHP 8.3+.
Installation
This package can be installed via Composer:
composer require compwright/domo-uploader-php
You will also need Guzzle or your other preferred PSR-18/PSR-7 implementation installed to use this library.
Usage
See docs/example.php