PHPackages                             lsv/windy-php-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. lsv/windy-php-api

ActiveLibrary[API Development](/categories/api)

lsv/windy-php-api
=================

Windy PHP API client

v1.0.2(9mo ago)00MITPHPCI passing

Since Aug 13Pushed 9mo agoCompare

[ Source](https://github.com/lsv/windy-php-api)[ Packagist](https://packagist.org/packages/lsv/windy-php-api)[ RSS](/packages/lsv-windy-php-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (15)Versions (2)Used By (0)

Windy API Client
================

[](#windy-api-client)

A library for interacting with the [Windy.com API](https://api.windy.com). This PHP client provides a streamlined way to request and handle weather forecast data from Windy's API.

Features
--------

[](#features)

- Easy integration with Windy.com API
- PSR compliant (HTTP Client, Request, Response, Logger)
- Supports Symfony Validator for request validation
- Includes utilities for working with point forecasts and weather models
- Fully tested with PHPUnit
- Automatic API request and response handling

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- A valid Windy API key
- Composer for dependency management

---

Installation
------------

[](#installation)

Install the library via Composer:

```
composer require lsv/windy-api
```

---

Usage
-----

[](#usage)

### Basic forecast request

[](#basic-forecast-request)

```
