Allows library patrons to check out items on their own. Utilizes ALMA and CAS.
- Make a copy of config.example.php named config.php.
- Fill in the missing values of config.php.
- If your institution does not use CAS, rewrite login to use your login method. The user id that is sent to ALMA should be created in this script and be named $user_id.
- Rewrite header.php and footer.php to look like your institutions.
- Clean up the css in index.php if needed. It should work fine with bootstrap 4 based systems.