Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T10:44:04.000Z (10 months ago)
- Last Synced: 2024-04-16T23:53:41.010Z (10 months ago)
- Topics: hacktoberfest, middleware, psr-15
- Language: PHP
- Homepage:
- Size: 126 KB
- Stars: 8
- Watchers: 3
- 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
[![Latest Version on Packagist](https://img.shields.io/packagist/v/p7v/disable-floc-middleware.svg?style=flat)](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.