{"id":23359785,"url":"https://github.com/firehed/php-null-psr16","last_synced_at":"2026-02-03T20:05:21.271Z","repository":{"id":46342591,"uuid":"373326208","full_name":"Firehed/php-null-psr16","owner":"Firehed","description":"PSR-16 no-op cache (for fallbacks and testing)","archived":false,"fork":false,"pushed_at":"2024-07-09T23:49:36.000Z","size":12,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-18T22:40:11.374Z","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/Firehed.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-02T23:15:51.000Z","updated_at":"2023-10-10T04:19:31.000Z","dependencies_parsed_at":"2024-12-21T11:12:11.663Z","dependency_job_id":"41ab9447-4997-4942-b453-572e680c1bf6","html_url":"https://github.com/Firehed/php-null-psr16","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.5,"last_synced_commit":"81c0855909a6ca3a9339e270ceb0bab3937365af"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":"Firehed/php-library-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firehed%2Fphp-null-psr16","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firehed%2Fphp-null-psr16/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firehed%2Fphp-null-psr16/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firehed%2Fphp-null-psr16/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Firehed","download_url":"https://codeload.github.com/Firehed/php-null-psr16/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243188235,"owners_count":20250457,"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-12-21T11:11:57.921Z","updated_at":"2026-02-03T20:05:21.235Z","avatar_url":"https://github.com/Firehed.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PSR-16 \"null driver\"\n\nThis is a [PSR-16](https://www.php-fig.org/psr/psr-16/) implementation that always fails.\n\nThe motivation for this to exist is for fallback handling in cascading cache drivers.\nRather than the application using a cache failing entirely because it can't connect to the cache, it can fall back to a non-throwing implementation like this.\n\nAlso useful for tests where you want to ensure correct non-throwing failure handling and don't want to write a mock driver.\n\n## Installation and Usage\n\nInstall: `composer require firehed/null-psr16`\n\nUsage:\n\n```php\n$cache = new \\Firehed\\Cache\\NullPsr16();\n// Use like any other PSR-16 implementation\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirehed%2Fphp-null-psr16","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirehed%2Fphp-null-psr16","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirehed%2Fphp-null-psr16/lists"}