grazulex/laravel-sharelink
Secure, temporary share links for Laravel. Share files, routes, and model previews with expirations, usage limits, password protection, rate limiting, IP/CIDR filtering, signed URLs, burn-after-reading, and full access auditing.
Architecture fit is strong as a Laravel-native package leveraging Eloquent, filesystem abstraction, and config-driven setup. It integrates seamlessly with existing Laravel patterns (facades, middleware, migrations) and supports multiple storage drivers. However, the future release date (2025-10-13) raises versioning concerns, and the 0 dependents indicate limited production validation. Technical risks include untested high-concurrency scenarios (e.g., burn-after-reading race conditions), X-Sendfile server dependency, and potential database scaling issues with audit trails. Key questions: How has this been stress-tested in production? What's the maintainer's SLA for critical issues? Is the UUID token collision handling verified under load? Are metadata JSON fields indexed for performance?
Stack fit is optimal for Laravel 11+/12+ projects using PHP 8.3+. The package's filesystem abstraction ensures compatibility with S3/local storage, and config-driven middleware allows easy alignment with existing security layers.
How can I help you explore Laravel packages today?