PHPackages                             progalaxyelabs/stonescriptdb-gateway-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. progalaxyelabs/stonescriptdb-gateway-client

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

progalaxyelabs/stonescriptdb-gateway-client
===========================================

HTTP client for StoneScriptDB Gateway - connect any PHP application to PostgreSQL via gateway

v2.0.0(2mo ago)0285—0%2MITPHPPHP &gt;=8.1

Since Jan 5Pushed 2mo agoCompare

[ Source](https://github.com/progalaxyelabs/stonescriptdb-gateway-client)[ Packagist](https://packagist.org/packages/progalaxyelabs/stonescriptdb-gateway-client)[ RSS](/packages/progalaxyelabs-stonescriptdb-gateway-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (2)

StoneScriptDB Gateway Client
============================

[](#stonescriptdb-gateway-client)

HTTP client for connecting to [StoneScriptDB Gateway](https://github.com/progalaxyelabs/stonescriptdb-gateway). Use with any PHP application to leverage PostgreSQL via a centralized gateway.

Features
--------

[](#features)

- 🚀 **Framework Agnostic** - Works with Laravel, CodeIgniter, Symfony, vanilla PHP, etc.
- 🔌 **Simple HTTP API** - Call PostgreSQL functions over HTTP
- 🏢 **Multi-Tenant Ready** - Built-in tenant isolation support
- 📦 **Schema Management** - Register and migrate schemas programmatically
- 🔐 **JWT Token Validation** - Validate tokens from ProGalaxy Auth Service
- ⚡ **Production Ready** - Connection pooling, timeout handling, error management
- 🔍 **Minimal Dependencies** - Only requires curl, json, and firebase/php-jwt

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

[](#installation)

```
composer require progalaxyelabs/stonescriptdb-gateway-client
```

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

[](#quick-start)

```
