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.
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.
The library is published under the MIT license (see LICENSE
file).