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
Contents
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
mbstringextension - php
xmlextension
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.
mindpowered/carloancalculator 适用场景与选型建议
mindpowered/carloancalculator 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 42 次下载、GitHub Stars 达 0, 最近一次更新时间为 2020 年 10 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 mindpowered/carloancalculator 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 mindpowered/carloancalculator 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 42
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-28