{"id":14974638,"url":"https://github.com/Raza9798/siteconfig","last_synced_at":"2025-10-27T09:31:21.679Z","repository":{"id":255417404,"uuid":"849570188","full_name":"Raza9798/Site-Settings","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":"2024-09-30T20:56:10.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T04:41:17.840Z","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}},"created_at":"2024-08-29T20:41:46.000Z","updated_at":"2024-09-30T20:53:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"f98d1d18-df96-468a-a76e-de3960be5c0a","html_url":"https://github.com/Raza9798/Site-Settings","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.375,"last_synced_commit":"6c03dc005f0a6a88d2561bf8509866afd04e1f04"},"previous_names":["raza9798/site-settings"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raza9798%2FSite-Settings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raza9798%2FSite-Settings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raza9798%2FSite-Settings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raza9798%2FSite-Settings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raza9798","download_url":"https://codeload.github.com/Raza9798/Site-Settings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238472007,"owners_count":19478142,"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":"2024-09-24T13:50:50.727Z","updated_at":"2025-10-27T09:31:21.674Z","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"}