Download the PHP package fsa/openweathermap-api without Composer
On this page you can find all versions of the php package fsa/openweathermap-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fsa/openweathermap-api
More information about fsa/openweathermap-api
Files in fsa/openweathermap-api
Download fsa/openweathermap-api
More information about fsa/openweathermap-api
Files in fsa/openweathermap-api
Vendor fsa
Package openweathermap-api
Short Description OpenWeatherMap.org API
License GPL-3.0-or-later
Package openweathermap-api
Short Description OpenWeatherMap.org API
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package openweathermap-api
Библиотека PHP для работы с API OpenWeatherMap
Данная библиотека может использоваться для взаимодействия с API OpenWeather - https://api.openweathermap.org. С их помощью можно произвести декодирование сообщений и преобразовать их в объекты PHP.
При создании объекта необходимо передать строку - ключ API.
Методы для установки параметров запроса:
- setCityName($name) - указать имя города;
- setCityId($id) - указать числовой идентификатор города;
- setCoords($lat, $lon) - указать географические координаты;
- setZip($zip) - указать почтовый индекс;
- setLang($lang) - указать язык (по умолчанию установлен "ru").
Методы для получения информации о текущей погоде:
- fetchCurrent() - вернёт JSON декодированный ответ (обычный json_decode());
- fetchCurrentEntity() - вернёт JSON декодированный ответ с классами из пространства Entity;
Методы для получения прогноза погоды:
- fetchForecast() - вернёт JSON декодированный ответ (обычный json_decode());
- fetchForecastEntity() - вернёт JSON декодированный ответ с классами из пространства Entity;
All versions of openweathermap-api with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4||^8.0
ext-curl Version *
ext-curl Version *
The package fsa/openweathermap-api contains the following files
Loading the files please wait ....