PHPackages                             philip/instagres - 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. philip/instagres

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

philip/instagres
================

PHP SDK for creating instant claimable Neon PostgreSQL databases with zero configuration

v0.1.1(6mo ago)0591Apache-2.0PHPPHP &gt;=8.1

Since Nov 12Pushed 6mo agoCompare

[ Source](https://github.com/philip/instagres-php)[ Packagist](https://packagist.org/packages/philip/instagres)[ Docs](https://neon.com)[ RSS](/packages/philip-instagres/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (1)

Neon Instagres PHP SDK
======================

[](#neon-instagres-php-sdk)

[![Latest Version on Packagist](https://camo.githubusercontent.com/319a2db6cb34a31d94436ec957a9a9376a26960b085c2ee46035df3d1506185f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7068696c69702f696e737461677265732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/philip/instagres)[![Total Downloads](https://camo.githubusercontent.com/ab13dd42c81690af8a11bff712dff7dae524b34196c8e23743690659835fcf79/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7068696c69702f696e737461677265732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/philip/instagres)

A simple PHP SDK for creating instant claimable [Neon](https://neon.com) PostgreSQL databases with zero configuration.

This SDK provides a PHP implementation of Neon's [Instagres](https://neon.com/docs/reference/neon-launchpad) (formerly Launchpad) feature, allowing you to provision PostgreSQL databases instantly without account creation.

Features
--------

[](#features)

- 🚀 Instant database provisioning (no account/auth needed)
- 🔗 Immediate connection string availability
- ⏱️ 72-hour database lifespan (claimable for permanent use)
- 🎯 Simple, clean implementation using industry-standard libraries
- 🐘 Requires PHP 8.1+

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

[](#installation)

```
composer require philip/instagres
```

Usage
-----

[](#usage)

### Basic usage

[](#basic-usage)

```
