laravel-alma-client maintained by kwaadpepper
Alma Client
A wrapper around https://github.com/alma/alma-php-client
Installation
Via Composer
$ composer require kwaadpepper/laravel-alma-client
Usage
-
Configure in .env
# Your alma api key ALMA_API_KEY="MY_KEY" # test or live ALMA_API_MODE=test -
Get Alma Client
/** @var \Kwaadpepper\AlmaClient\Client */ $client = app('AlmaClient'); -
Get Alam php doc to implement into your site
https://github.com/alma/alma-php-client
Note to fix Alma client version
composer require alma/alma-php-client
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email github@jeremydev.ovh instead of using the issue tracker.
Credits
- Jérémy Munsch
- [All Contributors][link-contributors]
License
MIT. Please see the license file for more information.