6236 verses, 114 surah, 30 Juz
- API Juz
- API Surah
- API Verse
- Translations (Bahasa, English, Arabic)
- Interpretation (Bahasa)
If you are using PHP 7
, you can use v1
based on Codeigniter 3
, and if you are using PHP 8
, you can use v2
based on Codeigniter 4
.
- Clone this repo
git clone https://github.com/dyazincahya/quran-api-with-php-codeigniter.git
- Move this project to local hosting or server hosting
- Run
composer install
- Run
cp env .env
- Add new variable on
.env
file
# Set false if you want to disable Demo Mode.
API_DEMO = true
# Set & Adjust baseURL
app.baseURL = ''
- Done, try to access
http://localhost/PROJECT_NAME
in your browser