lysenkolipa / calc-liba
calculator
1.0.5
2020-02-09 17:48 UTC
README
**** Library has common calculator methods, also can get fuel cost per trip
Before starting the project, you need:
- Make sure that PHP version 7.4.
For this it's enough to write in the terminal:
php -v (show php version) or install it
- In the terminal. This command will install all the packages that are specified in the package.json file, as well as all their dependencies
Run the command
composer i
Launching the project
- Quick Run the project through the command in the terminal:
php -S localhost:8000