laravel-ominity maintained by ominity
Last update
2025/12/28 19:55
License
Require
- php ^8.1|^8.2
- illuminate/support ^10.0|^11.0
- ext-json *
- ominity/ominity-api-php ^1.3.1
Last update
2025/12/28 19:55
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.3.1
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2025/10/15 00:34
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2025/06/12 02:29
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2025/05/30 01:58
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2025/05/30 01:37
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2025/05/30 01:05
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2025/05/29 20:05
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2025/05/29 19:38
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2025/05/29 19:25
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2025/05/24 23:55
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2024/12/13 16:16
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2024/12/08 17:17
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2024/11/07 12:52
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2024/11/03 00:37
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2024/11/01 21:27
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2024/10/31 14:46
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2024/10/31 14:10
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2024/10/31 03:54
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2024/10/31 03:19
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2024/10/31 02:51
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2024/10/23 13:10
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2024/10/23 13:02
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2024/10/20 03:44
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
Last update
2024/09/15 19:49
License
Require
- php ^8.1|^8.2
- ominity/ominity-api-php ^1.0
- illuminate/support ^10.0|^11.0
- ext-json *
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)