clsasc/equivalent-time
Composer 安装命令:
composer require clsasc/equivalent-time
包简介
A class based implementation of the British Swimming/SPORTSYSTEMS Equivalent Time Algorithm.
README 文档
README
A class based implementation of the British Swimming/SPORTSYSTEMS Equivalent Time Algorithm. Written in-house by Chester-le-Street ASC.
Basic Usage
- Install via composer
composer require clsasc/equivalent-time
- From there, create an EquivalentTime Object in your project
use CLSASC\EquivalentTime\EquivalentTime; $object = new EquivalentTime("25m", "200 Free", 116.68);
Parameter 1 is the length of the source pool, Parameter 2 is the event and
Parameter 3 is the time, formatted as a float, seconds.hundreds - You may wish
to cast this to a float, just in case your code takes in time as a string.
-
Choose if you want the output to be formatted as a string or a float. Float output is default, but you can get it as an 'alpha format' (MM:SS:H) string by invoking the
setOutputAsString();method on your object. Switch back by calling thesetOutputAsReal();method on your object. -
Get your output.
PHP $object->getConversion("50m");Where the parameter is the length of pool you would like your time to be converted to. -
You can call the
getConversion($length)method on your conversion object as many times as you wish. To convert another time, create a new object and the old one will be garbage collected by PHP after it is no longer referenced.
Documentation
Full API Style documentation is available (phpDocumentor).
Accepted Source Pool Lengths
Source Pool Length names are shown as they should be entered as a string to the converter object.
The same strings as listed below should be used when calling a method to obtain
a converted time, though you should always try {...} catch (Exception ...) {...}
when calling the method as if the event cannot be swum in the distance you have
requested, the converter will throw an exception to alert you to the problem.
20m25m33 1/3m50m20y25y26 2/3y27 1/2y33 1/3y
Accepted Events
Below is a list of events accepted by the time converter. Some events are only
accepted for a subset of source pool lengths, described by the list following
the event name. If you do try to create an object with an event and source pool
length which are incompatible, an exception will be thrown, which you should
catch....
Event names are shown as they should be entered as a string to the converter object.
50 Freeis allowed with the following source pool lengths;50m25m27 1/2y25y
100 Free200 Free400 Free800 Free1500 Freeis not allowed with the following source pool lengths;33 1/3y20y
50 Breastis allowed with the following source pool lengths;50m25m27 1/2y25y
100 Breast200 Breast50 Flyis allowed with the following source pool lengths;50m25m27 1/2y25y
100 Fly200 Fly50 Backis allowed with the following source pool lengths;50m25m27 1/2y25y
100 Back200 Back200 IM400 IM
Exceptions
The system will throw exceptions for error conditions. Please read the docs for full details on these.
clsasc/equivalent-time 适用场景与选型建议
clsasc/equivalent-time 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2.05k 次下载、GitHub Stars 达 2, 最近一次更新时间为 2018 年 08 月 25 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 clsasc/equivalent-time 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 clsasc/equivalent-time 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 2.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2018-08-25