buchin/adzan

根据纬度、经度和时区计算祈祷时间

dev-master 2016-12-04 06:21 UTC

This package is auto-updated.

Last update: 2024-09-15 19:37:43 UTC


README

根据纬度、经度和时区计算祈祷时间

安装

composer require buchin/adzan

使用

use Buchin\Adzan\Adzan;

$adzan = new Adzan;
$adzan->setLatitude(6, 10);
$adzan->setLongitude(106, 49);
$adzan->setTimeZone(7);

// ['imsyak' => 'xx:xx', 'subuh' => 'xx:xx'...
$prayerTimes = $adzan->times(time());