codeinc / favicon-middleware
This package is abandoned and no longer maintained.
No replacement package was suggested.
A PSR-15 middleware to answers /favicon.ico requests
1.1.2
2018-10-08 15:47 UTC
Requires
- php: >=7.1
- codeinc/middleware-test-kit: ^1.0
- codeinc/psr7-responses: ^2
- guzzlehttp/guzzle: ^6.3
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- guzzlehttp/psr7: ^1.4
- phpunit/phpunit: ^7
Suggests
- codeinc/middleware-dispatcher: A PSR-15 middleware dispatcher
- codeinc/psr7-response-sender: A PSR-7 response sender
- codeinc/router: A PSR-7 & PSR-15 router
This package is auto-updated.
Last update: 2020-02-09 03:40:30 UTC
README
This PHP 7.1 library is a PSR-15 middleware didecated to answers /favicon.ico
requests. Two middleware classes are included:
FaviconMiddleware
anwsers sending a local favicon fileFaviconProxyMiddleware
anwsers sending a remote favicon file downloadable via HTTP(S)
Installation
This library is available through Packagist and can be installed using Composer:
composer require codeinc/favicon-middleware
License
The library is published under the MIT license (see LICENSE
file).