https://github.com/zoilomora/iberdrola
Integration with Iberdrola API
https://github.com/zoilomora/iberdrola
api automatic electricity iberdrola icp reading
Last synced: 8 months ago
JSON representation
Integration with Iberdrola API
- Host: GitHub
- URL: https://github.com/zoilomora/iberdrola
- Owner: zoilomora
- License: mit
- Created: 2018-08-14T23:30:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T18:27:55.000Z (about 7 years ago)
- Last Synced: 2025-07-24T15:14:30.194Z (11 months ago)
- Topics: api, automatic, electricity, iberdrola, icp, reading
- Language: PHP
- Homepage: https://packagist.org/packages/zoilomora/iberdrola
- Size: 12.7 KB
- Stars: 16
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-spain - zoilomora/iberdrola - square&label=%E2%AD%90)](https://github.com/zoilomora/iberdrola/stargazers) [](https://github.com/zoilomora/iberdrola/commits/master) [](https://github.com/zoilomora/iberdrola) [](https://github.com/zoilomora/iberdrola/blob/master/LICENSE) [](https://www.iberdrola.es/) [](https://www.ree.es/) - Integración con la API de Iberdrola. (Energía y Electricidad / Radar COVID)
README
# Iberdrola
This library aims to help make integrations with the *Iberdrola API*.
## Installation
1) Install via composer
```
composer require zoilomora/iberdrola
```
## Example
```php
getReading();
$floatValue = floatval($reading->valMagnitud);
if (($floatValue/1000) >= $limit) {
// Send notification
}
```
You can see more in the **examples folder**.
## License
Licensed under the [MIT license](http://opensource.org/licenses/MIT)
Read [LICENSE](LICENSE) for more information