Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Flysystem Read Only Laravel Package

league/flysystem-read-only

Read-only decorator for League Flysystem adapters. Wrap an existing filesystem adapter to prevent writes, deletes, and other mutations while allowing safe read access. Install via composer require league/flysystem-read-only; docs at flysystem.thephpleague.com.

View on GitHub
Deep Wiki
Context7

Product Decisions This Supports

  • Security & Compliance: Enforces strict read-only access for sensitive data (e.g., audit logs, regulatory documents), eliminating accidental modifications and meeting industry standards like HIPAA or GDPR without custom code.
  • Build vs. Buy: Eliminates need to develop/maintain custom read-only logic, leveraging a mature, officially supported solution from Flysystem’s ecosystem. Reduces technical debt and testing overhead vs. in-house alternatives.
  • Use Cases: Ideal for immutable asset serving (e.g., PDF viewers, public file-sharing endpoints), backup systems, and scenarios requiring write prohibition at the storage layer while preserving read functionality.

When to Consider This Package

  • Adopt when:
    • Your project already uses Flysystem for storage abstraction and needs read-only enforcement for specific storage instances (e.g., S3 buckets, local directories).
    • Compliance or security policies mandate immutable storage for certain data types.
    • You require a lightweight, zero-configuration solution to prevent accidental writes in production.
  • Look elsewhere when:
    • Your application doesn’t use Flysystem (consider native solutions or alternative storage libraries).
    • You need advanced read-only features beyond basic write blocking (e.g.,
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport