attogram/weatherbit-api-wrapper

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "attogram/weatherbit-api-wrapper",
    "description": "PHP Wrapper for Weatherbit.io API",
    "type": "library",
    "license": "MIT",
    "require": {
        "php": "^7 || ^8",
        "lib-curl": "*"
    },
    "autoload": {
        "psr-4": {
            "Attogram\\Weatherbit\\": "src/"
        }
    }
}