samsara/fermat-coordinate-systems
Composer 安装命令:
composer require samsara/fermat-coordinate-systems
包简介
A module for the Fermat math library which adds coordinate systems.
关键字:
README 文档
README
This project is unit tested against 8.0, and merges are not accepted unless the tests pass.
This is a module for the Fermat math library.
Installation
To install, simply require the package using composer:
composer require samsara/fermat-coordinate-systems "1.*"
Or include it in your composer.json file:
{
"require": {
"samsara/fermat-coordinate-systems": "1.*"
}
}
The project namespace is Samsara\Fermat\*. You can view the project on Packagist.
Documentation
For full documentation of all Fermat features, including its modules, please see the full documentation.
Contributing
Please ensure that pull requests meet the following guidelines:
- New files created in the pull request must have a corresponding unit test file, or must be covered within an existing test file.
- Your merge may not drop the project's test coverage below 85%.
- Your merge may not drop the project's test coverage by MORE than 5%.
- Your merge must pass Travis-CI build tests for PHP 8.X.
For more information, please see the section on Contributing
统计信息
- 总下载量: 121
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2021-06-26