Download the PHP package mindpowered/carloancalculator without Composer
On this page you can find all versions of the php package mindpowered/carloancalculator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mindpowered/carloancalculator
More information about mindpowered/carloancalculator
Files in mindpowered/carloancalculator
Package carloancalculator
Short Description Car Loan Auto Loan Payment Calculator - Calculate financing on a new car including trade-in and taxes
License MIT
Informations about the package carloancalculator
carloancalculator
Car Loan Auto Loan Payment Calculator - Calculate financing on a new car including trade-in and taxes
Contents
- Source Code and Documentation
- About
- Requirements
- Installation
- Usage
- Support
- Licensing
Source Code and Documentation
- Source Code: https://github.com/mindpowered/car-loan-calculator-php
- Documentation: https://mindpowered.github.io/car-loan-calculator-php
About
This package aims to calculate the following:
- Given the price of a new car, what is the payment?
- Given a certain payment, what is the max price of the new car?
The calculation takes into account:
- The interest rate of the car loan
- The term (length) of the car loan
- Applicable Taxes
- Trade-in value and amount owing
- Down payment
Requirements
- php >= 7
- php
mbstring
extension - php
xml
extension
Third-party dependencies may have additional requirements.
Installation
You can get carloancalculator using Composer. Composer manages dependencies for packages from Packagist and you can get it here: https://getcomposer.org/ .
Create a composer.json file in the top-most directory of your project and add mindpowered/carloancalculator
to the requirements:
Now you can run the command to update composer: composer update
. In order for composer to install the package dependencies you will need an archive manager such as zip installed. Composer requires use of the commands zip
and unzip
.
Usage
Support
We are here to support using this package. If it doesn't do what you're looking for, isn't working, or you just need help, please Contact us.
There is also a public Issue Tracker available for this package.
Licensing
This package is released under the MIT License.