PHPackages                             codeiqbv/laravel-kolmisoft - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. codeiqbv/laravel-kolmisoft

ActiveLibrary[API Development](/categories/api)

codeiqbv/laravel-kolmisoft
==========================

Integration between Laravel and Kolmisoft MOR

v1.0.2(1y ago)03MITPHPPHP ^8.0

Since Dec 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/CODEIQBV/laravel-kolmisoft)[ Packagist](https://packagist.org/packages/codeiqbv/laravel-kolmisoft)[ Docs](https://github.com/codeiqbv/laravel-kolmisoft)[ GitHub Sponsors](https://github.com/CODEIQBV)[ RSS](/packages/codeiqbv-laravel-kolmisoft/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (13)Versions (5)Used By (0)

Integration between Laravel and Kolmisoft MOR
=============================================

[](#integration-between-laravel-and-kolmisoft-mor)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0c5bc22b093e84716da677848c808e89cea102ca2a02e73d9a0aadd3c9423623/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6465697162762f6c61726176656c2d6b6f6c6d69736f66742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codeiqbv/laravel-kolmisoft)[![Total Downloads](https://camo.githubusercontent.com/75eef760be752a86294aec7b9a16a019021a88010a29895c0984aeea2fa1b42b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6465697162762f6c61726176656c2d6b6f6c6d69736f66742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codeiqbv/laravel-kolmisoft)

This package integrates Laravel applications with Kolmisoft MOR, providing a simple and flexible way to interact with MOR's APIs.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require codeiqbv/laravel-kolmisoft
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-kolmisoft-config"
```

This is the contents of the published config file:

```
return [
    'username' => env('KOLMISOFT_USERNAME'),
    'password' => env('KOLMISOFT_PASSWORD'),
    'api_url' => env('KOLMISOFT_API_URL'),
    'auth_key' => env('KOLMISOFT_AUTH_KEY'),
    'use_hash' => true,
];
```

Usage
-----

[](#usage)

Example usage:

```
$kolmisoft = new CODEIQBV\Kolmisoft\Api\Call();
$response = $kolmisoft->getUserCalls([
    's_user' => 123,
    'period_start' => strtotime('2024-01-01 00:00'),
    'period_end' => strtotime('2024-01-31 23:59'),
]);
```

For more details, check out the [WIKI Documentation](./WIKI/README.md).

Requirements
------------

[](#requirements)

- PHP version 8 or higher

Questions or Issues
-------------------

[](#questions-or-issues)

If you encounter any questions or issues, please create an issue on [GitHub](https://github.com/codeiqbv/laravel-kolmisoft/issues). We aim to fix bugs within 24 to 48 hours.

Contributing
------------

[](#contributing)

This package is community-managed, and we welcome contributions from everyone. Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Official Documentation
----------------------

[](#official-documentation)

The official documentation of Kolmisoft can be found on their [Wiki](https://wiki.kolmisoft.com).

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

3

Last Release

522d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/99356214977e31d05b492da4a254752556f42713dce44a7b93aa3489d893974c?d=identicon)[codeiq](/maintainers/codeiq)

---

Tags

laravelCODEIQBVlaravel-kolmisoft

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/codeiqbv-laravel-kolmisoft/health.svg)

```
[![Health](https://phpackages.com/badges/codeiqbv-laravel-kolmisoft/health.svg)](https://phpackages.com/packages/codeiqbv-laravel-kolmisoft)
```

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[codedredd/laravel-soap

A SoapClient wrapper integration for Laravel

221516.6k3](/packages/codedredd-laravel-soap)[neuron-core/neuron-laravel

Official Neuron AI Laravel SDK.

10710.0k](/packages/neuron-core-neuron-laravel)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[dragon-code/laravel-json-response

Automatically always return a response in JSON format

1118.6k1](/packages/dragon-code-laravel-json-response)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
