blue-energy / apixu-php
PHP library for Apixu Weather API
v1.3.3
2021-01-22 12:22 UTC
Requires
- php: >=7.1
- andreiavrammsd/serializer: ^0.5
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- overtrue/phplint: ^1.1
- phpmd/phpmd: ^2.6
- phpstan/phpstan: ^0.10
- phpunit/phpunit: ^7.3
- squizlabs/php_codesniffer: ^3.3
README
PHP library for Apixu Weather API
Install
composer require apixu/apixu-php
Usage
See the examples.
Integration with Frameworks
Development
- Requirements: Docker, Make
- Install: make build && make install
- Run QA tools: make
- Work inside container: make run APIXUKEY=yourapikey
- See Makefile