PHPackages                             onql/onql-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. [HTTP &amp; Networking](/categories/http)
4. /
5. onql/onql-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

onql/onql-client
================

PHP client driver for the ONQL TCP server

00PHPCI passing

Since Apr 19Pushed 1mo agoCompare

[ Source](https://github.com/ONQL/onqlclient-php)[ Packagist](https://packagist.org/packages/onql/onql-client)[ RSS](/packages/onql-onql-client/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

ONQL PHP Driver
===============

[](#onql-php-driver)

Official PHP client for the ONQL database server.

Installation
------------

[](#installation)

### From Packagist (Composer)

[](#from-packagist-composer)

```
composer require onql/onql-client
```

### From GitHub via Composer VCS repository

[](#from-github-via-composer-vcs-repository)

```
{
    "repositories": [
        { "type": "vcs", "url": "https://github.com/ONQL/onqlclient-php" }
    ],
    "require": {
        "onql/onql-client": "dev-main"
    }
}
```

Then:

```
composer update onql/onql-client
```

Quick Start
-----------

[](#quick-start)

```
