{"id":15964410,"url":"https://github.com/skeeks-cms/cms-shop-cart-items-widget","last_synced_at":"2026-01-24T06:07:00.412Z","repository":{"id":57052462,"uuid":"77543468","full_name":"skeeks-cms/cms-shop-cart-items-widget","owner":"skeeks-cms","description":"Widget shop cart steps for SkeekS CMS","archived":false,"fork":false,"pushed_at":"2024-11-14T12:19:13.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-14T01:12:39.097Z","etag":null,"topics":["cart","shop","skeeks","skeeks-cms","yii","yii2","yii2-extension"],"latest_commit_sha":null,"homepage":"https://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}},"created_at":"2016-12-28T15:44:03.000Z","updated_at":"2024-11-14T12:14:23.000Z","dependencies_parsed_at":"2024-10-30T02:28:30.173Z","dependency_job_id":null,"html_url":"https://github.com/skeeks-cms/cms-shop-cart-items-widget","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":0.04347826086956519,"last_synced_commit":"55ee6d5dba7305561ae3c7df58d486682f81783b"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-shop-cart-items-widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-shop-cart-items-widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-shop-cart-items-widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-shop-cart-items-widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skeeks-cms","download_url":"https://codeload.github.com/skeeks-cms/cms-shop-cart-items-widget/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230141213,"owners_count":18179684,"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":["cart","shop","skeeks","skeeks-cms","yii","yii2","yii2-extension"],"created_at":"2024-10-07T17:01:47.883Z","updated_at":"2026-01-24T06:07:00.407Z","avatar_url":"https://github.com/skeeks-cms.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Widget shop cart steps for 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-cart-items-widget \"*\"\n```\n\nor add\n\n```\n\"skeeks/cms-shop-cart-items-widget\": \"*\"\n```\n\nExample\n----------\n\n```php\n\n\u003c?= \\skeeks\\cms\\shopCartItemsWidget\\ShopCartItemsListWidget::widget([\n    'dataProvider' =\u003e new \\yii\\data\\ActiveDataProvider([\n        'query' =\u003e \\Yii::$app-\u003eshop-\u003eshopFuser-\u003egetShopBaskets(),\n        'pagination' =\u003e\n        [\n            'defaultPageSize' =\u003e 100,\n            'pageSizeLimit' =\u003e [1, 100],\n        ]\n    ]),\n    //'headerView' =\u003e '@app/view/.../header',\n    //'footerView' =\u003e '@app/view/.../footer',\n    //'itemView' =\u003e '@app/view/.../item',\n]); ?\u003e\n\n```\n\n\nExample cart items\n----------\n\n```php\n\n\u003c?= \\skeeks\\cms\\shopCartItemsWidget\\ShopCartItemsListWidget::widget([\n    'dataProvider' =\u003e new \\yii\\data\\ActiveDataProvider([\n        'query' =\u003e $model-\u003egetShopBaskets(),\n        'pagination' =\u003e\n        [\n            'defaultPageSize' =\u003e 100,\n            'pageSizeLimit' =\u003e [1, 100],\n        ],\n    ]),\n]); ?\u003e\n\n```\n\nExample order items\n----------\n\n```php\n\n\u003c?= \\skeeks\\cms\\shopCartItemsWidget\\ShopCartItemsListWidget::widget([\n    'dataProvider' =\u003e new \\yii\\data\\ActiveDataProvider([\n        'query' =\u003e $model-\u003egetShopBaskets(),\n        'pagination' =\u003e\n        [\n            'defaultPageSize' =\u003e 100,\n            'pageSizeLimit' =\u003e [1, 100],\n        ],\n    ]),\n    'footerView'    =\u003e false,\n    'itemView'      =\u003e '@skeeks/cms/shopCartItemsWidget/views/items-list-order-item',\n]); ?\u003e\n\n```\n\n\n##Links\n* [Web site](http://cms.skeeks.com)\n* [Author](http://skeeks.com)\n\n___\n\n\u003e [![skeeks!](https://gravatar.com/userimage/74431132/13d04d83218593564422770b616e5622.jpg)](http://skeeks.com)  \n\u003ci\u003eSkeekS CMS (Yii2) � quickly, easily and effectively!\u003c/i\u003e  \n[skeeks.com](http://skeeks.com) | [cms.skeeks.com](http://cms.skeeks.com)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskeeks-cms%2Fcms-shop-cart-items-widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskeeks-cms%2Fcms-shop-cart-items-widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskeeks-cms%2Fcms-shop-cart-items-widget/lists"}