Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoilomora/iberdrola
Integration with Iberdrola API
https://github.com/zoilomora/iberdrola
api automatic electricity iberdrola icp reading
Last synced: about 4 hours 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T18:27:55.000Z (over 5 years ago)
- Last Synced: 2024-04-28T23:40:33.476Z (6 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: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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