Skip to content

Releases: halt-avmc/p24api

Privat24 API

16 Aug 08:18
Compare
Choose a tag to compare

Install

Installation is done with Composer. Add this to yours composer.json:

"require": {
    "halt/p24": "v1.0"
}

And then invoke php composer.phar install

Precaution

For now you also have to add this github repository to composer.json until Privat24 API is NOT in Packagist:

 "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/halt-avmc/p24api"
        }
    ]

Privat24 API alpha

01 Aug 13:35
Compare
Choose a tag to compare
Privat24 API alpha Pre-release
Pre-release

Install

Installation is done with Composer. Add this to yours composer.json:

"require": {
    "halt/p24": "v0.1-alpha"
}

And then invoke php composer.phar install