Download the PHP package vitexsoftware/datamolino without Composer
On this page you can find all versions of the php package vitexsoftware/datamolino. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vitexsoftware/datamolino
More information about vitexsoftware/datamolino
Files in vitexsoftware/datamolino
Download vitexsoftware/datamolino
More information about vitexsoftware/datamolino
Files in vitexsoftware/datamolino
Vendor vitexsoftware
Package datamolino
Short Description Datamolino Client Library
License LGPL-3.0-or-later
Package datamolino
Short Description Datamolino Client Library
License LGPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package datamolino
Datamolino PHP Library
Datamolino motto: Let humans focus on creating value, leave robotic work to robots
Datamolino service process invoice bitmap image and gives you OCRed result data in web interface or via API https://datamolino.docs.apiary.io/
Installation
Download https://github.com/VitexSoftware/phplib-datamolino/archive/master.zip or:
Composer:
composer require vitexsoftware/datamolino
Linux
For Debian, Ubuntu & friends please use repo:
In this case please add this to your app composer.json:
"require": {
"deb/datamolino": "*",
},
"repositories": [
{
"type": "path",
"url": "/usr/share/php/EaseCore",
"options": {
"symlink": true
}
},
{
"type": "path",
"url": "/usr/share/php/Datamolino",
"options": {
"symlink": true
}
}
]
Docker:
To get Docker image:
docker pull vitexsoftware/phplib-datamolino
Configuration Constants
- DATAMOLINO_URL - could be https://beta.datamolino.com/ for testing or https://app.datamolino.com/ for production usage
- DATAMOLINO_ID - API ID - request access keys by sending an email to [[email protected]]
- DATAMOLINO_SECRET - API Secret - this code you obtain with API ID
- DATAMOLINO_USERNAME - email address used to sign in to datamolino web interface
- DATAMOLINO_PASSWORD - password for datamolino web interface
All versions of datamolino with dependencies
PHP Build Version
Package Version
Requires
vitexsoftware/ease-core Version
*
jakub-onderka/php-parallel-lint Version *
jakub-onderka/php-console-highlighter Version *
yowcow/mime-base64-urlsafe Version dev-master
jakub-onderka/php-parallel-lint Version *
jakub-onderka/php-console-highlighter Version *
yowcow/mime-base64-urlsafe Version dev-master
The package vitexsoftware/datamolino contains the following files
Loading the files please wait ....