PHPackages                             istyle-inc/php-ksql - 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. istyle-inc/php-ksql

Abandoned → [ytake/php-ksql](/?search=ytake%2Fphp-ksql)Library

istyle-inc/php-ksql
===================

KSQL is the streaming SQL engine for Apache Kafka. REST Client for php

2.0.0(5y ago)185232MITPHPPHP ^7.1

Since Jul 16Pushed 4y ago76 watchersCompare

[ Source](https://github.com/ytake/php-ksql)[ Packagist](https://packagist.org/packages/istyle-inc/php-ksql)[ RSS](/packages/istyle-inc-php-ksql/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (10)Versions (3)Used By (0)

Ytake\\KsqlClient \[ytake/php-ksql\]
====================================

[](#ytakeksqlclient-ytakephp-ksql)

Apache kafka / Confluent KSQL REST Client for php

[![Build Status](https://camo.githubusercontent.com/a014bd615a08cbf5045abbce9b653bd766205a1bde8f484b6f753ca92655b42d/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f7974616b652f7068702d6b73716c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ytake/php-ksql)[![Coverage Status](https://camo.githubusercontent.com/b9f434a2aa480ce8a99d7e5760a9294d2334150fa30507b3fcafa212742d7ad3/687474703a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f7974616b652f7068702d6b73716c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/ytake/php-ksql?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f0fb9812dcd94716dca12b87d120563b3daaf4c538d0498e141c86b061a34a37/687474703a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7974616b652f7068702d6b73716c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/ytake/php-ksql/?branch=master)[![StyleCI](https://camo.githubusercontent.com/eed2668e59335e3b2d6d92849e27ff59d32a4fa46c01eea1836796c718df8a26/68747470733a2f2f7374796c6563692e696f2f7265706f732f3133313238333933372f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/131283937)

[![License](https://camo.githubusercontent.com/e8da99a31422e0e84f997598eab3511dd27b739d4c09388eaeeac2ce6696e72c/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7974616b652f7068702d6b73716c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ytake/php-ksql)[![Latest Version](https://camo.githubusercontent.com/ddee77f26ff3516896aa97966a97af2611ea3de1b2172ea54a50159e223e98a2/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7974616b652f7068702d6b73716c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ytake/php-ksql)[![Total Downloads](https://camo.githubusercontent.com/865b522817e43bccc8d49fbfc5f0f23333c3041305783cc8d7542b4412c174be/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7974616b652f7068702d6b73716c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ytake/php-ksql)

What is KSQL
------------

[](#what-is-ksql)

KSQL is the streaming SQL engine for Apache Kafka.

[What Is KSQL?](https://docs.confluent.io/current/ksql/docs/)

Install
-------

[](#install)

required &gt;= PHP 7.1

```
$ composer require ytake/php-ksql
```

Usage
-----

[](#usage)

### Request Preset

[](#request-preset)

classYtake\\KsqlClient\\Query\\CommandStatusYtake\\KsqlClient\\Query\\StatusYtake\\KsqlClient\\Query\\ServerInfoYtake\\KsqlClient\\Query\\KsqlYtake\\KsqlClient\\Query\\Stream (for stream)[Syntax Reference](https://docs.confluent.io/current/ksql/docs/syntax-reference.html)

### Get Command Status

[](#get-command-status)

```
