Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 459 Bytes

File metadata and controls

22 lines (17 loc) · 459 Bytes

Apixu PHP

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