Looking to hire Laravel developers? Try LaraJobs

laravel maintained by stitchdb

Description
StitchDB database driver for Laravel. Use Eloquent with StitchDB — just change your DB_CONNECTION.
Author
Last update
2026/04/07 04:30 (dev-main)
License
Links
Downloads
21

Comments
comments powered by Disqus

StitchDB for Laravel

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.