{"id":21543232,"url":"https://github.com/visuellverstehen/statamic-advanced-invalidator","last_synced_at":"2026-03-04T14:32:05.807Z","repository":{"id":246778061,"uuid":"822983461","full_name":"visuellverstehen/statamic-advanced-invalidator","owner":"visuellverstehen","description":"A Statamic invalidation class for static caching with advanced capabilities.","archived":false,"fork":false,"pushed_at":"2024-07-04T15:24:32.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-10-10T04:59:16.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/visuellverstehen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-02T07:54:43.000Z","updated_at":"2024-07-04T15:23:16.000Z","dependencies_parsed_at":"2024-07-06T20:15:39.155Z","dependency_job_id":null,"html_url":"https://github.com/visuellverstehen/statamic-advanced-invalidator","commit_stats":null,"previous_names":["visuellverstehen/statamic-advanced-invalidator"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/visuellverstehen/statamic-advanced-invalidator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visuellverstehen%2Fstatamic-advanced-invalidator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visuellverstehen%2Fstatamic-advanced-invalidator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visuellverstehen%2Fstatamic-advanced-invalidator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visuellverstehen%2Fstatamic-advanced-invalidator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/visuellverstehen","download_url":"https://codeload.github.com/visuellverstehen/statamic-advanced-invalidator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visuellverstehen%2Fstatamic-advanced-invalidator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30083758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-24T05:13:32.915Z","updated_at":"2026-03-04T14:32:05.776Z","avatar_url":"https://github.com/visuellverstehen.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Statamic Advanced Invalidator\n\nA Statamic invalidation class for static caching with advanced capabilities. It allows invalidating named routes, cache keys and [CacheTracker](https://github.com/thoughtco/statamic-cache-tracker) tags when the static cache for content items is cleared.\n\n## How to Install\n\nSimply run the following command from your project root:\n\n``` bash\ncomposer require visuellverstehen/statamic-advanced-invalidator\n```\n\n## How to Use\n\nIn your `static_caching.php` file add AdvancedInvalidator for the `class` key in the `invalidation` section. That allows you to add additional invalidation rules:\n\n```php\nuse VV\\AdvancedInvalidator\\AdvancedInvalidator;\n\n// …\n\n'invalidation' =\u003e [\n    'class' =\u003e AdvancedInvalidator::class,\n    \n    'rules' =\u003e [\n        'collections' =\u003e [\n            'pages' =\u003e [\n                'urls' =\u003e [\n                    // urls to invalidate\n                ],\n                'named_routes' =\u003e [\n                    // route names\n                    // routes will be resolved and merged with urls above\n                    'user.login',\n                ],\n                'keys' =\u003e [\n                    // cache key names\n                    'my-cache-key',\n                ],\n                'tags' =\u003e [\n                    // when using the CacheTracker package you can add\n                    // tags that should be invalidated\n                    'partial:sitemap',\n                ],\n            ],\n        ],\n    ]\n]\n```\n\n## More about us\n\n- [www.visuellverstehen.de](https://visuellverstehen.de)\n\n## License\nThe MIT license (MIT). Please take a look at the [license file](LICENSE.md) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisuellverstehen%2Fstatamic-advanced-invalidator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisuellverstehen%2Fstatamic-advanced-invalidator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisuellverstehen%2Fstatamic-advanced-invalidator/lists"}