https://github.com/vitexsoftware/phplib-datamolino
Datamolino Client Library
https://github.com/vitexsoftware/phplib-datamolino
easephp php
Last synced: about 2 months ago
JSON representation
Datamolino Client Library
- Host: GitHub
- URL: https://github.com/vitexsoftware/phplib-datamolino
- Owner: VitexSoftware
- Created: 2018-02-15T14:48:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T21:32:40.000Z (over 3 years ago)
- Last Synced: 2025-02-14T22:38:16.162Z (4 months ago)
- Topics: easephp, php
- Language: PHP
- Size: 78.1 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

Datamolino PHP Library
======================Datamolino motto: Let humans focus on creating value, leave robotic work to robots
[Datamolino](https://www.datamolino.com/) service process invoice bitmap image
and gives you OCRed result data in web interface or via API https://datamolino.docs.apiary.io/[](https://github.com/VitexSoftware/phplib-datamolino)
[](https://github.com/VitexSoftware/phplib-datamolino/releases)
[](https://github.com/VitexSoftware/phplib-datamolino/blob/master/LICENSE)
[](https://travis-ci.org/VitexSoftware/phplib-datamolino)
[](https://packagist.org/packages/vitexsoftware/datamolino)
[](https://hub.docker.com/r/vitexus/phplib-datamolino/)
[](https://packagist.org/packages/vitexsoftware/datamolino)
Installation
============Download https://github.com/VitexSoftware/phplib-datamolino/archive/master.zip or:
Composer:
---------
composer require vitexsoftware/datamolinoLinux
-----For Debian, Ubuntu & friends please use repo:
```shell
sudo apt install lsb-release wget
echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg
sudo apt update
sudo apt install php-datamolino
```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