Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 724 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 724 Bytes

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