{"id":15984885,"url":"https://github.com/divineomega/json-key-value-store","last_synced_at":"2025-03-18T00:31:35.467Z","repository":{"id":56969666,"uuid":"132195531","full_name":"DivineOmega/json-key-value-store","owner":"DivineOmega","description":"A simple JSON based key value store","archived":false,"fork":false,"pushed_at":"2020-05-24T14:15:36.000Z","size":24,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T06:04:22.957Z","etag":null,"topics":["json","key-value","key-value-store","php","php-library","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DivineOmega.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-04T22:40:35.000Z","updated_at":"2020-11-22T05:10:55.000Z","dependencies_parsed_at":"2022-08-21T06:40:20.204Z","dependency_job_id":null,"html_url":"https://github.com/DivineOmega/json-key-value-store","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/DivineOmega%2Fjson-key-value-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fjson-key-value-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fjson-key-value-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fjson-key-value-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DivineOmega","download_url":"https://codeload.github.com/DivineOmega/json-key-value-store/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893849,"owners_count":20364918,"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":["json","key-value","key-value-store","php","php-library","store"],"created_at":"2024-10-08T02:11:03.396Z","updated_at":"2025-03-18T00:31:35.202Z","avatar_url":"https://github.com/DivineOmega.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON Key Value Store\n\n[![Build Status](https://travis-ci.org/DivineOmega/json-key-value-store.svg?branch=master)](https://travis-ci.org/DivineOmega/json-key-value-store)\n[![Coverage Status](https://coveralls.io/repos/github/DivineOmega/json-key-value-store/badge.svg?branch=master)](https://coveralls.io/github/DivineOmega/json-key-value-store?branch=master)\n[![StyleCI](https://styleci.io/repos/132195531/shield?branch=master)](https://styleci.io/repos/132195531)\n\nA simple JSON based key value store.\n\n## Installation\n\nThis JSON Key Value Store package can be easily installed using Composer. Just run the following command from the root of your project.\n\n```\ncomposer require divineomega/json-key-value-store\n```\n\nIf you have never used the Composer dependency manager before, head to the [Composer website](https://getcomposer.org/) for more information on how to get started.\n\n## Usage\n\nUsing the JSON Key Value Store is designed to be super simple.\n\nHere is a basic usage example:\n\n```php\nuse DivineOmega\\JsonKeyValueStore\\JsonKeyValueStore;\n\n$store = new JsonKeyValueStore('store.json.gz');\n\n$store-\u003eset('key1', 'value123');\n$store-\u003eset('key2', 'value456');\n$store-\u003edelete('key2');\n\n$value = $store-\u003eget('key1');\n\n// $value = 'value123'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivineomega%2Fjson-key-value-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivineomega%2Fjson-key-value-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivineomega%2Fjson-key-value-store/lists"}