2017 © Pedro Peláez
 

library datamolino

Datamolino Client Library

image

vitexsoftware/datamolino

Datamolino Client Library

  • Thursday, March 15, 2018
  • by vitex
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Logo, (*1)

Datamolino PHP Library

Datamolino motto: Let humans focus on creating value, leave robotic work to robots, (*2)

Datamolino service process invoice bitmap image and gives you OCRed result data in web interface or via API https://datamolino.docs.apiary.io/, (*3)

Source Code Latest Version Software License Build Status Total Downloads Docker pulls Latest stable, (*4)

PHP Composer, (*5)

Installation

Download https://github.com/VitexSoftware/phplib-datamolino/archive/master.zip or:, (*6)

Composer:

composer require vitexsoftware/datamolino

Linux

For Debian, Ubuntu & friends please use repo:, (*7)

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:, (*8)

"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:, (*9)

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 [info@datamolino.com]
  • 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

The Versions