https://github.com/chubbyphp/chubbyphp-static-file
A minimal static file middleware for PSR 15.
https://github.com/chubbyphp/chubbyphp-static-file
chubbyphp middleware psr-15 static-file
Last synced: about 2 months ago
JSON representation
A minimal static file middleware for PSR 15.
- Host: GitHub
- URL: https://github.com/chubbyphp/chubbyphp-static-file
- Owner: chubbyphp
- License: mit
- Created: 2019-10-17T17:58:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T14:09:15.000Z (3 months ago)
- Last Synced: 2025-03-27T18:55:28.898Z (2 months ago)
- Topics: chubbyphp, middleware, psr-15, static-file
- Language: PHP
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chubbyphp-static-file
[](https://github.com/chubbyphp/chubbyphp-static-file/actions/workflows/ci.yml)
[](https://coveralls.io/github/chubbyphp/chubbyphp-static-file?branch=master)
[](https://dashboard.stryker-mutator.io/reports/github.com/chubbyphp/chubbyphp-static-file/master)
[](https://packagist.org/packages/chubbyphp/chubbyphp-static-file)
[](https://packagist.org/packages/chubbyphp/chubbyphp-static-file)
[](https://packagist.org/packages/chubbyphp/chubbyphp-static-file)[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-static-file)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-static-file)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-static-file)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-static-file)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-static-file)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-static-file)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-static-file)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-static-file)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-static-file)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-static-file)
[](https://sonarcloud.io/dashboard?id=chubbyphp_chubbyphp-static-file)## Description
A minimal static file middleware for PSR 15.
## Requirements
* php: ^8.2
* [psr/http-factory][2]: ^1.0.2
* [psr/http-message][3]: ^1.1|^2.0
* [psr/http-server-handler][4]: ^1.0.2
* [psr/http-server-middleware][5]: ^1.0.2## Installation
Through [Composer](http://getcomposer.org) as [chubbyphp/chubbyphp-static-file][1].
```sh
composer require chubbyphp/chubbyphp-static-file "^1.4"
```## Usage
```php
add(new StaticFileMiddleware(
$responseFactory,
$streamFactory,
__DIR__ . '/public'
));```
## Copyright
2025 Dominik Zogg
[1]: https://packagist.org/packages/chubbyphp/chubbyphp-static-file
[2]: https://packagist.org/packages/psr/http-factory
[3]: https://packagist.org/packages/psr/http-message
[4]: https://packagist.org/packages/psr/http-server-handler
[5]: https://packagist.org/packages/psr/http-server-middleware