blue-energy/apixu-php

PHP library for Apixu Weather API

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 12

pkg:composer/blue-energy/apixu-php

v1.3.3 2021-01-22 12:22 UTC

This package is not auto-updated.

Last update: 2025-09-28 11:08:20 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