Skip to content

ekomobile/eko-api-demo-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ekomobile API PHP demo

Requirements

  • php >= 7.1
  • ext-protobuf
  • ext-grpc

Usage

  1. Add private key to SSH agent
ssh-add /path/to/client.key
  1. Run composer install
composer install
  1. Set environment variable EKO_API_CLIENT_CERT with path to your client certificate
export EKO_API_HOST=/path/to/client.pem
  1. Set environment variable EKO_API_ADDRESS with proper eko-api address
export EKO_API_ADDRESS=host.example.com:443
  1. Run demo application
php demo.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages