codeinc/robots-txt-middleware

This package is abandoned and no longer maintained. No replacement package was suggested.

A PSR-15 middleware to answers /robots.txt requests

1.2.2 2018-10-08 15:32 UTC

This package is auto-updated.

Last update: 2020-02-09 03:33:39 UTC


README

RobotsTxtMiddleware is a PSR-15 middleware dedicated to answer /robots.txt requests. It uses arcanedev/robots to generate the response in the robots.txt format.

Installation

This library is available through Packagist and can be installed using Composer:

composer require codeinc/robots-txt-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).