peanutgraphic/bloxy-files

BLOXY file-storage primitive — UUID-keyed storage, checksumming, audit-trail integration, signed URLs (M1.4 = foundations)

Maintainers

Package info

github.com/Peanut-Graphic/bloxy-files

pkg:composer/peanutgraphic/bloxy-files

Statistics

Installs: 355

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-05-10 16:03 UTC

This package is auto-updated.

Last update: 2026-05-27 01:17:27 UTC


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.