Download the PHP package moirei/laravel-pricing without Composer
On this page you can find all versions of the php package moirei/laravel-pricing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download moirei/laravel-pricing
More information about moirei/laravel-pricing
Files in moirei/laravel-pricing
Package laravel-pricing
Short Description Easily manage complex pricing.
License MIT
Homepage https://moirei.github.io/laravel-pricing
Informations about the package laravel-pricing
Laravel Pricing
Manage complex pricing for your eloquent models.
To use in frontend or Node.js, checkout moirei/complex-pricing.
Documentation
All documentation is available at the documentation site.
Example
Installation
Concept
In large applications, pricing for provided goods or service are often not straight forward. For instance, you might want to charge $10 on an item for every 5 units purchased in AU, while at the same time, for your customers in US, regressively charge $50, $40, $30 for every quantity ranged between 0-30, 31-40, 50-infinity respectively.
This package has the concept of standard
, package
, volume
, and graduated
pricing intended to cover most (if not all) complex pricing scenarios. It also allows naming for multi-currency and multi-region use cases.
Changelog
Please see CHANGELOG.
Credits
Tests
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-pricing with dependencies
illuminate/database Version ^7|^8|^9|^10
laravel/helpers Version ^1.5