Download the PHP package sugarcraft/sugar-skate without Composer
On this page you can find all versions of the php package sugarcraft/sugar-skate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sugarcraft/sugar-skate
More information about sugarcraft/sugar-skate
Files in sugarcraft/sugar-skate
Download sugarcraft/sugar-skate
More information about sugarcraft/sugar-skate
Files in sugarcraft/sugar-skate
Vendor sugarcraft
Package sugar-skate
Short Description For this package there is no description available.
License
Package sugar-skate
Short Description For this package there is no description available.
License
Please rate this library. Is it a good library?
Informations about the package sugar-skate
SugarSkate
PHP port of charmbracelet/skate — a personal key/value store with multi-database support, binary data handling, and glob/list filtering.
Features
- Multi-database — separate stores with
@dbnamesuffix, auto-created on first use - Binary data — safely stores and retrieves raw binary (images, files) via base64 encoding
- Glob pattern matching — list/get/delete keys using
*and?wildcards - Ordered listing — forward or reverse lexicographic order
- Flexible listing — keys only, values only, or key-value pairs
- SQLite-backed — one SQLite DB per database, stored in
$XDG_CONFIG_HOME/skate/or~/.config/skate/ - PHP 8.1+ — pure PHP, no extension required beyond SQLite (php-sqlite3)
- Iterable streams — list() yields results without loading everything into memory
Install
Quick Start
CLI
Data Directory
Default: ~/.config/skate/ (respects $XDG_CONFIG_HOME).
Each database gets its own SQLite file: ~/.config/skate/<dbname>.db.
Demos
Glob pattern matching
License
MIT
All versions of sugar-skate with dependencies
PHP Build Version
Package Version
No informations.
The package sugarcraft/sugar-skate contains the following files
Loading the files please wait ...