This package implements a SAML authentication endpoint for Atlassian Crowd.
Before configuring the library, you need to install the library dependencies for the project via composer. Easiest way to do this is to run:
php -r "readfile('https://getcomposer.org/installer');" | php
php composer.phar install