https://github.com/compwright/domo-uploader-php
https://github.com/compwright/domo-uploader-php
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/compwright/domo-uploader-php
- Owner: compwright
- Created: 2025-03-28T14:57:58.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-03-28T19:14:00.000Z (12 months ago)
- Last Synced: 2025-03-28T20:25:18.896Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# compwright/domo-uploader-php
A plug-and-play DOMO streaming data uploader for PHP 8.3+.
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Latest Version on Packagist][packagist-downloads]][link-packagist]
## Installation
This package can be installed via [Composer](http://getcomposer.org):
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](docs/example.php)
## License
[MIT License](https://github.com/compwright/domo-uploader-php/blob/master/LICENSE)
[ico-version]: https://img.shields.io/packagist/v/compwright/domo-uploader-php.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/compwright/domo-uploader-php
[packagist-downloads]: https://img.shields.io/packagist/dt/compwright/domo-uploader-php.svg