PHPackages                             develpr/morseling - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. develpr/morseling

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

develpr/morseling
=================

Morseling (morse code API) helper.

020PHP

Since Dec 21Pushed 12y ago1 watchersCompare

[ Source](https://github.com/develpr/morseling-php)[ Packagist](https://packagist.org/packages/develpr/morseling)[ RSS](/packages/develpr-morseling/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Morseling API Helper
====================

[](#morseling-api-helper)

Purpose
-------

[](#purpose)

This package is made to allow simple communication with the Morsel API.

With it, you can:

1. create a new message
2. get a transmission
3. update a transmission to be read

Additionally, you should be able to easily fork/modify the code to add additional features, as allowed by the [Morsel API](http://morsel.develpr.com/docs).

Use
---

[](#use)

Usage is simple:

```
//Create an instance of the Morseling API helper
$morseling = new Develpr\Morseling\Morseling;

```

(You can find your Morsel id and shared secret at [your Morsel account](http://morsel.develpr.com/account))

```
//Set your Morsel ID
$morseling->setId(1);

//Set you shared secret
$morsel->setSecret('bluemyself');

//Now we're all set! Let's get the latest transmission
$transmission = $morsel->getTransmission(false);

if($transmission)
	echo "The latest transmission said " . $transmission->message->text;
else
	echo "no new transmissions!";

```

Passing in an optional boolean `true` will automatically mark the transmission as received.

```
//Now we're all set! Let's get the latest transmission and mark it as received
$morsel->getTransmission(true);

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a411b7a9671303e83fb5b27574994a55c6c35a550cf55bb938d175479eec688e?d=identicon)[develpr](/maintainers/develpr)

---

Top Contributors

[![develpr](https://avatars.githubusercontent.com/u/3022076?v=4)](https://github.com/develpr "develpr (1 commits)")

### Embed Badge

![Health badge](/badges/develpr-morseling/health.svg)

```
[![Health](https://phpackages.com/badges/develpr-morseling/health.svg)](https://phpackages.com/packages/develpr-morseling)
```

###  Alternatives

[kartik-v/bootstrap-star-rating

A simple yet powerful JQuery star rating plugin for Bootstrap.

1.1k4.5M5](/packages/kartik-v-bootstrap-star-rating)[helthe/turbolinks

Helthe Turbolinks Component

112122.5k4](/packages/helthe-turbolinks)

PHPackages © 2026

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