michaelbelgium/shoppingcart
Laravel Shoppingcart
Maintainers
5.1.0
2026-06-30 14:36 UTC
Requires
- illuminate/events: ^10||^11
- illuminate/session: ^10||^11
- illuminate/support: ^10||^11
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^8.0||^9.0
- phpunit/phpunit: ^10.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 0634f2231410c7d5a6c60a34f3d6eeef2c9c6e4e
- Rob Gloudemans <info.woop@robgloudemans.nl>
- Michael V. <michael.woop@michaelbelgium.me>
README
👁 CI Status
👁 Total Downloads
👁 Latest Stable Version
👁 Latest Unstable Version
👁 License
A simple shoppingcart implementation for Laravel.
Installation
Install the package through Composer.
Run the Composer require command from the Terminal:
composer require michaelbelgium/shoppingcart
Difference between Crinsane/LaravelShoppingcart
- Added functionality
Cart::cost()Cart::costFormat()- Enum
CostType Cart::totalFormat()Cart::taxFormat()Cart::subtotalFormat()
- More recent Laravel support
- More typed parameters, returns, properties, ...
- Less usage of magic properties - really dislike this one
- Refactoring
Overview and usage
Look at the detailed wiki to learn more about LaravelShoppingcart
