Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

islamoc/random-zahra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

random-zahra

Random Quran Verse Web Application and web service api http://random-zahra.ga/

How to Use the web service include the apiClass.php

$test = new ZahraApi("ar"); //the argument of the consructor is the language for [ar:Arabic, am:Amazigh, it:Italian, es:Spanish, en:English, fr:French, zh:Chinese] 
$res = $test->getData();
echo $res["sura"]; //Sura Name(in Arabic and Chapter number in other languages)
echo $res["aya"]; //Aya number
echo $res["aya_text"]; //Aya txt

The full Code of the web app will be available here in the next days ( :3 I need to clean the code) Contributions are welcomed speccially to implement apiClass in other programming languages

About

Random Quran Verse Web Application and web service api http://random-zahra.ga/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages