PHPackages                             sf4/omnivabundle - 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. sf4/omnivabundle

ActiveLibrary[API Development](/categories/api)

sf4/omnivabundle
================

Library to communicate with Omniva API

v1.6(7y ago)010MITPHPPHP &gt;=7.1

Since Aug 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Sf4/OmnivaBundle)[ Packagist](https://packagist.org/packages/sf4/omnivabundle)[ RSS](/packages/sf4-omnivabundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (3)Versions (6)Used By (0)

Omniva API
==========

[](#omniva-api)

PHP wrapper for courier [Omniva integration](https://www.omniva.ee/public/files/failid/manual_xml_dataexchange_eng.pdf).

[![Build Status](https://camo.githubusercontent.com/5e5fc906fd766006e470ff68da5a9447b9d7160a58f5326c57d987be959e6d89/68747470733a2f2f7472617669732d63692e6f72672f6e6562696a6f6b69742f6f6d6e6976612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nebijokit/omniva)[![Maintainability](https://camo.githubusercontent.com/f1dbb8affe92758cb5c572c981c392abffaadbfb3afd8ea853608c3d2c5f0b55/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61363963393933383864616462353863663734632f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/nebijokit/omniva/maintainability)[![Total Downloads](https://camo.githubusercontent.com/5e03cf37610134462bc9a7da61d6cc11aecd1cd0c36998aced1da6f5256a4fc5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6562696a6f6b69742f6f6d6e6976612e737667)](https://packagist.org/packages/nebijokit/omniva)

[![SensioLabsInsight](https://camo.githubusercontent.com/ba74c1ca1687618ad0593f0064630c3af1dc07c935862270cd8b4073e8103107/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38313531626363392d653864362d346236332d393039612d6266653535306665653537312f6d696e692e706e67)](https://insight.sensiolabs.com/projects/8151bcc9-e8d6-4b63-909a-bfe550fee571)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/dc2286bafa068f48a2732ec7c6206c499929266065e4ead74cd7231814c9a6fa/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e6562696a6f6b69742f6f6d6e6976612f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/nebijokit/omniva/?branch=master)

Examples
--------

[](#examples)

```
$client = new \SoapClient('https://edixml.post.ee/epmx/services/messagesService.wsdl', array('login' => 'xxx', 'password' => 'xxx'));
/** @noinspection PhpUndefinedMethodInspection */
$request = $client->preSendMsg([
    'partner' => '24432',
    'interchange' => [
        'header' => [
            'file_id' => date('Ymd'),
            'sender_cd' => '24432'
        ],
        'item_list' => [
            [
                'id' => 'JJEE2443256789',
                'service' => 'PU',
                'comment' =>  "Comment",
                'receiverAddressee' => [
                    'person_name' => "xxx xxx",
                    'mobile' => '+372xxx',
                    'address' => ['offloadPostcode' => '96079'],
                ],
                'measures' => ['weight' => '0'],
                'add_service' => [
                    'option' => ['code' => 'ST'],
                ],
            ],
        ],
    ],
]);

```

### Get label

[](#get-label)

Returns Label response (`stdClass` object) with encoded PDF &amp; barcode. For Response structure view `getLabel` phpdoc.

```
$client = new Client($username, $password);
$client->getLabel($parcel);

```

### Get pickup points list

[](#get-pickup-points-list)

This endpoint returns list of pickup points. Pickup point can be Terminal or Post office. Field *Type* determines whether field is *Terminal* (Type: 0) or *Post office* (Type: 1).

```
// username & password is not necessary for pickup points
$client = new Client($username, $password);

$points = $client->getPickupPoints();

```

Ideas for further development
-----------------------------

[](#ideas-for-further-development)

- implement `Client` tracking
- add Symfony\\Constraint for data validation

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~7 days

Total

5

Last Release

2807d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2471d28ff80a5a5742aafa5fd075002dba1de6e0bd668115b49158ec39f4830b?d=identicon)[siimliimand](/maintainers/siimliimand)

---

Top Contributors

[![siimliimand](https://avatars.githubusercontent.com/u/7560943?v=4)](https://github.com/siimliimand "siimliimand (12 commits)")

### Embed Badge

![Health badge](/badges/sf4-omnivabundle/health.svg)

```
[![Health](https://phpackages.com/badges/sf4-omnivabundle/health.svg)](https://phpackages.com/packages/sf4-omnivabundle)
```

###  Alternatives

[netflie/whatsapp-cloud-api

The first PHP SDK to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform

640431.7k4](/packages/netflie-whatsapp-cloud-api)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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