2017 © Pedro Peláez
 

library hijri-dates

PHP library to convert Gregorian date to Hijri date and vice versa

image

geniusts/hijri-dates

PHP library to convert Gregorian date to Hijri date and vice versa

  • Wednesday, February 7, 2018
  • by aboudeh87
  • Repository
  • 2 Watchers
  • 16 Stars
  • 3,379 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 11 Versions
  • 14 % Grown

The README.md

Hijri date

a PHP library to convert Gregorian date to Hijri date and vice versa., (*1)

It's based on nesbot/carbon package., (*2)

Installation

    composer require geniusts/hijri-dates

Usage

  • you can immediatly get the hijri date with Date class function.
    $now = \GeniusTS\HijriDate\Date::now();
    $today = \GeniusTS\HijriDate\Date::today();
    $tomorrow = \GeniusTS\HijriDate\Date::tomorrow();
    $yesterday = \GeniusTS\HijriDate\Date::yesterday();
  • to convert from Gregorian date to Hijri Date.
    $date = \GeniusTS\HijriDate\Hijri::convertToHijri('2017-05-05');
  • to convert from Hijri date to Gregorian Date.
    // This function return a Carbon instance.
    $date = \GeniusTS\HijriDate\Hijri::convertToGregorian(8, 8, 1438);
  • get date formated string.
    use GeniusTS\HijriDate\Date;

    $today = Date::today();

    // use the second parameter to return indian numbers
    echo $today->format('l d F o', Date::INDIAN_NUMBERS);

Configurations

  • Changing the adjustment days.
    \GeniusTS\HijriDate\Hijri::setDefaultAdjustment(1);
  • Changing the translation language.
    use GeniusTS\HijriDate\Translations\Arabic;

    \GeniusTS\HijriDate\Date::setTranslation(new Arabic);
  • Changing the default toString format language.
    \GeniusTS\HijriDate\Date::setToStringFormat('l d F o');
  • Changing the default numeric system.
    use GeniusTS\HijriDate\Date;

    Date::setDefaultNumbers(Date::INDIAN_NUMBERS);

There is some methods from Carbon class you can use it with Date class., (*3)


License

This package is free software distributed under the terms of the MIT license., (*4)

The Versions

07/02 2018

dev-master

9999999-dev

PHP library to convert Gregorian date to Hijri date and vice versa

  Sources   Download

MIT

The Requires

 

by Abdul-Kader Zein-Eddin

07/02 2018

1.1.3

1.1.3.0

PHP library to convert Gregorian date to Hijri date and vice versa

  Sources   Download

MIT

The Requires

 

by Abdul-Kader Zein-Eddin

08/08 2017

1.1.2

1.1.2.0

PHP library to convert Gregorian date to Hijri date and vice versa

  Sources   Download

MIT

The Requires

 

by Abdul-Kader Zein-Eddin

30/06 2017

1.1.1

1.1.1.0

PHP library to convert Gregorian date to Hijri date and vice versa

  Sources   Download

MIT

The Requires

 

by Abdul-Kader Zein-Eddin

30/05 2017

1.1.0

1.1.0.0

PHP library to convert Gregorian date to Hijri date and vice versa

  Sources   Download

MIT

The Requires

 

by Abdul-Kader Zein-Eddin

30/05 2017

1.0.5

1.0.5.0

PHP library to convert Gregorian date to Hijri date and vice versa

  Sources   Download

MIT

The Requires

 

by Abdul-Kader Zein-Eddin

05/05 2017

1.0.4

1.0.4.0

PHP library to convert Gregorian date to Hijri date and vice versa

  Sources   Download

MIT

The Requires

 

by Abdul-Kader Zein-Eddin

05/05 2017

1.0.3

1.0.3.0

PHP library to convert Gregorian date to Hijri date and vice versa

  Sources   Download

MIT

The Requires

 

by Abdul-Kader Zein-Eddin

05/05 2017

1.0.2

1.0.2.0

PHP library to convert Gregorian date to Hijri date and vice versa

  Sources   Download

MIT

The Requires

 

by Abdul-Kader Zein-Eddin

05/05 2017

1.0.1

1.0.1.0

PHP library to convert Gregorian date to Hijri date and vice versa

  Sources   Download

MIT

The Requires

 

by Abdul-Kader Zein-Eddin

05/05 2017

1.0.0

1.0.0.0

PHP library to convert Gregorian date to Hijri date and vice versa

  Sources   Download

MIT

The Requires

 

by Abdul-Kader Zein-Eddin