PHPackages                             zoho/cloudsql-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. zoho/cloudsql-client

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

zoho/cloudsql-client
====================

Interface for making SQL query's to Zoho over HTTP

081PHP

Since Aug 15Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Opus1no2/Zoho-CloudSQL-Client)[ Packagist](https://packagist.org/packages/zoho/cloudsql-client)[ RSS](/packages/zoho-cloudsql-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Zoho CloudSQL Client
====================

[](#zoho-cloudsql-client)

A simple interface for using Zoho's CloudSQL API

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

[](#installation)

Installation is conveniently provided via Composer.

To get started, install composer in your project:

```
$ curl -s https://getcomposer.org/installer | php
```

Next, add a composer.json file containing the following:

```
}
    "require": {
        "zoho/cloudsql-client": "dev-master"
    }
}
```

Finally, install!

```
$ php composer.phar install
```

Usage
-----

[](#usage)

Using the Query class is easy:

```
