umserv/exchange-interfaces

A set of open interfaces to standardize exchange between system nodes.

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/umserv/exchange-interfaces

dev-main 2024-06-11 22:54 UTC

This package is auto-updated.

Last update: 2025-04-12 01:05:22 UTC


README

Набор открытых интерфейсов для стандартизации обмена между узлами системы УмныйСофт, Умный Сервис.

🍒 https://packagist.org/packages/umserv/exchange-interfaces

TroubleShooting

  1. Failed to execute git clone... install dependencies process Cloning.

add value into local composer.json file before require section:

"repositories": [
        {
            "type": "vcs",
            "url":  "https://git.umserv.ru/umserv/exchange-interfaces.git"
        }
    ],

Installation

composer require umserv/exchange-interfaces:@dev

Run Tests

On Windows

./vendor/bin/phpunit

or

php -f ./vendor/bin/phpunit


On Linux/MacOs

.\vendor\bin\phpunit

Documentation