PHPackages                             hoppities/sermon-audio - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. hoppities/sermon-audio

ActiveLibrary

hoppities/sermon-audio
======================

A wrapper for the SermonAudio Json API

0.1.5(9y ago)031MITPHP

Since Jul 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/hoppities/Sermon-Audio-API)[ Packagist](https://packagist.org/packages/hoppities/sermon-audio)[ RSS](/packages/hoppities-sermon-audio/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)DependenciesVersions (5)Used By (0)

Sermon Audio API PHP Wrapper for Laravel
========================================

[](#sermon-audio-api-php-wrapper-for-laravel)

This is a simple wrapper for many of the methods available in the Sermon Audio API.

Installation
------------

[](#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.

```
Hoppities\SermonAudio\SermonAudioServiceProvider::class,

```

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

```
$apiKey = YOUR__KEY_HERE;
$sourceID = YOUR_SOURCE_ID_HERE;

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

```

Usage
-----

[](#usage)

```
use SermonAudio

```

Then, just call any of the methods in that file.

```
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.

License
-------

[](#license)

MIT

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~31 days

Total

4

Last Release

3484d ago

### Community

---

Top Contributors

[![hoppities](https://avatars.githubusercontent.com/u/5777714?v=4)](https://github.com/hoppities "hoppities (19 commits)")

### Embed Badge

![Health badge](/badges/hoppities-sermon-audio/health.svg)

```
[![Health](https://phpackages.com/badges/hoppities-sermon-audio/health.svg)](https://phpackages.com/packages/hoppities-sermon-audio)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
