{"id":19095104,"url":"https://github.com/shopsys/luigis-box","last_synced_at":"2025-03-23T03:29:23.995Z","repository":{"id":223854375,"uuid":"761725858","full_name":"shopsys/luigis-box","owner":"shopsys","description":"[READ-ONLY] Plugin for search and autocompletion via luigisbox.com for Shopsys Platform","archived":false,"fork":false,"pushed_at":"2024-05-22T10:36:15.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"alpha","last_synced_at":"2024-05-22T11:26:17.218Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"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/shopsys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2024-02-22T11:24:31.000Z","updated_at":"2024-06-04T09:40:50.342Z","dependencies_parsed_at":"2024-06-04T09:40:46.654Z","dependency_job_id":"706439e5-1631-4275-8c18-24121a7830d9","html_url":"https://github.com/shopsys/luigis-box","commit_stats":null,"previous_names":["shopsys/luigis-box"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shopsys%2Fluigis-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shopsys%2Fluigis-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shopsys%2Fluigis-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shopsys%2Fluigis-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shopsys","download_url":"https://codeload.github.com/shopsys/luigis-box/tar.gz/refs/heads/alpha","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052619,"owners_count":20553161,"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":"2024-11-09T03:32:46.291Z","updated_at":"2025-03-23T03:29:23.968Z","avatar_url":"https://github.com/shopsys.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shopsys Luigi's Box\n\n[![Downloads](https://img.shields.io/packagist/dt/shopsys/luigis-box.svg)](https://packagist.org/packages/shopsys/luigis-box)\n\nThis bundle for [Shopsys Platform](https://www.shopsys.com) adds advanced search using [Luigi's Box](https://luigisbox.com).\nThe bundle is dedicated for projects based on Shopsys Platform (i.e. created from [`shopsys/project-base`](https://github.com/shopsys/project-base)) exclusively.\nThis repository is maintained by [shopsys/shopsys] monorepo, information about changes is in [monorepo CHANGELOG.md](https://github.com/shopsys/shopsys/blob/master/CHANGELOG.md).\n\n## Documentation\n\n[Documentation](https://docs.shopsys.com/en/latest/integration/luigis-box/) can be found in Shopsys Platform Knowledge Base.\n\n## Installation\n\nThe plugin is a Symfony bundle and is installed in the same way:\n\n### Download\n\nFirst, you download the package using [Composer](https://getcomposer.org/):\n\n```\ncomposer require shopsys/luigis-box\n```\n\n## Configuration\n\nSet these environment variables in your project:\n\n```\nLUIGIS_BOX_ENABLED_DOMAIN_IDS // comma separated list of domain ids e.g. '1,2'\nLUIGIS_BOX_TRACKER_IDS_BY_DOMAIN_IDS='{\"1\": \"\u003cTRACKER_ID_FOR_DOMAIN_1\u003e\", \"2\": \"\u003cTRACKER_ID_FOR_DOMAIN_2\u003e\", ...}' // JSON object with domain id as key and tracker id as value\n```\n\nAdd this data loader to your `config/packages/overblog_dataloader.yaml`:\n\n```yaml\nluigisBoxBatchLoader:\n    alias: 'luigis_box_batch_loader'\n    batch_load_fn: \"@Shopsys\\\\LuigisBoxBundle\\\\Model\\\\Batch\\\\LuigisBoxBatchLoader:loadByBatchData\"\n```\n\nAdd a recommendation query to your frontend API (`Query.types.yaml`):\n\n```yaml\n- 'RecommendationQueryDecorator'\n```\n\nAdd a recommendation type to your frontend API types folder (`config/graphql/types/Recommendation`):\n\n```yaml\nRecommendationType:\n    type: object\n    inherits:\n        - 'RecommendationTypeDecorator'\n```\n\n## Contributing\n\nThank you for your contributions to Shopsys LuigisBox package.\nTogether, we are making Shopsys Platform better.\n\nThis repository is READ-ONLY.\nIf you want to [report issues](https://github.com/shopsys/shopsys/issues/new) and/or send [pull requests](https://github.com/shopsys/shopsys/compare),\nplease use the main [Shopsys repository](https://github.com/shopsys/shopsys).\n\nPlease check our [Contribution Guide](https://github.com/shopsys/shopsys/blob/master/CONTRIBUTING.md) before contributing.\n\n## Support\n\nWhat to do when you are in trouble or need some help?\nThe best way is to join our [Slack](https://join.slack.com/t/shopsysframework/shared_invite/zt-11wx9au4g-e5pXei73UJydHRQ7nVApAQ).\n\nIf you want to [report issues](https://github.com/shopsys/shopsys/issues/new), please use the main [Shopsys repository](https://github.com/shopsys/shopsys).\n\n[shopsys/shopsys]: (https://github.com/shopsys/shopsys)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshopsys%2Fluigis-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshopsys%2Fluigis-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshopsys%2Fluigis-box/lists"}