xxlilbopeepsxx/epc-generator

Energy Performance Graph Generator

1.1.6 2021-07-29 18:39 UTC

This package is auto-updated.

Last update: 2025-04-20 21:24:02 UTC


README

Latest Version on Packagist Total Downloads

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