apixu/apixu-php

PHP library for Apixu Weather API

Installs: 3 648

Dependents: 0

Suggesters: 0

Security: 0

Stars: 22

Watchers: 3

Forks: 12

Open Issues: 0

pkg:composer/apixu/apixu-php

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

This package is auto-updated.

Last update: 2025-09-26 21:43:04 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