{"id":19327674,"url":"https://github.com/antidot-framework/no-floc-middleware","last_synced_at":"2025-07-17T20:42:44.529Z","repository":{"id":46035411,"uuid":"360679514","full_name":"antidot-framework/no-floc-middleware","owner":"antidot-framework","description":"PSR-15 middleware to opting your Website out of Google's FLoC Network","archived":false,"fork":false,"pushed_at":"2021-11-18T16:20:06.000Z","size":27,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"1.x.x","last_synced_at":"2025-06-01T08:17:43.184Z","etag":null,"topics":["hacktoberfest","middleware","psr-15"],"latest_commit_sha":null,"homepage":"https://antidotfw.io/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antidot-framework.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"kpicaza"}},"created_at":"2021-04-22T20:55:18.000Z","updated_at":"2021-11-18T16:20:12.000Z","dependencies_parsed_at":"2022-09-12T06:12:15.320Z","dependency_job_id":null,"html_url":"https://github.com/antidot-framework/no-floc-middleware","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/antidot-framework/no-floc-middleware","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antidot-framework%2Fno-floc-middleware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antidot-framework%2Fno-floc-middleware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antidot-framework%2Fno-floc-middleware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antidot-framework%2Fno-floc-middleware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antidot-framework","download_url":"https://codeload.github.com/antidot-framework/no-floc-middleware/tar.gz/refs/heads/1.x.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antidot-framework%2Fno-floc-middleware/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265660521,"owners_count":23807170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","middleware","psr-15"],"created_at":"2024-11-10T02:18:07.364Z","updated_at":"2025-07-17T20:42:44.508Z","avatar_url":"https://github.com/antidot-framework.png","language":"PHP","funding_links":["https://github.com/sponsors/kpicaza"],"categories":[],"sub_categories":[],"readme":"# Antidot NO FLoC Middleware\n\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/antidot-framework/no-floc-middleware/badges/quality-score.png?b=1.x.x)](https://scrutinizer-ci.com/g/antidot-framework/no-floc-middleware/?branch=1.x.x)\n[![Code Coverage](https://scrutinizer-ci.com/g/antidot-framework/no-floc-middleware/badges/coverage.png?b=1.x.x)](https://scrutinizer-ci.com/g/antidot-framework/no-floc-middleware/?branch=1.x.x)\n[![Type Coverage](https://shepherd.dev/github/antidot-framework/no-floc-middleware/coverage.svg)](https://shepherd.dev/github/antidot-framework/no-floc-middleware)\n[![Build Status](https://scrutinizer-ci.com/g/antidot-framework/no-floc-middleware/badges/build.png?b=1.x.x)](https://scrutinizer-ci.com/g/antidot-framework/no-floc-middleware/build-status/1.x.x)\n\nPSR-15 middleware to opting your Website out of Google's FLoC Network\n\n## Installation\n\nUsing [composer](https://getcomposer.org/download/)\n\n````\ncomposer require antidot-fw/no-floc-middleware\n````\n\n### Using [Laminas config Aggregator](https://docs.laminas.dev/laminas-config-aggregator/)\n\nit install the library automatically\n\n## Usage\n\nIn Antidot, Mezzio or any other PSR-15 middleware application, add it to the global pipeline.\n\n````php\n\u003c?php\n\ndeclare(strict_types=1);\n\nuse Antidot\\Application\\Http\\Application;\nuse Antidot\\Application\\Http\\Middleware\\ErrorMiddleware;\nuse Antidot\\Application\\Http\\Middleware\\RouteDispatcherMiddleware;\nuse Antidot\\Application\\Http\\Middleware\\RouteNotFoundMiddleware;\nuse Antidot\\Logger\\Application\\Http\\Middleware\\ExceptionLoggerMiddleware;\nuse Antidot\\Logger\\Application\\Http\\Middleware\\RequestLoggerMiddleware;\n+use Antidot\\NoFLoC\\NoFLoCMiddleware;\n\nreturn static function (Application $app) : void {\n+    $app-\u003epipe(NoFLoCMiddleware::class)\n    $app-\u003epipe(ErrorMiddleware::class);\n    $app-\u003epipe(ExceptionLoggerMiddleware::class);\n    $app-\u003epipe(RequestLoggerMiddleware::class);\n    $app-\u003epipe(RouteDispatcherMiddleware::class);\n    $app-\u003epipe(RouteNotFoundMiddleware::class);\n};\n\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantidot-framework%2Fno-floc-middleware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantidot-framework%2Fno-floc-middleware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantidot-framework%2Fno-floc-middleware/lists"}