peanutgraphic / bloxy-files
BLOXY file-storage primitive — UUID-keyed storage, checksumming, audit-trail integration, signed URLs (M1.4 = foundations)
v1.0.0
2026-05-10 16:03 UTC
Requires
- php: ^8.3
- illuminate/contracts: ^12.0
- illuminate/support: ^12.0
- peanutgraphic/bloxy-core: v1.0.0
Requires (Dev)
- orchestra/testbench: ^10.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
README
File-storage primitive for BLOXY. UUID-keyed storage on top of Laravel's filesystem, checksum verification, signed URLs, and integration with the bloxy-core audit trail so every read and write is recorded.
Install
composer require peanutgraphic/bloxy-files
Service provider auto-registers (Bloxy\Files\BloxyFilesServiceProvider).
Stack
PHP 8.3 · Laravel 12 · depends on peanutgraphic/bloxy-core.
Local development
composer install vendor/bin/pest
A path repository pointing at ../core-php is preconfigured for sibling-checkout development.
Releases
Tagged on GitHub and published to Packagist as peanutgraphic/bloxy-files. License is proprietary.
Part of the Peanut Graphic ecosystem.