Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bgalek/symfonia-format-parser
Sage Symfonia Format 3.0 PHP Parser
https://github.com/bgalek/symfonia-format-parser
export format3 import php sage symfonia
Last synced: 2 days ago
JSON representation
Sage Symfonia Format 3.0 PHP Parser
- Host: GitHub
- URL: https://github.com/bgalek/symfonia-format-parser
- Owner: bgalek
- License: apache-2.0
- Created: 2019-03-26T20:27:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-03T19:13:53.000Z (over 2 years ago)
- Last Synced: 2024-10-12T20:29:36.156Z (about 1 month ago)
- Topics: export, format3, import, php, sage, symfonia
- Language: PHP
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sage Symfonia Format 3.0 Parser
> Easy to use Sage Format 3.0 to PHP associative array converter![Travis (.org)](https://img.shields.io/travis/bgalek/symfonia-format-parser.svg?style=flat-square)
![Codecov](https://img.shields.io/codecov/c/github/bgalek/symfonia-format-parser.svg?style=flat-square)
![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/bgalek/symfonia-format-parser.svg?style=flat-square)## What's "Format 3.0"
**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
```bash
composer require bgalek/symfonia-format-parser
```
## Import
```php
use SymfoniaFormatParser\SymfoniaFormatParser;
```
## Usage
```php
$array = SymfoniaFormatParser::parse($input);
```