{"id":19591350,"url":"https://github.com/taoso/php-kv","last_synced_at":"2026-04-29T00:02:22.898Z","repository":{"id":62520524,"uuid":"94600981","full_name":"taoso/php-kv","owner":"taoso","description":"php kev-value store","archived":false,"fork":false,"pushed_at":"2017-06-17T04:47:08.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-09T06:45:35.170Z","etag":null,"topics":["filesystem","key-value","kv","kv-database","nosql","php","sqlite","store"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taoso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-17T04:40:51.000Z","updated_at":"2018-03-06T12:47:11.000Z","dependencies_parsed_at":"2022-11-02T14:46:03.873Z","dependency_job_id":null,"html_url":"https://github.com/taoso/php-kv","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/taoso%2Fphp-kv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoso%2Fphp-kv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoso%2Fphp-kv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoso%2Fphp-kv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taoso","download_url":"https://codeload.github.com/taoso/php-kv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240866207,"owners_count":19870307,"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":["filesystem","key-value","kv","kv-database","nosql","php","sqlite","store"],"created_at":"2024-11-11T08:28:39.749Z","updated_at":"2026-04-29T00:02:22.852Z","avatar_url":"https://github.com/taoso.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-kv\nuse sqlite as key-value store.\n\n## install\n\n```\ncomposer require lvht/kv\n```\n\n## usage\n```\n\u003c?php\n$kv = \\Lvht\\Key\\Key::new('path/to/file.db');\n// $kv = \\Lvht\\Key\\Key::new('path/to/file.db', 'text');\n\n$kv-\u003eset('a', [1,2,3]);\n\nvar_dump($kv-\u003eget('a'));\n```\nThe output is\n```\narray(3) {\n  [0]=\u003e\n  int(1)\n  [1]=\u003e\n  int(2)\n  [2]=\u003e\n  int(3)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaoso%2Fphp-kv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaoso%2Fphp-kv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaoso%2Fphp-kv/lists"}