Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 658 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 658 Bytes

Enable private PHP SDK

Add AHOI Repository

To enable private PHP SDK please add our private composer service to your composer.json

"repositories": [
    {
        "type": "composer",
        "url": "https://satis.ahoi.cloud"
    }
],

Add the package

composer require ahoicloud/packagename

Add the license key

Add the information provided by the AHOI-Team to authenticate against our licensing server. Use your email adress and the license key as a password. Bildschirmfoto 2024-05-12 um 21 26 38