You are here

README.txt in SAML Service Provider 7

Same filename in this branch
  1. 7 README.txt
  2. 7 lib/README.txt
SAML Service Provider - PHP-SAML library
========================================

Install the OneLogin SAML-PHP toolkit to this directory:

`cd lib`
`git clone https://github.com/onelogin/php-saml.git .`


Directory structure
===================

You should see:
- saml_sp
  - lib
    - ext
      - xmlseclibs
        - xmlseclibs.php
    - README.txt
    - src
      - OneLogin
        - Saml
          - AuthRequest.php
          - Metadata.php
          - Response.php
          - Settings.php
          - XmlSec.php
  - README.txt
  - saml_sp.admin.inc
  - saml_sp.info
  - saml_sp.module
  - saml_sp.pages.inc

File

lib/README.txt
View source
  1. SAML Service Provider - PHP-SAML library
  2. ========================================
  3. Install the OneLogin SAML-PHP toolkit to this directory:
  4. `cd lib`
  5. `git clone https://github.com/onelogin/php-saml.git .`
  6. Directory structure
  7. ===================
  8. You should see:
  9. - saml_sp
  10. - lib
  11. - ext
  12. - xmlseclibs
  13. - xmlseclibs.php
  14. - README.txt
  15. - src
  16. - OneLogin
  17. - Saml
  18. - AuthRequest.php
  19. - Metadata.php
  20. - Response.php
  21. - Settings.php
  22. - XmlSec.php
  23. - README.txt
  24. - saml_sp.admin.inc
  25. - saml_sp.info
  26. - saml_sp.module
  27. - saml_sp.pages.inc