Skip to content

xakepsoft/haba-lv-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swedbank API

Currently only Latvian Swedbank is supported. Support for EE and LT will be added in near future.

Installation

Make sure the curl extension (php5-curl) is installed

  sudo apt-get install php5-curl
  
  sudo yum install php5-curl

These two CLI tools are also mandatory: ( netpbm, ocrad )

install on apt-get systems:

      sudo apt-get install netpbm
      sudo apt-get install ocrad

install on yum based systems:

      sudo yum install netpbm
      sudo yum install ocrad

Using Composer

Add repository to composer.json file

   "repositories": 
   [
      { "type": "vcs", "url": "https://github.com/xakepsoft/haba-lv-api" }
   ],

instruct composer to download the latest version

    "require":
    {
        "xakepsoft/haba-lv-api" : "@dev"
    }

Without Composer

Just download HabaLV.php and include it in your php file

About

Swedbank API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages