Skip to content

Commit 36e57ce

Browse files
Update readme.md
1 parent 0e0b421 commit 36e57ce

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ This SDK contains all the logic and connection methods to Sales Layer’s custom
1717

1818
PHP 5.6 and later
1919

20+
## Started
21+
### With Github
22+
Access [github](https://github.com/saleslayer/Sales_Layer_PHP_SDK "Sales_Layer_PHP_SDK") and download the package.
23+
24+
### With Composer
25+
Using [Composer](https://getcomposer.org/ "Composer") is the recommended way to install the Sales Layer SDK for PHP. The SDK is available via [Packagist](https://packagist.org/ "packagist.org") under the **saleslayer/saleslayer-php-sdk** package. If Composer is installed globally on your system, you can run the following in the base directory of your project to add the SDK as a dependency:
26+
27+
```php
28+
composer require saleslayer/saleslayer-php-sdk
29+
```
30+
2031
## Examples
2132

2233
```php

0 commit comments

Comments
 (0)