Skip to content

Small Framework to manage the calculation of a price according to different parameters (old project name: calcul tarif).

License

Notifications You must be signed in to change notification settings

jgauthi/poc_price_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poc Price Manager

Small Framework to manage the calculation of a price according to different parameters (old project name: calcul tarif).

Prerequisite

  • v1.*: PHP 5.4+
  • v2.*: PHP 7.4
  • v3 (current version): PHP 8.1+

Install

composer install

Or you can add this poc like a dependency, in this case edit your composer.json (launch composer update after edit):

{
  "repositories": [
    { "type": "git", "url": "git@github.com:jgauthi/poc_price_manager.git" }
  ],
  "require": {
    "jgauthi/poc_price_manager": "3.*"
  }
}

Usage

You can test with php internal server and go to url http://localhost:8000:

php -S localhost:8000 -t public

Documentation

You can look at folder public.

About

Small Framework to manage the calculation of a price according to different parameters (old project name: calcul tarif).

Topics

Resources

License

Stars

Watchers

Forks

Languages