Skip to content

Instantly share code, notes, and snippets.

@yourguide
Created February 6, 2025 22:04
Show Gist options
  • Save yourguide/e48885e64548a8ffc9ce986a5f849a45 to your computer and use it in GitHub Desktop.
Save yourguide/e48885e64548a8ffc9ce986a5f849a45 to your computer and use it in GitHub Desktop.
Readme file
1.4 Installation Steps¶
Download the library from here
Add Following lines in your composer.json
"repositories": [
{
"type": "path",
"url": "/home/user/Downloads/orbipay-paymentsapi-client",
"options": {
"symlink": false
}
}
]
Run composer install
composer install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment