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. [API Development](/categories/api)
4. /
5. hoppities/sermon-audio

ActiveLibrary[API Development](/categories/api)

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 4w ago

READMEChangelog (3)Dependencies (2)Versions (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 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

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

3535d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5777714?v=4)[Daniel Hopkins](/maintainers/hoppities)[@hoppities](https://github.com/hoppities)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### 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)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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