dev-master
9999999-devComposer ready nepali calendar
MIT
The Requires
- php >=5.3.0
by Amant Tuladhar
v1.0
1.0.0.0Composer ready nepali calendar
MIT
The Requires
- php >=5.3.0
- fivedots/nepalicalendar *
by Amant Tuladhar
Wallogit.com
2017 © Pedro Peláez
Composer ready nepali calendar
This repository contains the PHP code that can be used to convert date from Nepali-English and vice versa., (*1)
This is basically a rewrite and code structuring of the Nepali_Calendar.php class from Aman Tuladhar Aman Github Link., (*2)
I basically made it composer ready and added few tests cases. I have also added the code coverage so anyone trying to make use of this library may find it helpful., (*3)
Range: 1944-2022 (AD), (*4)
Add the below code on require section of your composer.json file., (*5)
"require": {
"fivedots/nepalicalendar":"*"
}
After adding the above require statement, run composer update., (*6)
example.php file<?php require __DIR__.'/vendor/autoload.php'; $calendar = new Fivedots\NepaliCalendar\Calendar(); // Get English to Nepali converted date print_r($calendar->englishToNepali(2015,1,1)); // Get Nepali to English converted date print_r($calendar->nepaliToEnglish(2071,9,17));
Hope this helps someone., (*7)
Composer ready nepali calendar
MIT
Composer ready nepali calendar
MIT