kwaadpepper/laravel-alma-client

1.0.2 2022-06-25 12:21 UTC

This package is auto-updated.

Last update: 2024-04-25 16:10:57 UTC


README

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.