gupalo/symfony-response-helpers

Symfony Response Helpers

Maintainers

Package info

github.com/gupalo/symfony-response-helpers

pkg:composer/gupalo/symfony-response-helpers

Statistics

Installs: 3 824

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.2.0 2024-07-17 14:43 UTC

This package is auto-updated.

Last update: 2026-03-17 18:08:07 UTC


README

PublicFileResponse

Create BinaryFileResponse with correct headers for static files.

PublicFileResponse::create($dir, $slug)

$slug can be filename, can be part of url like:

* `/path/to/file.jpg?key=value&k2=v2#somehash`
* `path/without/left/slash.png`

Other

See tests.