Skip to content

Pexeso/pex-sdk-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs Language

Pex SDK for PHP

PHP bindings for the Pex SDK.

Installation

You can install the PHP language bindings like this:

# Add the SDK bindings repository to your composer.json
composer config repositories.repo-name vcs https://github.com/Pexeso/pex-sdk-php

# Install the SDK bindings package
composer require pexeso/pex-sdk-php:dev-main

Usage examples

You can find usage examples in the examples directory.