xxlilbopeepsxx/epc-generator
Composer 安装命令:
composer require xxlilbopeepsxx/epc-generator
包简介
Energy Performance Graph Generator
README 文档
README
A library to generate Energy Performance Graphs and Energy Performance Certificates for Properties.
Sample:
$report = (new EpcGenerator())
->setAddress('1 Test Address, Success street.')
->setReference('ABC123')
->setCurrentEnergyEfficiencyRating(40)
->setPotentialEnergyEfficiencyRating(50)
->setCurrentEnvironmentalImpactRating(60)
->setPotentialEnvironmentalImpactRating(70)
->stream();
Installation
You can install the package via composer:
composer require xxlilbopeepsxx/epc-generator
统计信息
- 总下载量: 108
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-29