PHPackages                             purnasatria/php-presto-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. purnasatria/php-presto-client

ActiveLibrary[Database &amp; ORM](/categories/database)

purnasatria/php-presto-client
=============================

php prestodb client

013PHP

Since Aug 15Pushed 1y agoCompare

[ Source](https://github.com/purnasatria/php-presto-client)[ Packagist](https://packagist.org/packages/purnasatria/php-presto-client)[ RSS](/packages/purnasatria-php-presto-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Ytake\\PrestoClient
===================

[](#ytakeprestoclient)

[![Build Status](https://camo.githubusercontent.com/59b5131b86c315207ff081a17794285fa00ac4f75b967e8383ce717ca03662f5/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f7974616b652f7068702d70726573746f2d636c69656e742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ytake/php-presto-client)[![Coverage Status](https://camo.githubusercontent.com/8b178359f333c4c6b6d5eeda0316b578d8b627a4d0b4fbae1e29f40dd8f42559/687474703a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f7974616b652f7068702d70726573746f2d636c69656e742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/ytake/php-presto-client?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/fe71f0c487caf6b9b2701b197a4ed0a76270dd8ab264a0901e5bd66778931666/687474703a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7974616b652f7068702d70726573746f2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/ytake/php-presto-client/?branch=master)

[![License](https://camo.githubusercontent.com/0e105a412338e5d480da15721132697a6564bc207d88f72124aa73af94d460ae/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7974616b652f7068702d70726573746f2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ytake/php-presto-client)[![Latest Version](https://camo.githubusercontent.com/b2bfaabff6ffca97d2f9e07946af39e7e4b47357c03d4aec1413635e74c93cc4/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7974616b652f7068702d70726573746f2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ytake/php-presto-client)[![Total Downloads](https://camo.githubusercontent.com/c0de9953cfa71878ba2602bd7b7c3c1d2b21acadc9f87f2ec32d139d0d981f9a/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7974616b652f7068702d70726573746f2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ytake/php-presto-client)[![StyleCI](https://camo.githubusercontent.com/d1abaf35e3405608e375468b823ebfcae56d4d29385fbecf30722f76edc065f1/68747470733a2f2f7374796c6563692e696f2f7265706f732f39343639393832352f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/94699825)

[![SensioLabsInsight](https://camo.githubusercontent.com/59bb6e3075f70d090f90977022bafca48cd5eb1c1c19c5a577c9a4e889055ca5/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f39613133613563302d373538382d343539662d383335652d6437336461626432323834332f6d696e692e706e67)](https://insight.sensiolabs.com/projects/9a13a5c0-7588-459f-835e-d73dabd22843)

prestodb http protocol client for php

[prestodb](https://prestodb.io/)

What is Presto
--------------

[](#what-is-presto)

Presto is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes ranging from gigabytes to petabytes.

Install
-------

[](#install)

*required &gt;= PHP 7.0*

```
$ composer require ytake/php-presto-client
```

Usage
-----

[](#usage)

### Standard

[](#standard)

```
