Download the PHP package einfacharchiv/extractor without Composer
On this page you can find all versions of the php package einfacharchiv/extractor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download einfacharchiv/extractor
More information about einfacharchiv/extractor
Files in einfacharchiv/extractor
Package extractor
Short Description Extract billing data from text
License MIT
Homepage https://github.com/einfachArchiv/extractor
Informations about the package extractor
Extract billing data from text
This package provides an easy way to extract billing data from text. We use it in our German SaaS product einfachArchiv.
Requirements
PHP 7.0 and later.
Installation
You can install this package via Composer. Run the following command:
Usage
Extracting billing data is easy.
If no matches were found, the methods return an empty array.
The method ->findAmounts()
returns an array like this one:
All amounts are returned as floats
.
The method ->findCompanyRegisterIds()
returns an array like this one:
The invoice date is, if present, a valid date and can be used like this:
The method ->findTaxNumbers()
returns an array like this one:
The method ->findTypes()
returns the following types:
Contributing
Contributions are welcome.
We accept contributions via Pull Requests on Github.
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improvement? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.
If you've found a security issue, please email [email protected] instead of using the issue tracker.
Happy coding!
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of extractor with dependencies
ronanguilloux/isocodes Version ~2.1
league/iso3166 Version ^4.3
commerceguys/intl Version ~1.0