ominity/laravel-ominity

Ominity API client wrapper for Laravel

v1.1.0 2024-12-13 15:16 UTC

This package is auto-updated.

Last update: 2025-03-14 01:16:47 UTC


README

Latest Stable Version Total Downloads License

Requirements

  • An active installation of Ominity.
  • Up-to-date OpenSSL (or other SSL/TLS toolkit)
  • PHP >= 8.1
  • Laravel >= 10.0

Installation

You can install the package via Composer. Run the following command in your terminal:

composer require ominity/laravel-ominity

After installing the package, the Ominity service will be available for use in your Laravel application.

Configuration

Publish the configuration file using the following Artisan command:

php artisan vendor:publish --provider="Ominity\Laravel\OminityServiceProvider"

This will create a config/ominity.php file where you can configure the package settings.

License

The MIT License. Copyright (c) 2024, Ominity (Connexeon BV)