stitchdb/laravel

StitchDB database driver for Laravel. Use Eloquent with StitchDB — just change your DB_CONNECTION.

Maintainers

Package info

github.com/stitchdb/laravel

pkg:composer/stitchdb/laravel

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.3 2026-04-04 17:34 UTC

This package is auto-updated.

Last update: 2026-04-04 17:43:58 UTC


README

Install

composer require stitchdb/laravel

Configure

Add to .env:

DB_CONNECTION=stitchdb
STITCHDB_URL=https://db.stitchdb.com
STITCHDB_API_KEY=sdb_sk_your_key_here

No other setup needed. Run php artisan migrate and use Laravel as usual.