kwaadpepper / laravel-alma-client
Alma client to use within Laravel
1.0.2
2022-06-25 12:21 UTC
Requires
- php: ^7.3
- alma/alma-php-client: ~1
- illuminate/support: ~8
- laravel/framework: ~8
Requires (Dev)
- slevomat/coding-standard: ^7.2
This package is auto-updated.
Last update: 2025-02-25 17:50:56 UTC
README
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.