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
This is a PHP Class to help extract text out of documents that are not structured in a processing friendly way. When you want to parse text out of form generated emails for example you can create a template matching the expected incoming mail format while specifying the variable text elements and leave the rest for the class to extract your preformatted variables out of the incoming mails' body text.
12
+
This is a small PHP library to help extract text out of documents that are not structured in a processing friendly format.
13
+
When you want to parse text out of form generated emails for example you can create a template matching the expected incoming mail format
14
+
while specifying the variable text elements and leave the rest for the class to extract your pre-formatted variables out of the incoming mails' body text.
12
15
13
16
Useful when you want to parse data out of:
14
17
* Emails generated from web forms
15
18
* Documents with definable templates / expressions
16
19
17
20
Installation
18
21
----------
22
+
PHP Unstructured Text Parser is available on [Packagist](https://packagist.org/packages/aymanrb/php-unstructured-text-parser) (using semantic versioning), and installation via [Composer](https://getcomposer.org) is recommended.
23
+
Add the following line to your `composer.json` file:
19
24
20
-
#### 1- Using [composer](https://getcomposer.org/) simply run the following:
0 commit comments