PHPackages                             buchin/adzan - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. buchin/adzan

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

buchin/adzan
============

Compute prayer times given latitude, longitude, timezone

1183PHP

Since Dec 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/buchin/adzan)[ Packagist](https://packagist.org/packages/buchin/adzan)[ RSS](/packages/buchin-adzan/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Adzan
=====

[](#adzan)

Compute prayer times given latitude, longitude, timezone

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

[](#installation)

composer require buchin/adzan

Usage
-----

[](#usage)

```
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());
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5a56c7945cd18010006a2c389215b7f08891ec437ec45c722f1f240f9133d4a?d=identicon)[buchin](/maintainers/buchin)

---

Top Contributors

[![buchin](https://avatars.githubusercontent.com/u/156540?v=4)](https://github.com/buchin "buchin (2 commits)")

### Embed Badge

![Health badge](/badges/buchin-adzan/health.svg)

```
[![Health](https://phpackages.com/badges/buchin-adzan/health.svg)](https://phpackages.com/packages/buchin-adzan)
```

###  Alternatives

[symfony/property-access

Provides functions to read and write from/to an object or array using a simple string notation

2.8k295.3M2.5k](/packages/symfony-property-access)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
