PHPackages                             jopacicdev/spintax - 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. jopacicdev/spintax

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

jopacicdev/spintax
==================

Simple way to process spintax strings

v0.1(12y ago)821PHPPHP &gt;=5.3.0

Since Apr 6Pushed 8y agoCompare

[ Source](https://github.com/jopacicdev/spintax)[ Packagist](https://packagist.org/packages/jopacicdev/spintax)[ RSS](/packages/jopacicdev-spintax/feed)WikiDiscussions master Synced 2w ago

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

Spintax string processor for Laravel 4
======================================

[](#spintax-string-processor-for-laravel-4)

### Installation

[](#installation)

To include this package in your project, require it in your `composer.json` file using

```
"jopacicdev/spintax": "dev-master"

```

Afterwards, include service provider and alias in `app/config/app.php`:

```
'Jopacicdev\Spintax\SpintaxServiceProvider',

```

and

```
'Spintax' => 'Jopacicdev\Spintax\Facades\Spintax',

```

and you're all set!

### Usage

[](#usage)

Pass your spintax string as a parameter of `process` method:

```
Spintax::process('{Hi|Hello|Howdy|Hola|Hey} there {Mr|Mrs|Miss} {Smith|Jones}!');

```

### Credits

[](#credits)

Original PHP class by Jason Davis -

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

4467d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2921997?v=4)[Josip Opacic](/maintainers/jopacicdev)[@jopacicdev](https://github.com/jopacicdev)

### Embed Badge

![Health badge](/badges/jopacicdev-spintax/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M267](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10533.5M991](/packages/illuminate-pagination)[illuminate/redis

The Illuminate Redis package.

8314.4M363](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

224.5M132](/packages/illuminate-cookie)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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