PHPackages                             joglomedia/ibanking - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. joglomedia/ibanking

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

joglomedia/ibanking
===================

Internet Banking PHP 5.6+ library

5493PHP

Since Oct 20Pushed 8y ago2 watchersCompare

[ Source](https://github.com/joglomedia/ibanking)[ Packagist](https://packagist.org/packages/joglomedia/ibanking)[ RSS](/packages/joglomedia-ibanking/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

IBanking - Internet Banking
===========================

[](#ibanking---internet-banking)

Internet Banking client wrapper, useful to check internet banking statements (cek mutasi online) using PHP script.

Documentation
-------------

[](#documentation)

The documentation is currently under construction.

You can read here:

Installation
------------

[](#installation)

### Composer

[](#composer)

Add *ibanking* library in to your composer.json or create a new composer.json file:

```
{
    "require": {
        "joglomedia/ibanking": "dev-master"
    }
}
```

Then, tell composer to download the library by running the command:

```
$ php composer.phar install
```

Composer will generate the autoloader file automatically. So you only have to include this. Typically its located in the *vendor* directory and its called *autoload.php*

```
