Skip to content

ymirapp/ymir-sdk-php

Repository files navigation

Ymir PHP SDK

Actions Status

The Ymir PHP SDK makes it easy for PHP developers to integrate Ymir in their PHP project.

Requirements

  • PHP >= 7.2.5

Installation

Install the Ymir PHP SDK in your project using composer:

$ composer require ymirapp/ymir-sdk-php

Contributing

Install dependencies using composer:

$ composer install