PHPackages                             mossengine/fivecode-parsers-strings - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. mossengine/fivecode-parsers-strings

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

mossengine/fivecode-parsers-strings
===================================

A Parser for the FiveCode library that provides string based logical instructions.

1.0.1(4y ago)06MITPHPPHP &gt;=7.0

Since Jul 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Mossengine/FiveCode-Parsers-Strings)[ Packagist](https://packagist.org/packages/mossengine/fivecode-parsers-strings)[ Docs](https://github.com/Mossengine/FiveCode-Parsers-Strings)[ RSS](/packages/mossengine-fivecode-parsers-strings/feed)WikiDiscussions master Synced 1w ago

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

Mossengine/FiveCode-Parsers-Strings
===================================

[](#mossenginefivecode-parsers-strings)

 **A Parser for the FiveCode library that provides string based logical instructions.**

 [![Source Code](https://camo.githubusercontent.com/421c97844b4c986b31690563aa270ce13cacb01ac2054f1d981924b7351d9b3d/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f6e616d652f4d6f7373656e67696e652f46697665436f64652d506172736572732d537472696e6773)](https://github.com/Mossengine/FiveCode-Parsers-Strings) [![Download Package](https://camo.githubusercontent.com/09b646a263229e3c6c8d58ce0fd72f0b9a71e60e842b5fa3da3643c10d727b33/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f4d6f7373656e67696e652f46697665436f64652d506172736572732d537472696e67733f6c6162656c3d76657273696f6e)](https://packagist.org/packages/Mossengine/FiveCode-Parsers-Strings) [![PHP Programming Language](https://camo.githubusercontent.com/b56ba4579e72b4ff141119ffa824ba3be95f6050ac23e47c4baa92b6a28addb2/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f4d6f7373656e67696e652f46697665436f64652d506172736572732d537472696e6773)](https://php.net) [![Build Status](https://camo.githubusercontent.com/1b7ffa1caadefd18ddd56128a7c15d6fb0ad22e4c8c82010bb753f333a7045a5/68747470733a2f2f62616467656e2e6e65742f636972636c6563692f6769746875622f4d6f7373656e67696e652f46697665436f64652d506172736572732d537472696e67732f6d61737465723f69636f6e3d636972636c656369)](https://camo.githubusercontent.com/1b7ffa1caadefd18ddd56128a7c15d6fb0ad22e4c8c82010bb753f333a7045a5/68747470733a2f2f62616467656e2e6e65742f636972636c6563692f6769746875622f4d6f7373656e67696e652f46697665436f64652d506172736572732d537472696e67732f6d61737465723f69636f6e3d636972636c656369) [![Codecov Code Coverage](https://camo.githubusercontent.com/ace888d41ec983e59f11847bdca814198a4e7e1aa86244a1df6609eb9c62a6df/68747470733a2f2f62616467656e2e6e65742f636f6465636f762f632f6769746875622f4d6f7373656e67696e652f46697665436f64652d506172736572732d537472696e67732f6d61737465723f69636f6e3d636f6465636f76)](https://codecov.io/github/Mossengine/FiveCode-Parsers-Strings) [![Read License](https://camo.githubusercontent.com/29e0c3dd685abcfdc37d9c43471f67f71c8ae23697e0635474982cb8ac0b55e2/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f6c6963656e73652f4d6f7373656e67696e652f46697665436f64652d506172736572732d537472696e6773)](https://github.com/Mossengine/FiveCode-Parsers-Strings/blob/master/LICENSE) [![Package downloads on Packagist](https://camo.githubusercontent.com/375502a5d2a44a4e8520c7b419b6fd1f232ad5fcc9dbb648f94cd39c7d1a9db9/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f64742f4d6f7373656e67696e652f46697665436f64652d506172736572732d537472696e6773)](https://packagist.org/packages/Mossengine/FiveCode-Parsers-Strings/stats)

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

[](#installation)

```
$ composer require mossengine/fivecode-parsers-strings ^1.0.0

```

```
{
    "require": {
        "mossengine/fivecode-parsers-strings": "^1.0.0"
    }
}
```

Usage
-----

[](#usage)

```
// Require the autoloader, normal composer stuff
require 'vendor/autoload.php';

Mossengine\FiveCode\FiveCode::make([
    'parsers' => [
        'include' => [
            Mossengine\FiveCode\Parsers\Strings::class
        ]
    ],
])
    ->evaluate([
        ['join' => [
            ',',
            'hello',
            'world'
        ]]
    ])
    ->return();
```

Documentation
-------------

[](#documentation)

Read the [docs](https://github.com/Mossengine/FiveCode/blob/2.2.2/docs/index.md) for more details on FiveCode language structure

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

2

Last Release

1778d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0508d26fa70a2d0733a48395a313155d34ffae32e2e8e02498d18a506c75ba5f?d=identicon)[brenmoss](/maintainers/brenmoss)

---

Top Contributors

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

---

Tags

stringcodeparser5GLfivecode

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/mossengine-fivecode-parsers-strings/health.svg)

```
[![Health](https://phpackages.com/badges/mossengine-fivecode-parsers-strings/health.svg)](https://phpackages.com/packages/mossengine-fivecode-parsers-strings)
```

###  Alternatives

[nikic/php-parser

A PHP parser written in PHP

17.4k902.6M1.8k](/packages/nikic-php-parser)[doctrine/lexer

PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.

11.2k910.8M118](/packages/doctrine-lexer)[erusev/parsedown

Parser for Markdown.

15.0k151.8M732](/packages/erusev-parsedown)[league/commonmark

Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)

3.0k404.0M702](/packages/league-commonmark)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)

PHPackages © 2026

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