An open API service indexing awesome lists of open source software.

https://github.com/compwright/domo-uploader-php


https://github.com/compwright/domo-uploader-php

Last synced: 12 months ago
JSON representation

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