https://github.com/p-seven-v/disable-floc-middleware
Disable Google's FLoC with help of PSR-15 middleware
https://github.com/p-seven-v/disable-floc-middleware
hacktoberfest middleware psr-15
Last synced: about 1 year ago
JSON representation
Disable Google's FLoC with help of PSR-15 middleware
- Host: GitHub
- URL: https://github.com/p-seven-v/disable-floc-middleware
- Owner: p-seven-v
- License: mit
- Created: 2021-05-07T19:10:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T10:44:04.000Z (about 2 years ago)
- Last Synced: 2025-03-28T03:41:22.725Z (about 1 year ago)
- Topics: hacktoberfest, middleware, psr-15
- Language: PHP
- Homepage:
- Size: 126 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Disable Google's FLoC with PSR-15 middleware
[](https://packagist.org/packages/p7v/disable-floc-middleware)
This package will help you disable [Google's FLoC](https://plausible.io/blog/google-floc).
## Installation
You can install the package via composer:
```bash
composer require p7v/disable-floc-middleware
```
## Usage
Package provides with single `P7v\DisableFloc\DisableFlocMiddleware` class. It is [PSR-15][psr15] middleware, thus can be used for any [PSR-15][psr15] handler. Just include it in chain of your middlewares.
[psr15]: https://www.php-fig.org/psr/psr-15/
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Credits
- [Alex Plekhanov](https://github.com/alexsoft)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.