Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/islamic-network/qibla-direction

Calculates the angle of the Qibla from a given pair of co-ordinates.
https://github.com/islamic-network/qibla-direction

islam qibla qibla-direction

Last synced: about 1 month ago
JSON representation

Calculates the angle of the Qibla from a given pair of co-ordinates.

Awesome Lists containing this project

README

        

[![CircleCI](https://circleci.com/gh/islamic-network/qibla-direction.svg?style=svg)](https://circleci.com/gh/islamic-network/qibla-direction)

# QIBLA Direction Calculator

## Installation
```
composer install islamic-network/alqibla
```

## Usage
```php
\AlQibla\Calculation::get($lat, $lng);
```