{"id":15040449,"url":"https://github.com/grape-fluid/configuration","last_synced_at":"2026-02-14T08:02:05.644Z","repository":{"id":62512332,"uuid":"110897565","full_name":"grape-fluid/configuration","owner":"grape-fluid","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-18T10:25:30.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T05:45:44.234Z","etag":null,"topics":["fluid-cms","nette"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grape-fluid.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}},"created_at":"2017-11-15T23:12:54.000Z","updated_at":"2025-02-18T10:25:35.000Z","dependencies_parsed_at":"2024-09-28T23:00:38.074Z","dependency_job_id":"dd10fa9b-ffd2-4324-bce4-39b2a1107683","html_url":"https://github.com/grape-fluid/configuration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grape-fluid/configuration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grape-fluid%2Fconfiguration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grape-fluid%2Fconfiguration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grape-fluid%2Fconfiguration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grape-fluid%2Fconfiguration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grape-fluid","download_url":"https://codeload.github.com/grape-fluid/configuration/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grape-fluid%2Fconfiguration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29439821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"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":["fluid-cms","nette"],"created_at":"2024-09-24T20:44:37.784Z","updated_at":"2026-02-14T08:02:05.608Z","avatar_url":"https://github.com/grape-fluid.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GrapeFluid/Configuration \u003cimg align=\"right\" height=\"40px\" src=\"https://developers.grapesc.cz/logo_inline.png\"\u003e\n\n[![PHP from Packagist](https://img.shields.io/packagist/php-v/grape-fluid/configuration.svg?style=flat-square)](https://packagist.org/packages/grape-fluid/configuration)\n[![Build Status](https://img.shields.io/travis/grape-fluid/configuration.svg?style=flat-square)](https://travis-ci.org/grape-fluid/configuration)\n[![Code coverage](https://img.shields.io/coveralls/grape-fluid/configuration.svg?style=flat-square)](https://coveralls.io/r/grape-fluid/configuration)\n[![Licence](https://img.shields.io/packagist/l/grape-fluid/configuration.svg?style=flat-square)](https://packagist.org/packages/grape-fluid/configuration)\n[![Downloads this Month](https://img.shields.io/packagist/dm/grape-fluid/configuration.svg?style=flat-square)](https://packagist.org/packages/grape-fluid/configuration)\n[![Downloads total](https://img.shields.io/packagist/dt/grape-fluid/configuration.svg?style=flat-square)](https://packagist.org/packages/grape-fluid/configuration)\n[![Latest stable](https://img.shields.io/packagist/v/grape-fluid/configuration.svg?style=flat-square)](https://packagist.org/packages/grape-fluid/configuration)\n\n\n## Install\n\n```\ncomposer require grape-fluid/configuration\n```\n\n## Version\n\n\n## Registration\n\n```yaml\nextensions:\n    configuration: Grapesc\\GrapeFluid\\Configuration\\Bridges\\ConfigurationDI\\ConfigurationExtension\n```\n\n## Advanced settings\n\n```yaml\nservices:\n    # Service that implements Grapesc\\GrapeFluid\\Configuration\\IStorage\n    - Grapesc\\GrapeFluid\\Configuration\\Storage\\NetteDatabase('your_configuration_table_name')\n    # Optional - Service that implements Grapesc\\GrapeFluid\\Configuration\\Crypt\\ICrypt\n    - Grapesc\\GrapeFluid\\Configuration\\Crypt\\OpenSSLCrypt('your_secret_token')\n```\n\n## Example \n\n```yaml\nparameters:\n    testapi:\n        url: @c::val(test.api.url)\n        port: @c::val(test.api.port)\n        username: @c::val(test.api.username)\n        password: @c::val(test.api.password)\n        debug: @c::val(test.api.debug)\n        endpoints:\n            test: @c::con(%testapi.url%, /getTest)    \n\nconfiguration:\n    test.api.url: [default: \"http://localhost/api\", description: \"API base path\"]\n    test.api.port: [default: 80, description: \"API port\", type: integer, nullable: false]\n    test.api.username: [default: \"admin\", description: \"API username\"]\n    test.api.password: [description: \"API password\", secured: true]\n    test.api.debug: [default: false, description: \"Enable debug\", type: boolean, nullable: false]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrape-fluid%2Fconfiguration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrape-fluid%2Fconfiguration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrape-fluid%2Fconfiguration/lists"}