Installing the module

To be able to access the module, configure the authentication to Repman.io in auth.json:

{
    "http-basic": {
        "raylo.repo.repman.io": {
            "username": "token",
            "password": “<access token here>”
        }
    },
    // ... other auth configs
}

You can then add the repository with:

composer config repositories composer.raylo.repo.repman.io https://raylo.repo.repman.io

And install the package with:

composer require raylo/raylopay-sdk

Finally, run the usual Magento commands to set up new packages (i.e. bin/magento set:up, bin/magento set:di:compile, etc).

Last updated

Was this helpful?