We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f296659 commit f93fb08Copy full SHA for f93fb08
README.md
@@ -1,11 +1,14 @@
1
-php-sdk
2
-=======
+# ShootProof PHP SDK
3
4
-A PHP SDK to interact with the ShootProof API. API and Auth documentation can be found at http://developer.shootproof.com.
+A PHP SDK to interact with the ShootProof API. API and Auth documentation can
+be found at [http://developer.shootproof.com](http://developer.shootproof.com).
5
6
-```json
7
- "require": {
8
- "shootproof/php-sdk" : "master"
9
- }
+## Installation
10
+We recommend using [Composer](https://getcomposer.org/) to manage your PHP
+application's dependencies. The ShootProof PHP SDK may be installed by adding
+it as a Composer requirement to your project:
11
+
12
+```bash
13
+composer.phar require shootproof/php-sdk
14
```
0 commit comments