{"id":27078983,"url":"https://github.com/netlogix/nlxshopenvironment","last_synced_at":"2025-04-06T01:20:17.007Z","repository":{"id":42530879,"uuid":"297968869","full_name":"netlogix/nlxShopEnvironment","owner":"netlogix","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-21T08:12:23.000Z","size":387,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-27T11:26:05.993Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netlogix.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":"2020-09-23T12:51:47.000Z","updated_at":"2021-11-16T12:26:48.000Z","dependencies_parsed_at":"2023-01-21T11:31:53.454Z","dependency_job_id":null,"html_url":"https://github.com/netlogix/nlxShopEnvironment","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FnlxShopEnvironment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FnlxShopEnvironment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FnlxShopEnvironment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FnlxShopEnvironment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netlogix","download_url":"https://codeload.github.com/netlogix/nlxShopEnvironment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247421102,"owners_count":20936231,"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-04-06T01:20:16.491Z","updated_at":"2025-04-06T01:20:16.997Z","avatar_url":"https://github.com/netlogix.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"nlxShopEnvironment\n=================\n\nBy using this Shopware plugin you can load or dump some shop configuration to or from database.\n\nThis is especially useful for easily privisioning different environment.\nFor example you can have a file ```shopconfig.prod.yml``` and a ```shopconfig.dev.yml```\nin your GIT repository.\n\nYou can then use a dump of your production database to setup your development environment.\nAfter inserting the dump into your database,\nyou can load the settings from ```shopconfig.dev.yml``` file\noverriding production critical configuration like smtp servers, hostnames, URLs, etc. \n\n\nUsage\n-----\n\nFirst you have to install and activate the plugin into your shopware installation.\n\nThen you can use both commands:\n\n    bin/console sd:environment:config:dump\n    bin/console sd:environment:config:load\n\nUse ```help``` command on the commands to get a brief overview of what they do.\n\n\nAdding functionality\n--------------------\n\nFor each root node in the `yaml` files there is an own loader that processes the configuration\nand an own dumper that generates these information.\n\nTo add a new root node you have to do the following:\n\n* Provide a new `Loader` that implements the `LoaderInterface` that is registered in `Resources/services/loaders.xml`.\n* Provide a new `Dumper` that implements the `DumperInterface` that is registered in `Resources/services/dumpers.xml`.\n* Provide a new `DataType` that implements the `DataTypeInterface` \n  that is registered in `Resources/services/data_types.xml` and tagged with `nlx.data_type`.\n  In the tag you can define the concrete root node key you want to use.\n  If you are lazy you can omit creating an own class implementing `DataTypeInterface` by using `GenericDataType`.\n\n\nLicense\n-------\n\nPlease see [License File](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlogix%2Fnlxshopenvironment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlogix%2Fnlxshopenvironment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlogix%2Fnlxshopenvironment/lists"}