All Projects → islamic-network → api.alquran.cloud

islamic-network / api.alquran.cloud

Licence: GPL-3.0 license
The AlQuran.Cloud API - https://alquran.cloud/api

Programming Languages

PHP
23972 projects - #3 most used programming language

Labels

Projects that are alternatives of or similar to api.alquran.cloud

quran-api-id
REST API Al-Quran Indonesia dengan terjemahan, tafsir (Kemenag, Quraish Shihab, Al-Jalalain), audio murottal (per surah dan ayat dari 6 qori), random ayat.
Stars: ✭ 26 (-81.56%)
Mutual labels:  quran-api
quran-api
Open source quran api, not only quran text, this api is also equipped with audio recitation and you can change the audio according to the recitation of the Imam that you like
Stars: ✭ 38 (-73.05%)
Mutual labels:  quran-api
quran-api
Free Quran API Service with 90+ different languages and 400+ translations
Stars: ✭ 210 (+48.94%)
Mutual labels:  quran-api
vue-quran
vue quran
Stars: ✭ 13 (-90.78%)
Mutual labels:  quran-api
alquran-tools
Various tools for Parsing Quran Tajweed, Buck, etc.
Stars: ✭ 85 (-39.72%)
Mutual labels:  quran-api

بِسْمِ اللهِ الرَّحْمٰنِ الرَّحِيْمِ

CircleCI GitHub All Releases

AlQuran API - api.alquran.cloud

This repository powers the AlQuran.cloud API on http://api.alquran.cloud.

Technology Stack

Adding Qur'an Editions

Add a new Text Edition

  1. You will need a file with with 6236 lines for each ayah.
  2. Place the file in the edition-importer directory.
  3. Fill in the edition-importer/edition.yml file.
  4. From the edition importer directory, run php import.php.

Add a new Audio Edition

  1. Add entry in the edition table.
  2. The files then need to be uploaded to the Wasabi / s3 bucket with the folder name matching the edition name. https://github.com/islamic-network/cdn.alquran.cloud/blob/master/html/media/index.php#L37 needs to be updated with the appropriate information.
  3. https://github.com/islamic-network/api.alquran.cloud/blob/master/src/Quran/Helper/Meta.php#L98 needs to be updated.
  4. https://github.com/islamic-network/api.alquran.cloud/blob/master/cdn.txt needs to be updated.

Running the App

The api and all its dependencies are fully Dockerised. You just need docker and docker-compose to spin everything up.

A production ready Docker image of the api is published as:

  • islamicnetwork/api.alquran.cloud on Docker Hub

To get your own instance up, simply run:

composer install
docker-compose up

This will bring up several containers:

  1. api - This is the actual PHP / Apache instance. This runs on https://localhost - see https://localhost/v1/ayah/1.
  2. mysql - This is the Percona DB Container.
  3. memcached - This is the Memcached Container.

Build and Contribute

Please note that the Dockerfile included builds a production ready container which has opcache switched on and xdebug turned off, so you will only see your changes every 5 minutes if you are developing. To actively develop, change the FROM islamicnetwork/php:8.1-apache line to islamicnetwork/php:8.1-apache-dev.

With the above docker-compose up command your code is mapped to the quran-app docker container. You can make any changes and simply refresh the page to see them in real-time.

Scaling and Sizing

This app takes 18-19 MB per apache process / worker and is set to have a maximum of 15 Apache workers.

OpCache takes 100 MB RAM.

A single instance should be sized with a maximum of 400 MB RAM, after which you should scale it horizontally.

Contributing Code

You can contribute code by raising a pull request.

There's a backlog of stuff under issues for things that potentially need to be worked on, so please feel free to pick something up from there or contribute your own improvements.

You can also join the community at https://community.islamic.network/ or the Islamic Network Discord Server to discuss any of the apps or APIs @ https://discord.gg/FwUy69M.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].