ominity / laravel-ominity
Ominity API client wrapper for Laravel
v1.2.0
2025-06-12 00:29 UTC
Requires
- php: ^8.1|^8.2
- ext-json: *
- illuminate/support: ^10.0|^11.0
- ominity/ominity-api-php: ^1.0
Requires (Dev)
- laravel/pint: ^1.1
- laravel/socialite: ^5.5
- mockery/mockery: ^1.4
- orchestra/testbench: ^8.0|^9.0
- phpunit/phpunit: ^10.0
Suggests
- laravel/socialite: Use Ominity OAuth to authenticate via Laravel Socialite with the Ominity API. This is needed for some endpoints.
README
<h1 align="center">Ominity for Laravel</h1> [](https://packagist.org/packages/ominity/laravel-ominity) [](https://packagist.org/packages/ominity/laravel-ominity) [](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)