Download the PHP package sididev/prayer-times without Composer

On this page you can find all versions of the php package sididev/prayer-times. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package prayer-times

Prayer Times Library

A modern PHP library for calculating Islamic prayer times based on location, date, and various calculation methods.

Installation

Install the library with Composer:

Usage

Basic Example

Get Prayer Times for a Specific Date

Different Time Formats

Custom Calculation Methods

Fine-tuning Prayer Times

You can adjust the prayer times (in minutes) to match the official times in your region:

Get Current Prayer Information

Account for Elevation

Available Calculation Methods

This library provides several predefined calculation methods:

Constant Description
METHOD_MWL Muslim World League
METHOD_ISNA Islamic Society of North America
METHOD_EGYPT Egyptian General Authority of Survey
METHOD_MAKKAH Umm al-Qura University, Makkah
METHOD_KARACHI University of Islamic Sciences, Karachi
METHOD_TEHRAN Institute of Geophysics, University of Tehran
METHOD_JAFARI Shia Ithna Ashari
METHOD_CUSTOM Custom parameters

Midnight Calculation Modes

Timezone Handling

The library accepts two formats for the timezone parameter:

  1. Timezone identifier: 'Europe/Paris', 'Africa/Casablanca', etc.
  2. Numeric offset: 1 (UTC+1), 2 (UTC+2), -5 (UTC-5), etc.

How Calculations Are Performed

Prayer times are calculated according to the following steps:

  1. Astronomical calculation of the sun's position for the given date and coordinates
  2. Application of angles according to the chosen calculation method
  3. Adjustments for elevation, local preferences, etc.
  4. Formatting of results according to the desired format

Calculated Prayer Times

Prayer Description
Imsak Beginning of fasting (10 minutes before Fajr by default)
Fajr Dawn prayer
Sunrise Sunrise time
Dhuhr Noon prayer
Asr Afternoon prayer
Sunset Sunset time
Maghrib Sunset prayer
Isha Night prayer
Midnight Islamic midnight

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.


All versions of prayer-times with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sididev/prayer-times contains the following files

Loading the files please wait ....