silverorange / promo
Sales promotion framework.
2.8.3
2025-08-01 16:48 UTC
Requires
- php: >=8.0
- ext-mbstring: *
- pear/text_password: ^1.1.0
- silverorange/admin: ^7.0.3
- silverorange/site: ^15.3.2
- silverorange/store: ^10.2.2
- silverorange/swat: ^7.9.2
Requires (Dev)
- friendsofphp/php-cs-fixer: 3.64.0
- phpstan/phpstan: ^1.12
README
Promo is a promotion code discount system for the silverorange Store e-commerce platform.
Promo is responsible for the following object types and related tables:
- Promotion
- PromotionCode
It provides admin tools for managing promotions and codes. Additionally some Store objects are extended to provide promotion code support:
- Order
- CartEntry
Installation
Make sure the silverorange composer repository is added to the composer.json
for the project and then run:
composer require silverorange/promo