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: 21

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.2.1 2026-04-06 18:40 UTC

This package is auto-updated.

Last update: 2026-04-07 02:30:43 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.