{"id":26447444,"url":"https://github.com/bitfertig/laravel-options","last_synced_at":"2025-06-28T09:32:49.529Z","repository":{"id":93349787,"uuid":"338639897","full_name":"Bitfertig/laravel-options","owner":"Bitfertig","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-13T21:44:29.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T13:57:08.527Z","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/Bitfertig.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,"zenodo":null}},"created_at":"2021-02-13T18:22:08.000Z","updated_at":"2021-02-13T21:44:31.000Z","dependencies_parsed_at":"2023-07-23T05:30:53.086Z","dependency_job_id":null,"html_url":"https://github.com/Bitfertig/laravel-options","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bitfertig/laravel-options","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitfertig%2Flaravel-options","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitfertig%2Flaravel-options/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitfertig%2Flaravel-options/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitfertig%2Flaravel-options/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bitfertig","download_url":"https://codeload.github.com/Bitfertig/laravel-options/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitfertig%2Flaravel-options/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262406378,"owners_count":23306147,"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":"2025-03-18T13:57:12.296Z","updated_at":"2025-06-28T09:32:49.517Z","avatar_url":"https://github.com/Bitfertig.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bitfertig/laravel-options\n\nA package for Laravel that offers a key-value-store.\n\n## Install\n\n### Install via Packagist\n\n...Todo...\n\n### Install via Git-Repo\n\nAdd the following to ```composer.json```:\n```json\n{\n    \n    \"repositories\": [\n        {\n            \"type\": \"git\",\n            \"url\": \"https://github.com/Bitfertig/laravel-options.git\"\n        }\n    ],\n    \"require\": {\n        \"bitfertig/laravel-options\": \"dev-main\"\n    }\n\n}\n```\n\nAdd the migration file to your project:\n```bash\nphp artisan vendor:publish --provider=\"Bitfertig\\Options\\OptionsServiceProvider\"\n```\n\nRun the migration file:\n```bash\nphp artisan migrate\n```\n\n\n## Usage\n\n```php\n$val = option($key)-\u003eget($default); // Getter\noption($key)-\u003eset($val); // Setter\noption($key)-\u003eremove(); // Remove\n```\n\n\n## Author\n\nAurelian \"dipser\" Hermand\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfertig%2Flaravel-options","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitfertig%2Flaravel-options","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfertig%2Flaravel-options/lists"}