{"id":28209536,"url":"https://github.com/raza9798/siteconfig","last_synced_at":"2025-06-12T14:30:42.172Z","repository":{"id":255417404,"uuid":"849570188","full_name":"Raza9798/siteconfig","owner":"Raza9798","description":"This Laravel package provides a simple and efficient way to manage site settings. You can store, retrieve, update, and delete configuration settings on a application","archived":false,"fork":false,"pushed_at":"2025-06-09T17:37:04.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T18:24:39.399Z","etag":null,"topics":["laravel","laravel-framework","laravel11","php","php83"],"latest_commit_sha":null,"homepage":"","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/Raza9798.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-08-29T20:41:46.000Z","updated_at":"2025-06-09T17:37:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"f98d1d18-df96-468a-a76e-de3960be5c0a","html_url":"https://github.com/Raza9798/siteconfig","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.375,"last_synced_commit":"6c03dc005f0a6a88d2561bf8509866afd04e1f04"},"previous_names":["raza9798/site-settings","raza9798/siteconfig"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Raza9798/siteconfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raza9798%2Fsiteconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raza9798%2Fsiteconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raza9798%2Fsiteconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raza9798%2Fsiteconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raza9798","download_url":"https://codeload.github.com/Raza9798/siteconfig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raza9798%2Fsiteconfig/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259482384,"owners_count":22864739,"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":["laravel","laravel-framework","laravel11","php","php83"],"created_at":"2025-05-17T16:12:45.139Z","updated_at":"2025-06-12T14:30:42.166Z","avatar_url":"https://github.com/Raza9798.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SiteConfig Laravel Package\nThis Laravel package provides a simple and efficient way to manage site settings / enviromental variables via database. You can store, retrieve, update, and delete configuration settings on a application using the SiteConfig class.\n\n\n## Installation\nTo install the package, add it to your Laravel project using Composer:\n```shell\n$ composer require raza9798/siteconfig\n$ php artisan siteconfig:env-sync\n```\n\n# Usage\n\nusage in the web base application\n```php\n# import facade \nuse Core\\Siteconfig\\Config;\n\n# working with method \nConfig::save('phone', '123'); # store method\nConfig::show('phone'); # get method\nConfig::update('phone', '18487'); # update method\nConfig::delete('phone'); #delete method\nConfig::list(); # showing all variables as array\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraza9798%2Fsiteconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraza9798%2Fsiteconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraza9798%2Fsiteconfig/lists"}