定制 sohelrana820/weather-forecast-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sohelrana820/weather-forecast-php

Composer 安装命令:

composer require sohelrana820/weather-forecast-php

包简介

PHP wrapper for the Dark Sky API (formerly Forecast.io)

README 文档

README

weather-forecast-php is php wrapper implementation of Dark Sky Api (formerly Forecast.io)

Installation

Installation is really easy through composer

composer require sohelrana820/weather-forecast-php

Usage

<?php

use SohelRana820\Forecast\Forecast;

$forecast = new Forecast(API_KEY);
$forecast->setLatitude(DEFAULT_LATITUDE);
$forecast->setLongitude(DEFAULT_LATITUDE);
$response = $forecast->request();

// Retrieve the current data
var_dump($response->getCurrentlyData());

// Retrieve the hourly data
var_dump($response->getHourlyData());

// Retrieve the daily data
var_dump($response->getDailyData());

// Retrieve weather flags
var_dump($response->getFlags());

How to set optional parameters.

This library allow to set all of their optional parameters (lng, units, etc)

<?php
$forecast->setOptions($optionsArray = ['units' => 'si']);

You can pass all optional parameter as array . See there all optional parameter official documentation. test

统计信息

  • 总下载量: 13
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-02-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固