Download the PHP package laraiba/resource without Composer
On this page you can find all versions of the php package laraiba/resource. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package resource
PHP Quran Resource
Al Quran Resource Component for PHP.
Development | Master | Releases | Statistics |
---|---|---|---|
Installation
Use Composer to install.
- Open a terminal (command line interface) and point to your project directory.
- Download Composer by running
php -r "readfile('https://getcomposer.org/installer');" | php
- Run
Usage
1. Get and Show a single ayat
2. Show surat
3. Show translation
Use composer to include a translation to your project:
Services
Service | Interface |
---|---|
laraiba.ayat_repository | Laraiba\Resource\Ayat\Repository\AyatRepositoryInterface |
laraiba.surat_repository | Laraiba\Resource\Surat\Repository\SuratRepositoryInterface |
laraiba.translation_manager | Laraiba\Resource\Translation\TranslationManagerInterface |
Glossary
- Surat number = Surat number or Surat Index, ranging from 1 to 114.
- Ayat number = Ayat number of a surat, ranging from 1 to the end of a surat, eg. 7 for surat Al fatihah.
- Ayat Id = Ayat ID is a combination of Surat number and Ayat number, divided by a semicolon. eg. 1:7, 2:5, 112:3
All versions of resource with dependencies
PHP Build Version
Package Version
The package laraiba/resource contains the following files
Loading the files please wait ....