PHPackages                             noahfrederick/spionic - 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. noahfrederick/spionic

ActiveLibrary

noahfrederick/spionic
=====================

Convert SPIonic-encoded ASCII strings to Unicode

1.1.0(5y ago)15GPL-3.0-or-laterPHPPHP ^7.1|^8.0CI failing

Since Mar 5Pushed 5y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Convert SPIonic Greek to Unicode
================================

[](#convert-spionic-greek-to-unicode)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b4ffcf2217e0bb29667930d9110d2003a329a3927bdf7206e2cb68e089ac1523/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f616866726564657269636b2f7370696f6e69632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/noahfrederick/spionic)[![Software License](https://camo.githubusercontent.com/2f2acd05fa16154962ef0f4d0c2283086bf236a82ff0e70a4d423ff8387e0517/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e6f616866726564657269636b2f7370696f6e69632e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/a8c5cdaa4e43b27da29de953763d5be0bb8944566f80283a0ebdfbc9b6c92b93/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e6f616866726564657269636b2f7370696f6e69632f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/noahfrederick/spionic)

PHP library for converting SPIonic-encoded ASCII strings to Unicode.

SPIonic is a public domain font that represents [ASCII](http://en.wikipedia.org/wiki/ASCII "ASCII - Wikipedia") characters as Greek letters and diacritics. It uses a scheme based on [Beta Code](http://en.wikipedia.org/wiki/Beta_code "Beta Code - Wikipedia") with a few variations, the most significant of which is that uppercase letters are represented by uppercase letters and lowercase by lowercase (whereas Beta Code uses `*A` for uppercase alpha and `A` for lowercase alpha). This package will convert Greek written using this scheme into Unicode Greek characters.

Hosted version is available at .

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

[](#installation)

```
composer require noahfrederick/spionic

```

Usage
-----

[](#usage)

```
use SPIonic\SPIonicString;

$string = new SPIonicString('e)n tw~| a!gei+ e)ne/xesqai');
echo $string->toUnicode(); // -> 'ἐν τῷ ἄγεϊ ἐνέχεσθαι'
```

License
-------

[](#license)

Copyright (C) 2010-2019 Noah Frederick

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see .

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~786 days

Total

2

Last Release

1840d ago

PHP version history (2 changes)1.0.0PHP ^7.1

1.1.0PHP ^7.1|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/222f05380d4ad196d498fbcf636a6ad0d8bd4706b36bef01ebcf5c9c867824a3?d=identicon)[noahfrederick](/maintainers/noahfrederick)

---

Top Contributors

[![noahfrederick](https://avatars.githubusercontent.com/u/151598?v=4)](https://github.com/noahfrederick "noahfrederick (11 commits)")

---

Tags

composer-packagefontgreekunicode-converter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/noahfrederick-spionic/health.svg)

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

PHPackages © 2026

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