PHPackages                             omatech/seur-dispatches-service - 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. omatech/seur-dispatches-service

ActiveLibrary

omatech/seur-dispatches-service
===============================

1.0.1(6y ago)291MITPHPPHP ^7.1CI failing

Since Aug 2Pushed 5y ago4 watchersCompare

[ Source](https://github.com/omatech/seur-dispatches-service)[ Packagist](https://packagist.org/packages/omatech/seur-dispatches-service)[ Docs](https://github.com/omatech/seur-dispatches-service)[ RSS](/packages/omatech-seur-dispatches-service/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

SEUR Dispatches Service
=======================

[](#seur-dispatches-service)

[![Latest Version on Packagist](https://camo.githubusercontent.com/daa7a79443e017c0a8aa8cb1034534203588c3a2d780dcb4dd36422a5f9eb68d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6d61746563682f736575722d646973706174636865732d736572766963652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omatech/seur-dispatches-service)[![Total Downloads](https://camo.githubusercontent.com/ec6ab3ad83afe42e951ca43656405b646a2d966f04cd20b074a0621d0db7d459/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f6d61746563682f736575722d646973706174636865732d736572766963652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omatech/seur-dispatches-service)

Use of SEUR dispatches services. Available:

- ConsultaListadoExpedicionesStr
- ConsultaDetalleExpedicionesStr

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

[](#installation)

You can install the package via composer:

```
composer require omatech/seur-dispatches-service
```

Environment configuration:

```
SEUR_MODE=
SEUR_USER=
SEUR_PASSWORD=
```

Usage
-----

[](#usage)

ConsultaListadoExpedicionesStr:

```
$search = [
  'in0' => 'S',
  'in1' => '',
  'in2' => null,
  'in3' => '',
  'in4' => '1234-56',
  'in5' => '01-05-2019',
  'in6' => '08-05-2019',
  'in7' => '',
  'in8' => '',
  'in9' => '',
  'in10' => '',
  'in11' => null,
  'in12' => 'MYUSERNAME', //Not mandatory if environment variables have been configured
  'in13' => 'MYPASSWORD', //Not mandatory if environment variables have been configured
  'in14' => 'N'
];
$seur = new Seur();
$dispatches = $seur->dispatches($search);
```

ConsultaDetalleExpedicionesStr:

```
$search = [
  'in0' => 'S',
  'in1' => 'REF',
  'in2' => 'MYUSERNAME', //Not mandatory if environment variables have been configured
  'in3' => 'MYPASSWORD', //Not mandatory if environment variables have been configured
];
$seur = new Seur();
$dispatch = $seur->dispatch($search);
```

```
$seur = new Seur();
$dispatch = $seur->getTypeLDispatchById('ID');
```

```
$seur = new Seur();
$dispatch = $seur->getTypeSDispatchById('ID');
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Adrià Roca](https://github.com/adriaroca)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

2

Last Release

2471d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a6b2440a7864015d71501a9cd77d28bed549c283afdd8d1af95f54b650dc833?d=identicon)[aponscat](/maintainers/aponscat)

---

Top Contributors

[![adriaroca](https://avatars.githubusercontent.com/u/3205030?v=4)](https://github.com/adriaroca "adriaroca (8 commits)")

---

Tags

seuromatechseur-dispatches-serviceseur

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/omatech-seur-dispatches-service/health.svg)

```
[![Health](https://phpackages.com/badges/omatech-seur-dispatches-service/health.svg)](https://phpackages.com/packages/omatech-seur-dispatches-service)
```

###  Alternatives

[leonied7/yandex-disk-api

Библиотека для работы с Яндекс.диск API

152.2k](/packages/leonied7-yandex-disk-api)

PHPackages © 2026

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