Releases: halt-avmc/p24api
Releases · halt-avmc/p24api
Privat24 API
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
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