heyjorgedev / sqlite-flysystem-driver
A Flysystem storage driver backed by SQLite.
Package info
github.com/heyjorgedev/sqlite-flysystem-driver
pkg:composer/heyjorgedev/sqlite-flysystem-driver
v0.1.0
2026-09-16 22:49 UTC
Requires
- php: ^8.2
- league/flysystem: ^3.0
Requires (Dev)
- league/flysystem-adapter-test-utilities: ^3.30
- orchestra/testbench: ^9.0 || ^10.0
- phpunit/phpunit: ^11.0
Suggests
- ext-sqlite3: Enables O(n) incremental blob streaming on file databases (streamContents/readStream); without it the adapter falls back to windowed substr() reads.
- illuminate/support: ^10.0|^11.0|^12.0 — the Laravel disk driver registers itself automatically when present.
Provides
None
Conflicts
None
Replaces
None