apixu/apixu-php

PHP library for Apixu Weather API

v1.3.1 2019-08-26 07:56 UTC

This package is auto-updated.

Last update: 2024-03-26 18:26:40 UTC


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