Skip to content

apixu/apixu-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bd9f5b7 · Aug 26, 2019

History

79 Commits
Jul 7, 2019
Jul 7, 2019
Aug 22, 2019
Jul 7, 2019
Sep 30, 2018
Feb 6, 2019
Jul 15, 2018
Mar 31, 2019
Mar 31, 2019
Feb 6, 2019
Feb 6, 2019
Mar 31, 2019
Feb 6, 2019

Repository files navigation

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