enercalcapi/readings

EnerCalc Readings API.

dev-master 2023-07-10 09:10 UTC

This package is auto-updated.

Last update: 2025-07-10 13:37:10 UTC


README

Version Latest Version Github License

About the EnerCalc Readings API.

The documentation provides you all the information needed to get up and running!

Make sure you read the documentation if you aren't familiar with Laravel or packages.

Getting started

Installation

Run the following command :

composer require EnerCalcAPI/readings

Add the service provider to config/app.php under providers :

'providers' => [
    Enercalcapi\Readings\EnercalcReadingsApiServiceProvider::class,
],

Requirements

Requirement Version
Laravel ^8
PHP ^7.4
Guzzle ^7.1

File .env

Add the following to your .env file :

Option Value
Required
ENERCALC_USER = [ USERNAME ]
ENERCALC_PASSWORD = [ PASSWORD ]
ENERCALC_URL = [ URL ]

License

This package is open-sourced software licensed under the MIT license.