{"id":36971809,"url":"https://github.com/jdodds/php-key-value-file","last_synced_at":"2026-01-13T21:54:44.542Z","repository":{"id":6242435,"uuid":"7474557","full_name":"jdodds/php-key-value-file","owner":"jdodds","description":"A very simple file-backed key-value store for PHP.","archived":false,"fork":false,"pushed_at":"2013-01-07T00:26:09.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T01:04:07.765Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdodds.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":"2013-01-07T00:23:12.000Z","updated_at":"2014-01-03T02:10:43.000Z","dependencies_parsed_at":"2022-09-09T12:50:27.793Z","dependency_job_id":null,"html_url":"https://github.com/jdodds/php-key-value-file","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jdodds/php-key-value-file","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdodds%2Fphp-key-value-file","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdodds%2Fphp-key-value-file/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdodds%2Fphp-key-value-file/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdodds%2Fphp-key-value-file/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdodds","download_url":"https://codeload.github.com/jdodds/php-key-value-file/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdodds%2Fphp-key-value-file/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28401957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"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":"2026-01-13T21:54:44.438Z","updated_at":"2026-01-13T21:54:44.534Z","avatar_url":"https://github.com/jdodds.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a very simple file-backed persistent key-value store for php.\n\nUsage:\n\n    $store = new JDodds\\Storage\\KeyValueFile('/path/to/save/in');\n\n    $store-\u003eattach('foo', 'bar');\n    $store['baz'] = 'quux';\n\n    $store-\u003epersist();\n\n    // ... sometime later\n\n    $store = new JDodds\\Storage\\KeyValueFile('/the/same/path/as/before');\n    $foo = $store['foo'];\n\n    $foo2 = $store-\u003edetach('foo');\n    $store-\u003econtains('foo') // false;\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdodds%2Fphp-key-value-file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdodds%2Fphp-key-value-file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdodds%2Fphp-key-value-file/lists"}