Skip to content

Commit ac376fe

Browse files
authored
Add badgets
1 parent 2f31f73 commit ac376fe

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# OneLogin's SAML PHP Toolkit Compatible with PHP 7.X & 8.X
1+
# SAML PHP Toolkit Compatible with PHP 7.X & 8.X
22

3-
[![Build Status](https://api.travis-ci.org/onelogin/php-saml.png?branch=master)](http://travis-ci.org/onelogin/php-saml) [![Coverage Status](https://coveralls.io/repos/onelogin/php-saml/badge.png)](https://coveralls.io/r/onelogin/php-saml) [![License](https://poser.pugx.org/onelogin/php-saml/license.png)](https://packagist.org/packages/onelogin/php-saml)
3+
[![php-saml 4.x-dev package](https://github.com/SAML-Toolkits/php-saml/actions/workflows/php-package.yml/badge.svg?branch=4.x-dev)](https://github.com/SAML-Toolkits/php-saml/actions/workflows/php-package.yml) [![Coverage Status](https://coveralls.io/repos/github/SAML-Toolkits/php-saml/badge.svg?branch=4.x-dev)](https://coveralls.io/github/SAML-Toolkits/php-saml?branch=4.x-dev) ![Packagist Dependency Version (specify version)](https://img.shields.io/packagist/dependency-v/onelogin/php-saml/php?version=4.0.0) [![License](https://poser.pugx.org/onelogin/php-saml/license.png)](https://packagist.org/packages/onelogin/php-saml) ![Packagist Downloads](https://img.shields.io/packagist/dm/onelogin/php-saml) ![Packagist Downloads](https://img.shields.io/packagist/dt/onelogin/php-saml?label=Total%20downloads)
44

55
Add SAML support to your PHP software using this library.
6-
Forget those complicated libraries and use this open source library provided
7-
and supported by OneLogin Inc.
86

97

108
Warning
@@ -15,7 +13,7 @@ This version is compatible with PHP >=7.3 and 8.X and does not include xmlseclib
1513
Security Guidelines
1614
-------------------
1715

18-
If you believe you have discovered a security vulnerability in this toolkit, please report it at https://www.onelogin.com/security with a description. We follow responsible disclosure guidelines, and will work with you to quickly find a resolution.
16+
If you believe you have discovered a security vulnerability in this toolkit, please report it by mail to the maintainer: sixto.martin.garcia+security@gmail.com
1917

2018

2119
Why add SAML support to my software?
@@ -45,7 +43,7 @@ since 2002, but lately it is becoming popular due its advantages:
4543
General description
4644
-------------------
4745

48-
OneLogin's SAML PHP toolkit let you build a SP (Service Provider) over
46+
SAML PHP toolkit let you build a SP (Service Provider) over
4947
your PHP application and connect it to any IdP (Identity Provider).
5048

5149
Supports:
@@ -66,7 +64,7 @@ Key features:
6664
* **Easy to use** - Programmer will be allowed to code high-level and
6765
low-level programming, 2 easy to use APIs are available.
6866
* **Tested** - Thoroughly tested.
69-
* **Popular** - OneLogin's customers use it. Many PHP SAML plugins uses it.
67+
* **Popular** - Developers use it. Many PHP SAML plugins uses it.
7068

7169
Integrate your PHP toolkit at OneLogin using this guide: [https://developers.onelogin.com/page/saml-toolkit-for-php](https://developers.onelogin.com/page/saml-toolkit-for-php)
7270

0 commit comments

Comments
 (0)