https://github.com/mervinpraison/bible-test
https://github.com/mervinpraison/bible-test
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mervinpraison/bible-test
- Owner: MervinPraison
- Created: 2016-11-25T23:49:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T23:49:40.000Z (over 9 years ago)
- Last Synced: 2025-08-07T02:48:40.331Z (10 months ago)
- Language: PHP
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DBT Sample Code
This sample code shows how to connect to DBT and request information. The included SDK file (/includes/Dbt.php)
can be used directly in your application.
Before using this code, **be sure to insert your DBT key in the /includes/config.php file**.
For API documentation, please log in to your developer account in the [Digital Bible Platform](http://www.digitalbibleplatform.com/)
## Code Samples
- Video Retrieval and Playback (video.php)
- Video Retrieval and Playback for DOOR/multi-part videos (video_door.php)
- Audio Retrieval and Playback (audio.php)
- Text Retrieval and Display (text.php)
## Changelog
### 0.4
- Fixed an issue where the video path was pulling from a call depreciated in the SDK.
- General layout cleanup
### 0.3
- Added DOOR video sample
### 0.2
- Added audio and text samples
### 0.1
- Created video sample
- Created base framework