{"id":50936815,"url":"https://github.com/skeeks-cms/cms-shop","last_synced_at":"2026-06-17T10:01:20.232Z","repository":{"id":41403782,"uuid":"45344931","full_name":"skeeks-cms/cms-shop","owner":"skeeks-cms","description":"Module for SkeekS CMS","archived":false,"fork":false,"pushed_at":"2026-06-10T09:45:29.000Z","size":4912,"stargazers_count":14,"open_issues_count":2,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-06-10T11:22:30.864Z","etag":null,"topics":["shop","shopping","skeeks-cms"],"latest_commit_sha":null,"homepage":"https://cms.skeeks.com","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/skeeks-cms.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-11-01T15:05:57.000Z","updated_at":"2026-06-10T09:44:50.000Z","dependencies_parsed_at":"2026-03-19T18:07:53.686Z","dependency_job_id":null,"html_url":"https://github.com/skeeks-cms/cms-shop","commit_stats":{"total_commits":1095,"total_committers":2,"mean_commits":547.5,"dds":"0.034703196347032006","last_synced_commit":"069450855e16829cc1bd63186676f2b18a67e7db"},"previous_names":[],"tags_count":572,"template":false,"template_full_name":null,"purl":"pkg:github/skeeks-cms/cms-shop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-shop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-shop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-shop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-shop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skeeks-cms","download_url":"https://codeload.github.com/skeeks-cms/cms-shop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-shop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34443239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["shop","shopping","skeeks-cms"],"created_at":"2026-06-17T10:00:50.817Z","updated_at":"2026-06-17T10:01:20.222Z","avatar_url":"https://github.com/skeeks-cms.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Shop on SkeekS CMS\n===================================\n\nInstallation\n------------\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```\nphp composer.phar require --prefer-dist skeeks/cms-shop \"*\"\n```\n\nor add\n\n```\n\"skeeks/cms-shop\": \"*\"\n```\n\nConfiguration app\n----------\n\n```php\n\n'components' =\u003e\n[\n    'admin' =\u003e [\n        'dashboards'         =\u003e [\n            'Shop' =\u003e\n            [\n                'skeeks\\cms\\shop\\dashboards\\ReportOrderDashboard'\n            ]\n        ],\n    ],\n\n    'shop' =\u003e [\n        'class'         =\u003e 'skeeks\\cms\\shop\\components\\ShopComponent',\n    ],\n\n    'i18n' =\u003e [\n        'translations'  =\u003e\n        [\n            'skeeks/shop/app' =\u003e\n            [\n                'class'             =\u003e 'yii\\i18n\\PhpMessageSource',\n                'basePath'          =\u003e '@skeeks/cms/shop/messages',\n                'fileMap' =\u003e [\n                    'skeeks/shop/app' =\u003e 'app.php',\n                ],\n            ]\n        ],\n    ],\n\n    'urlManager' =\u003e [\n        'rules' =\u003e [\n            '~shop-cart'                             =\u003e 'shop/cart',\n            '~shop-\u003c_a:(checkout|payment)\u003e'          =\u003e 'shop/cart/\u003c_a\u003e',\n            '~shop-\u003c_a:(finish)\u003e'                    =\u003e 'shop/order/\u003c_a\u003e',\n            '~shop-order/\u003c_a\u003e'                       =\u003e 'shop/order/\u003c_a\u003e',\n        ]\n    ],\n],\n\n'modules' =\u003e\n[\n    'shop' =\u003e [\n        'class'         =\u003e 'skeeks\\cms\\shop\\Module',\n    ]\n]\n\n```\n\n\n\nPay systems\n----------\n\n * paypal\n * robokassa\n * Yandex kassa\n * Tinkoff\n\n\n\nLinks\n-------\n* [Web site](https://cms.skeeks.com)\n* [Author](https://skeeks.com)\n* [ChangeLog](https://github.com/skeeks-cms/cms-shop/blob/master/CHANGELOG.md)\n\n\n\n___\n\n\u003e [![skeeks!](https://skeeks.com/img/logo/logo-no-title-80px.png)](https://skeeks.com)  \n\u003ci\u003eSkeekS CMS (Yii2) — quickly, easily and effectively!\u003c/i\u003e  \n[skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskeeks-cms%2Fcms-shop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskeeks-cms%2Fcms-shop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskeeks-cms%2Fcms-shop/lists"}