library esolat
E-Solat JAKIM Library Wrapper
jakim/esolat
E-Solat JAKIM Library Wrapper
- Sunday, March 27, 2016
- by natsu90
- Repository
- 3 Watchers
- 8 Stars
- 10 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 1 Open issues
- 2 Versions
- 0 % Grown
E-Solat JAKIM Library Wrapper
Install
composer require jakim/esolat
Usage
use Jakim\Solat\Zon;
use Jakim\Solat\Waktu;
$zones = Zon::getAllZone(); // return array
$zon = new Zon('sgr01');
echo $zon->getDescription(); // Gombak,H.Selangor,Rawang, H.Langat,Sepang,Petaling, S.Alam
echo $zon->getNegeri(); // SELANGOR
$waktu = new Waktu($zon);
// get today waktu
$waktu->getToday(); // return array
// get weekly waktu
$waktu->getWeekly(); // return array
// get current month waktu
$waktu->getMonthly(); // return array
// get monthly waktu on October 2013
$waktu->getMonthly(10, 2013); // return array
Todo
dev-master
9999999-dev
E-Solat JAKIM Library Wrapper
Sources
Download
MIT
The Requires
The Development Requires
1.0
1.0.0.0
E-Solat Library Wrapper
Sources
Download
The Requires
by
Sulaiman