{"id":23501215,"url":"https://github.com/the-alex-mark/laravel-settings","last_synced_at":"2026-04-13T21:01:34.194Z","repository":{"id":57067760,"uuid":"416747576","full_name":"the-alex-mark/laravel-settings","owner":"the-alex-mark","description":"Реализует систему хранения перезаписываемых настроек в формате «YAML»","archived":false,"fork":false,"pushed_at":"2021-10-14T08:08:50.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-14T05:50:09.239Z","etag":null,"topics":["laravel","laravel-package","settings","yaml"],"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/the-alex-mark.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":"2021-10-13T13:09:03.000Z","updated_at":"2021-10-14T08:07:55.000Z","dependencies_parsed_at":"2022-08-24T14:54:07.690Z","dependency_job_id":null,"html_url":"https://github.com/the-alex-mark/laravel-settings","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/the-alex-mark/laravel-settings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-alex-mark%2Flaravel-settings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-alex-mark%2Flaravel-settings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-alex-mark%2Flaravel-settings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-alex-mark%2Flaravel-settings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-alex-mark","download_url":"https://codeload.github.com/the-alex-mark/laravel-settings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-alex-mark%2Flaravel-settings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-package","settings","yaml"],"created_at":"2024-12-25T07:13:39.572Z","updated_at":"2026-04-13T21:01:34.156Z","avatar_url":"https://github.com/the-alex-mark.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Settings\n\nРеализует систему хранения перезаписываемых настроек в формате «YAML».\n\n\u003cbr\u003e\n\n## Установка\n\n```bash\ncomposer require the_alex_mark/laravel-settings\n```\n\n\u003cbr\u003e\n\n## Использование\n\n\u003cbr\u003e\n\nУстановка параметров конфигурации (необязательно).  \nРасположение по умолчанию: `storage_path('settings/')`\n```ini\nSETTINGS_PATH=settings/\n```\n\n\u003cbr\u003e\n\nПример использования:\n```php\n// Получение и установка данных через фасад\nSettings::get('example.enabled');\nSettings::set('example.enabled', true);\n\n// Получение данных через вспомогательную функцию\nsettings('example.enabled');\n\n// Получение расположения файлов настроек\n$path = settings_path();\n```\n\n\u003cbr\u003e\n\nДополнительные команды `Artisan`:\n```bash\n# Очистка\nphp artisan settings:clear\n\n# Кеширование актуальных данных\nphp artisan settings:cache\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-alex-mark%2Flaravel-settings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-alex-mark%2Flaravel-settings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-alex-mark%2Flaravel-settings/lists"}