{"id":21638790,"url":"https://github.com/novactive/ezsmartcacheclear-bundle","last_synced_at":"2026-05-18T22:01:50.928Z","repository":{"id":57028658,"uuid":"132204179","full_name":"Novactive/ezsmartcacheclear-bundle","owner":"Novactive","description":"This eZ Platform bundle intends to provide an eZ publish like smart cache clearing mechanisme.","archived":false,"fork":false,"pushed_at":"2018-05-05T15:13:57.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-01T02:47:30.523Z","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/Novactive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-05T01:29:25.000Z","updated_at":"2020-10-19T18:54:13.000Z","dependencies_parsed_at":"2022-08-23T17:41:03.975Z","dependency_job_id":null,"html_url":"https://github.com/Novactive/ezsmartcacheclear-bundle","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novactive%2Fezsmartcacheclear-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novactive%2Fezsmartcacheclear-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novactive%2Fezsmartcacheclear-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novactive%2Fezsmartcacheclear-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Novactive","download_url":"https://codeload.github.com/Novactive/ezsmartcacheclear-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244338994,"owners_count":20437167,"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":[],"created_at":"2024-11-25T04:11:42.512Z","updated_at":"2026-05-18T22:01:45.870Z","avatar_url":"https://github.com/Novactive.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eZ (platform) Smart Cache Clear Bundle\n\n master | [![Build Status](https://travis-ci.org/Novactive/ezsmartcacheclear-bundle.svg?branch=master)](https://travis-ci.org/Novactive/ezsiteaccessmatchers-bundle)|\n--------|---------|\n\n## About\n\nThis eZ Platform bundle intends to provide an eZ publish like smart cache clearing mechanisme.\n\nThe following clearing rules are available :\n\n* parents\n* siblings\n* children\n* subtree\n\n## Installation\n\nThe recommended way to install this bundle is through [Composer](http://getcomposer.org/). Just run :\n\n```bash\ncomposer require novactive/ezsmartcacheclear-bundle\n```\n\nRegister the bundle in the kernel of your application :\n\n```php\n// app/AppKernel.php\npublic function registerBundles()\n{\n    $bundles = [\n        // ...\n        new Novactive\\eZSmartCacheClearBundle\\NovaEzSmartCacheClearBundle(),\n    ];\n\n    ...\n\n    return $bundles;\n}\n```\n\n## Configuration\n\nOnce the bundle registered, you should configure the rules you want to apply for your content types, by defining the following config :\n\n```yaml\nnova_ez_smart_cache_clear:\n    config:\n        my_siteaccess:\n            publish:\n                -\n                    content_type: my_content_type\n                    rules:\n                        parents: { enabled: true, nbLevels: 4 }\n                        children: { enabled: true }\n                        siblings: { enabled: true }\n                        subtree: { enabled: true }\n```\n\n## License\n\nThis bundle is released under the MIT license. See the complete license in the bundle:\n\n```bash\nLICENSE\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovactive%2Fezsmartcacheclear-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnovactive%2Fezsmartcacheclear-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovactive%2Fezsmartcacheclear-bundle/lists"}