Skip to content

set Maghrib Angle Or Mins method ? #1

@hawkiq

Description

@hawkiq

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions