Looking to hire Laravel developers? Try LaraJobs

laravel-alma-client maintained by kwaadpepper

Description
Alma client to use within Laravel
Last update
2022/06/25 14:21 (dev-master)
License
Downloads
5
Tags

Comments
comments powered by Disqus

Alma Client

A wrapper around https://github.com/alma/alma-php-client

Installation

Via Composer

$ composer require kwaadpepper/laravel-alma-client

Usage

  1. Configure in .env

    # Your alma api key
    ALMA_API_KEY="MY_KEY"
    # test or live
    ALMA_API_MODE=test
    
  2. Get Alma Client

    /** @var \Kwaadpepper\AlmaClient\Client */
    $client = app('AlmaClient');
    
  3. 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

License

MIT. Please see the license file for more information.