We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685830c commit 570af71Copy full SHA for 570af71
1 file changed
README.md
@@ -5,6 +5,14 @@ This is the PHP client for the [CyberSource SOAP Toolkit API](http://www.cyberso
5
[]
6
(https://travis-ci.org/CyberSource/cybersource-sdk-php)
7
8
+##Packagist
9
+The cybersource/sdk-php is available at [Packagist](https://packagist.org/packages/cybersource/sdk-php).
10
+If you want to install SDK from Packagist,add the following dependency to your application's 'composer.json'.
11
+
12
+ "require": {
13
+ "cybersource/sdk-php": "*"
14
+ },
15
16
##Prerequisites
17
18
- PHP 5.3 or above
0 commit comments