{"id":18871802,"url":"https://github.com/elevantiq/coreshop-advanced-inventory-bundle","last_synced_at":"2026-02-15T13:30:16.635Z","repository":{"id":56946259,"uuid":"262305297","full_name":"elevantiq/coreshop-advanced-inventory-bundle","owner":"elevantiq","description":"Advanced availability checking for CoreShop","archived":false,"fork":false,"pushed_at":"2020-05-08T11:46:53.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T23:15:53.411Z","etag":null,"topics":["coreshop","ecommerce","pimcore-bundle"],"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/elevantiq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-08T11:26:31.000Z","updated_at":"2020-05-08T11:46:55.000Z","dependencies_parsed_at":"2022-08-21T02:40:31.171Z","dependency_job_id":null,"html_url":"https://github.com/elevantiq/coreshop-advanced-inventory-bundle","commit_stats":null,"previous_names":["elevantiq/coreshop-advanced-inventory-bundle","alpin11/coreshop-advanced-inventory-bundle"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevantiq%2Fcoreshop-advanced-inventory-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevantiq%2Fcoreshop-advanced-inventory-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevantiq%2Fcoreshop-advanced-inventory-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevantiq%2Fcoreshop-advanced-inventory-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elevantiq","download_url":"https://codeload.github.com/elevantiq/coreshop-advanced-inventory-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239824981,"owners_count":19703194,"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":["coreshop","ecommerce","pimcore-bundle"],"created_at":"2024-11-08T05:27:26.693Z","updated_at":"2026-02-15T13:30:16.558Z","avatar_url":"https://github.com/elevantiq.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoreShop Advanced Inventory Bundle\n\nThis Bundle adds some simple but effective changes to the availability checker. \nIt requires the [coreshop/inventory-bundle](https://github.com/coreshop/inventory-bundle) repository which will be installed automatically.\n\n## TO DOs \n\n✅ Register custom availability checkers as services \n\n➡️ Add a basic toolkit for cached availability checking (e.g fetching stock levels from API)\n\n## Installation\n\n#### 1. Composer\n```bash\n    composer require alpin11/coreshop-advanced-inventory-bundle\n```\n\n#### 2. Activate\nEnable the Bundle in Pimcore Extension Manager or via CLI \n\n```bash\n    bin/console pimcore:bundle:enable CoreShopAdvancedInventoryBundle\n```\n\n#### 3. Setup\n\nAdd a custom availability checker class with the interface `CoreShop\\Bundle\\AdvancedInventoryBundle\\Checker\\AvailabilityCheckerInterface`\n\nThen register your class as a service and tag it with `coreshop.inventory.availability_checker`\n\n```yaml\n    AppBundle\\CoreShop\\Inventory\\Checker\\MyAvailabilityChecker:\n        tags:\n            - { name: coreshop.inventory.availability_checker, priority: 200 }\n```\n#### 4. Done \n\nThe bundle automatically overrides the `coreshop.inventory.availability_checker.default` so you don't have\nto update any of your services. It also makes the alias public, so you can directly access it through the container.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felevantiq%2Fcoreshop-advanced-inventory-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felevantiq%2Fcoreshop-advanced-inventory-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felevantiq%2Fcoreshop-advanced-inventory-bundle/lists"}