# SAML Core
# A dependency library for SAML SP and IDP
[![Latest Version](https://img.shields.io/github/release/flipboxfactory/saml-core.svg?style=flat-square)](https://github.com/flipboxfactory/saml-core/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/flipboxfactory/saml-core/master.svg?style=flat-square)](https://travis-ci.com/flipboxfactory/saml-core)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/flipboxfactory/saml-core.svg?style=flat-square)](https://scrutinizer-ci.com/g/flipboxfactory/saml-core/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/flipboxfactory/saml-core.svg?style=flat-square)](https://scrutinizer-ci.com/g/flipboxfactory/saml-core)

## Installation

To install, use composer:

```
composer require flipboxfactory/saml-core
```

## Testing

``` bash
$ ./vendor/bin/phpunit
```

## Contributing

Please see [CONTRIBUTING](https://github.com/flipboxfactory/saml-core/blob/master/CONTRIBUTING.md) for details.


## Credits

- [Flipbox Digital](https://github.com/flipbox)

## License

The MIT License (MIT). Please see [License File](https://github.com/flipboxfactory/saml-core/blob/master/LICENSE) for more information.
