PHPackages                             activedbsoft/webapi-active-query-builder - 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. activedbsoft/webapi-active-query-builder

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

activedbsoft/webapi-active-query-builder
========================================

1.1.8(9y ago)3221Apache v2PHPPHP &gt;=5.4

Since Aug 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ActiveDbSoft/webapi-active-query-builder-php)[ Packagist](https://packagist.org/packages/activedbsoft/webapi-active-query-builder)[ Docs](http://swagger.io)[ RSS](/packages/activedbsoft-webapi-active-query-builder/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (4)Used By (0)

WebApiActiveQueryBuilder
========================

[](#webapiactivequerybuilder)

Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at .

Requirements
------------

[](#requirements)

PHP 5.4.0 and later

Manual Installation
-------------------

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/WebApiActiveQueryBuilder/autoload.php');
```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
