Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.