2017 © Pedro Peláez
 

library sermon-audio

A wrapper for the SermonAudio Json API

image

hoppities/sermon-audio

A wrapper for the SermonAudio Json API

  • Tuesday, October 25, 2016
  • by hoppities
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Sermon Audio API PHP Wrapper for Laravel

This is a simple wrapper for many of the methods available in the Sermon Audio API., (*1)

Installation

composer require hoppities\sermon-audio

After your composer dependencies finish, you will need to add the service provider to your app.php config file., (*2)

Hoppities\SermonAudio\SermonAudioServiceProvider::class,

In your application, call SermonAudio::Initialize() to set up your facade., (*3)

$apiKey = YOUR__KEY_HERE;
$sourceID = YOUR_SOURCE_ID_HERE;

SermonAudio::Initialize($apiKey, $sourceID);

Usage

use SermonAudio

Then, just call any of the methods in that file., (*4)

SermonAudio::getSermonsBySource();

Parameters should be sent as an associative array to any API call, so the above call will take an associative array and then build the parameters for your query., (*5)

License

MIT, (*6)

The Versions

25/10 2016

dev-master

9999999-dev

A wrapper for the SermonAudio Json API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Hopkins

25/10 2016

0.1.5

0.1.5.0

A wrapper for the SermonAudio Json API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Hopkins

29/07 2016

0.1.4

0.1.4.0

A wrapper for the SermonAudio Json API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Hopkins

24/07 2016

0.1.2

0.1.2.0

A wrapper for the SermonAudio Json API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Hopkins

23/07 2016

0.1.1

0.1.1.0

A wrapper for the SermonAudio Json API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Hopkins