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 year ago
JSON representation
Calculates the angle of the Qibla from a given pair of co-ordinates.
- Host: GitHub
- URL: https://github.com/islamic-network/qibla-direction
- Owner: islamic-network
- License: gpl-3.0
- Created: 2020-01-14T10:31:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T07:03:20.000Z (over 6 years ago)
- Last Synced: 2024-11-18T09:43:21.774Z (over 1 year ago)
- Topics: islam, qibla, qibla-direction
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/islamic-network/qibla-direction)
# This repository is no longer active. Please see https://community.islamic.network/d/140-removing-repositories-from-github.
# QIBLA Direction Calculator
## Installation
```
composer install islamic-network/alqibla
```
## Usage
```php
\AlQibla\Calculation::get($lat, $lng);
```