mindpowered/carloancalculator 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mindpowered/carloancalculator

Composer 安装命令:

composer require mindpowered/carloancalculator

包简介

Car Loan Auto Loan Payment Calculator - Calculate financing on a new car including trade-in and taxes

README 文档

README

Car Loan Auto Loan Payment Calculator - Calculate financing on a new car including trade-in and taxes

Build Status

Contents

Source Code and Documentation

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:

{
        "require": {
                "mindpowered/carloancalculator" : "*"
        }
}

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

require __DIR__ . '/vendor/autoload.php';

use \mindpowered\carloancalculator\CarLoanCalculator;

$clc = new CarLoanCalculator();
$clc->CalcPayments(33429, 4500, 0, 10000, 2000, 0.7, 3.99);

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.

统计信息

  • 总下载量: 42
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-10-28

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固