You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
2
# Ultimate Chain Parser - advanced chain-flow based parser
3
3
4
-
PHP 7.2.5+, current release: **1.0.3** build 2022-04-22
4
+
PHP 7.2.5+, current release: **1.0.4** build 2022-04-22
5
5
6
6
**"Ultimate Chain Parser" is a modular package for chain processing text data and converting it into a structured output.
7
7
The concept of application is based on processing in subsequent iterations using configurable data processing modules in a configured manner. Each such element in the execution chain accesses the output of the previous element in the chain as input.**
@@ -82,7 +82,8 @@ The above CSV-liked data has been generated completely automatically using only
82
82
83
83
# Installation:
84
84
85
-
**via Composer / packagist:**``
85
+
**via Composer / packagist:**
86
+
86
87
```
87
88
composer require szczyglis/ultimate-chain-parser
88
89
```
@@ -1621,11 +1622,7 @@ ___
1621
1622
# Changelog
1622
1623
**- 1.0.0** - Published first release. (2022-04-22)
1623
1624
1624
-
**- 1.0.1** - Updated documentation. (2022-04-22)
1625
-
1626
-
**- 1.0.2** - Updated configuration. (2022-04-22)
1627
-
1628
-
**- 1.0.3** - Some fixes in description. (2022-04-22)
0 commit comments