codeinc / sitemap-middleware
This package is abandoned and no longer maintained.
No replacement package was suggested.
A PSR-15 middleware to answer /sitemap.xml requests
1.1.0
2018-05-04 16:29 UTC
Requires
- php: >=7.1
- codeinc/psr7-responses: ^1.2
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- tackk/cartographer: ^1.1
Requires (Dev)
- codeinc/middleware-test-kit: ^1.0
- 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
This package is auto-updated.
Last update: 2020-01-24 20:29:39 UTC
README
SiteMapMiddleware
is a PSR-15 middleware dedicated to answer /sitemap.xml
requests. It uses tackk/cartographer to generate the response in the sitemap.xml
format.
Installation
This library is available through Packagist and can be installed using Composer:
composer require codeinc/sitemap-middleware
💬 This library is extracted from the now deprecated codeinc/psr15-middlewares package.
License
The library is published under the MIT license (see LICENSE
file).