Skip to content

Commit c0bf172

Browse files
committed
Add additional way to get the toolkit: git clone
1 parent 0c557b4 commit c0bf172

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ Since [PHP 5.3 is officially unsupported](http://php.net/eol.php) we recommend y
104104

105105
### Code ###
106106

107-
#### Option 1. Download from github ####
107+
#### Option 1. clone the repository from github ####
108+
109+
git clone [email protected]:onelogin/php-saml.git
110+
111+
#### Option 2. Download from github ####
108112

109113
The toolkit is hosted on github. You can download it from:
110114

@@ -115,7 +119,10 @@ Copy the core of the library inside the php application. (each application has i
115119
structure so take your time to locate the PHP SAML toolkit in the best place).
116120
See the "Guide to add SAML support to my app" to know how.
117121

118-
#### Option 2. Composer ####
122+
Take in mind that the compressed file only contains the main files.
123+
If you plan to play with the demos, use the Option 1.
124+
125+
#### Option 3. Composer ####
119126

120127
The toolkit supports [composer](https://getcomposer.org/). You can find the `onelogin/php-saml` package at https://packagist.org/packages/onelogin/php-saml
121128

0 commit comments

Comments
 (0)