You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,13 @@ Installation
88
88
89
89
### Code ###
90
90
91
-
#### Option 1. Download from github ####
91
+
#### Option 1. clone the repository from github ####
92
+
93
+
git clone git@github.com:onelogin/php-saml.git
94
+
95
+
Then pull the 3.X.X branch/tag
96
+
97
+
#### Option 2. Download from github ####
92
98
93
99
The toolkit is hosted on github. You can download it from:
94
100
@@ -100,7 +106,10 @@ Copy the core of the library inside the php application. (each application has i
100
106
structure so take your time to locate the PHP SAML toolkit in the best place).
101
107
See the "Guide to add SAML support to my app" to know how.
102
108
103
-
#### Option 2. Composer ####
109
+
Take in mind that the compressed file only contains the main files.
110
+
If you plan to play with the demos, use the Option 1.
111
+
112
+
#### Option 3. Composer ####
104
113
105
114
The toolkit supports [composer](https://getcomposer.org/). You can find the `onelogin/php-saml` package at https://packagist.org/packages/onelogin/php-saml
0 commit comments