-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I came across your library and I saw you update it frequently , but I have a question regarding it,
in my back-end I use IslamicNetwork\PrayerTimes package for calculating prayers times and they have custom method calculation let me set different parameters like this
$method = new Method('Iraq');
$method->setFajrAngle(18);
$method->setMaghribAngleOrMins(3.75); // this is important
$method->setIshaAngleOrMins(14);
$pt = new PrayerTimes(Method::METHOD_CUSTOM);
$pt->setCustomMethod($method);so does your library support Maghrib per minutes that accept float numbers like 3.75 ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels