ominity/laravel-ominity

Ominity API client wrapper for Laravel

v1.2.0 2025-06-12 00:29 UTC

README

<h1 align="center">Ominity for Laravel</h1>

[![Latest Stable Version](https://poser.pugx.org/ominity/laravel-ominity/v/stable)](https://packagist.org/packages/ominity/laravel-ominity)
[![Total Downloads](https://poser.pugx.org/ominity/laravel-ominity/downloads)](https://packagist.org/packages/ominity/laravel-ominity)
[![License](http://poser.pugx.org/ominity/laravel-ominity/license)](https://packagist.org/packages/ominity/laravel-ominity)

## **Requirements**

* An active installation of [Ominity](https://www.ominity.com).
* Up-to-date OpenSSL (or other SSL/TLS toolkit)
* PHP >= 8.1
* [Laravel](https://www.laravel.com) >= 10.0

## Installation

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

```bash
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:

```bash
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](LICENSE.md). Copyright (c) 2024, Ominity (Connexeon BV)