{"id":14983898,"url":"https://github.com/rekalogika/psr-16-simple-cache-bundle","last_synced_at":"2025-04-10T19:41:24.691Z","repository":{"id":192857608,"uuid":"687625319","full_name":"rekalogika/psr-16-simple-cache-bundle","owner":"rekalogika","description":"Enables PSR-16 Simple Cache services in Symfony projects","archived":false,"fork":false,"pushed_at":"2025-01-27T10:09:01.000Z","size":31,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-03T07:23:20.535Z","etag":null,"topics":["php","psr","psr-16","simple-cache","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"https://rekalogika.dev/psr-16-simple-cache-bundle","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/rekalogika.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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},"funding":{"github":"priyadi"}},"created_at":"2023-09-05T16:58:39.000Z","updated_at":"2024-09-16T15:21:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"46a53738-5504-464b-a87d-51050dd5eef8","html_url":"https://github.com/rekalogika/psr-16-simple-cache-bundle","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":"0.23529411764705888","last_synced_commit":"d0e172ce8c131e04ce305139a8fed896e16f5968"},"previous_names":["rekalogika/psr-16-simple-cache-bundle"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rekalogika%2Fpsr-16-simple-cache-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rekalogika%2Fpsr-16-simple-cache-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rekalogika%2Fpsr-16-simple-cache-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rekalogika%2Fpsr-16-simple-cache-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rekalogika","download_url":"https://codeload.github.com/rekalogika/psr-16-simple-cache-bundle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239370682,"owners_count":19627471,"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":["php","psr","psr-16","simple-cache","symfony","symfony-bundle"],"created_at":"2024-09-24T14:08:08.731Z","updated_at":"2025-02-17T21:32:46.015Z","avatar_url":"https://github.com/rekalogika.png","language":"PHP","funding_links":["https://github.com/sponsors/priyadi"],"categories":[],"sub_categories":[],"readme":"# rekalogika/psr-16-simple-cache-bundle\n\nEnables PSR-16 Simple Cache services in Symfony projects. These were previously\nenabled in the older Symfony version but were removed in 4.3.\n\n## Synopsis\n\n```php\nuse Psr\\SimpleCache\\CacheInterface;\n\nclass SomeService\n{\n    public function __construct(private CacheInterface $cache)\n    {\n    }\n\n    public function doSomething()\n    {\n        $this-\u003ecache-\u003eset('foo', 'bar');\n    }\n}\n```\n\n## Documentation\n\n[rekalogika.dev/psr-16-simple-cache-bundle](https://rekalogika.dev/psr-16-simple-cache-bundle)\n\n## Credits\n\nThis package is just a service definition. The actual implementation is done by\nthe Symfony project; they just don't make the service available by default.\n\n* [Adapters For Interoperability between PSR-6 and PSR-16 Cache](https://symfony.com/doc/current/components/cache/psr6_psr16_adapters.html)\n* [Service definition by Tobion](https://github.com/symfony/symfony/issues/28918#issuecomment-433489302)\n\n## License\n\nMIT\n\n## Contributing\n\nIssues and pull requests should be filed in the GitHub repository\n[rekalogika/psr-16-simple-cache-bundle](https://github.com/rekalogika/psr-16-simple-cache-bundle).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frekalogika%2Fpsr-16-simple-cache-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frekalogika%2Fpsr-16-simple-cache-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frekalogika%2Fpsr-16-simple-cache-bundle/lists"}