PHPackages                             bgalek/symfonia-format-parser - 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. bgalek/symfonia-format-parser

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

bgalek/symfonia-format-parser
=============================

Sage Symfonia Format 3.0 parser

v1.0.2(4y ago)124Apache-2.0PHPPHP &gt;=7.1CI failing

Since Mar 26Pushed 4y ago2 watchersCompare

[ Source](https://github.com/bgalek/symfonia-format-parser)[ Packagist](https://packagist.org/packages/bgalek/symfonia-format-parser)[ RSS](/packages/bgalek-symfonia-format-parser/feed)WikiDiscussions master Synced yesterday

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

Sage Symfonia Format 3.0 Parser
===============================

[](#sage-symfonia-format-30-parser)

> Easy to use Sage Format 3.0 to PHP associative array converter

[![Travis (.org)](https://camo.githubusercontent.com/7d47fb0a5da6caa7dfe6d737e2fbc4a29ea057be5a307c9ba72aa12cb777e8fb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6267616c656b2f73796d666f6e69612d666f726d61742d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/7d47fb0a5da6caa7dfe6d737e2fbc4a29ea057be5a307c9ba72aa12cb777e8fb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6267616c656b2f73796d666f6e69612d666f726d61742d7061727365722e7376673f7374796c653d666c61742d737175617265)[![Codecov](https://camo.githubusercontent.com/107b8a61a4b4076e988358fe88d55b0c9d405aec5952b5c7c1d609e02e3d19a5/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6267616c656b2f73796d666f6e69612d666f726d61742d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/107b8a61a4b4076e988358fe88d55b0c9d405aec5952b5c7c1d609e02e3d19a5/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6267616c656b2f73796d666f6e69612d666f726d61742d7061727365722e7376673f7374796c653d666c61742d737175617265)[![Libraries.io dependency status for GitHub repo](https://camo.githubusercontent.com/6b82b7845a4d3b8bfe88e92440dbd5ffdd187a84a0fea435590436c3df9624a6/68747470733a2f2f696d672e736869656c64732e696f2f6c6962726172696573696f2f6769746875622f6267616c656b2f73796d666f6e69612d666f726d61742d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/6b82b7845a4d3b8bfe88e92440dbd5ffdd187a84a0fea435590436c3df9624a6/68747470733a2f2f696d672e736869656c64732e696f2f6c6962726172696573696f2f6769746875622f6267616c656b2f73796d666f6e69612d666f726d61742d7061727365722e7376673f7374796c653d666c61742d737175617265)

What's "Format 3.0"
-------------------

[](#whats-format-30)

**Format 3.0** is a default data exchange format for [Sage Applications](https://www.sage.com.pl). More information: [https://pomoc.sage.com.pl/data/hm/Symfonia/2017/data/wymiana\_danych\_format\_3.htm](https://pomoc.sage.com.pl/data/hm/Symfonia/2017/data/wymiana_danych_format_3.htm)

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

[](#installation)

```
composer require bgalek/symfonia-format-parser
```

Import
------

[](#import)

```
use SymfoniaFormatParser\SymfoniaFormatParser;
```

Usage
-----

[](#usage)

```
$array = SymfoniaFormatParser::parse($input);
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

Total

3

Last Release

1548d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/169ffa09a86b50bbd367b27f61c206339d7fb95a56309dd7cf3e719e35b50417?d=identicon)[bgalek](/maintainers/bgalek)

---

Top Contributors

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

---

Tags

exportformat3importphpsagesymfonia

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bgalek-symfonia-format-parser/health.svg)

```
[![Health](https://phpackages.com/badges/bgalek-symfonia-format-parser/health.svg)](https://phpackages.com/packages/bgalek-symfonia-format-parser)
```

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19037.7M41](/packages/mck89-peast)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9642.0k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

46143.1k6](/packages/jstewmc-rtf)[moonshine/layouts-field

Field for repeating groups of fields for MoonShine

107.9k](/packages/moonshine-layouts-field)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

112.9k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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