{"id":37000354,"url":"https://github.com/discountkitchenfactory/core","last_synced_at":"2026-01-14T00:02:30.796Z","repository":{"id":56969431,"uuid":"154348223","full_name":"discountkitchenfactory/core","owner":"discountkitchenfactory","description":"A custom module for discountkitchenfactory.co.uk (Magento 2)","archived":false,"fork":false,"pushed_at":"2024-03-31T00:13:01.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T04:20:05.862Z","etag":null,"topics":["mage2pro","mage2pro-module","mage2pro-module-bespoke","mage2pro-module-ready","magento","magento2","magento2-extension","magento2-module"],"latest_commit_sha":null,"homepage":"https://upwork.com/fl/mage2pro","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/discountkitchenfactory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-23T15:02:20.000Z","updated_at":"2024-03-31T00:12:51.000Z","dependencies_parsed_at":"2022-08-21T10:50:44.036Z","dependency_job_id":null,"html_url":"https://github.com/discountkitchenfactory/core","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/discountkitchenfactory/core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discountkitchenfactory%2Fcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discountkitchenfactory%2Fcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discountkitchenfactory%2Fcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discountkitchenfactory%2Fcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/discountkitchenfactory","download_url":"https://codeload.github.com/discountkitchenfactory/core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discountkitchenfactory%2Fcore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["mage2pro","mage2pro-module","mage2pro-module-bespoke","mage2pro-module-ready","magento","magento2","magento2-extension","magento2-module"],"created_at":"2026-01-14T00:02:26.634Z","updated_at":"2026-01-14T00:02:30.785Z","avatar_url":"https://github.com/discountkitchenfactory.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"A custom module for [discountkitchenfactory.co.uk](https://discountkitchenfactory.co.uk) (Magento 2).\n\n## How to install\n```\n/opt/plesk/php/7.1/bin/php bin/magento maintenance:enable\n/opt/plesk/php/7.1/bin/php /usr/lib64/plesk-9.0/composer.phar clear-cache\n/opt/plesk/php/7.1/bin/php /usr/lib64/plesk-9.0/composer.phar require discountkitchenfactory/core:*\n/opt/plesk/php/7.1/bin/php bin/magento setup:upgrade\nrm -rf var/cache generated/code \u0026\u0026 /opt/plesk/php/7.1/bin/php bin/magento setup:di:compile\nrm -rf pub/static/* \u0026\u0026 /opt/plesk/php/7.1/bin/php bin/magento setup:static-content:deploy en_US en_GB\n/opt/plesk/php/7.1/bin/php bin/magento cache:clean \u0026\u0026 sudo apachectl restart \u0026\u0026 sudo nginx -s reload\nchmod -R -v 777 var/* pub/*\n/opt/plesk/php/7.1/bin/php bin/magento cache:enable\n/opt/plesk/php/7.1/bin/php bin/magento maintenance:disable\n```\n\n## How to upgrade\n```\n/opt/plesk/php/7.1/bin/php bin/magento maintenance:enable\n/opt/plesk/php/7.1/bin/php /usr/lib64/plesk-9.0/composer.phar clear-cache\n/opt/plesk/php/7.1/bin/php /usr/lib64/plesk-9.0/composer.phar update discountkitchenfactory/core\n/opt/plesk/php/7.1/bin/php bin/magento setup:upgrade\nrm -rf var/cache generated/code \u0026\u0026 /opt/plesk/php/7.1/bin/php bin/magento setup:di:compile\nrm -rf pub/static/* \u0026\u0026 /opt/plesk/php/7.1/bin/php bin/magento setup:static-content:deploy en_US en_GB\n/opt/plesk/php/7.1/bin/php bin/magento cache:clean \u0026\u0026 sudo apachectl restart \u0026\u0026 sudo nginx -s reload\nchmod -R -v 777 var/* pub/*\n/opt/plesk/php/7.1/bin/php bin/magento cache:enable\n/opt/plesk/php/7.1/bin/php bin/magento maintenance:disable\n```\n\nIf you have problems with these commands, please check the [detailed instruction](https://mage2.pro/t/263).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscountkitchenfactory%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscountkitchenfactory%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscountkitchenfactory%2Fcore/lists"}