-
Notifications
You must be signed in to change notification settings - Fork 0
Ominity API client wrapper for Laravel
License
ominity/laravel-ominity
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<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)
About
Ominity API client wrapper for Laravel
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published