fond-of-spryker / cart
n/a
Installs: 19 715
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/fond-of-spryker/cart
Requires
- php: >=7.1
 - spryker/cart: ^5.2.0
 
Requires (Dev)
- codeception/codeception: ^2.3
 - mikey179/vfsstream: ^1.6
 - php-coveralls/php-coveralls: ^2.0
 - phpro/grumphp: ^0.14
 - sebastian/phpcpd: ^4.0
 - spryker/application: ^3.0.0
 - spryker/code-sniffer: ^0.11
 - spryker/kernel: ^3.0.0
 
This package is auto-updated.
Last update: 2025-10-28 20:54:38 UTC
README
Install
composer require fond-of-spryker/cart
New plugin which count total cart items. Just set in in your dependency provider, stored under: Pyz\Client\Cart;
/**
 * @return \Spryker\Client\Cart\Dependency\Plugin\ItemCountPluginInterface
 */
protected function getItemCountPlugin()
{
    return new ItemCountPlugin();
}