p7v / disable-floc-middleware
Disable Google's FLoC with help of PSR-15 middleware
1.5.0
2024-01-16 18:13 UTC
Requires
- php: ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0
- psr/http-message: ^1.0 || ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- nyholm/psr7: ^1.7.0
- phpunit/phpunit: ^9.6.7
Provides
README
This package will help you disable Google's FLoC.
Installation
You can install the package via composer:
composer require p7v/disable-floc-middleware
Usage
Package provides with single P7v\DisableFloc\DisableFlocMiddleware
class. It is PSR-15 middleware, thus can be used for any PSR-15 handler. Just include it in chain of your middlewares.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.