Skip to content

coviu/coviu-api-php-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This demonstration uses a PHP dependency manager called composer: https://github.com/coviu/coviu-api-php-demo

To install all dependencies:

composer require coviu/coviu-sdk

To run the demo:

COVIU_API_KEY=... COVIU_API_KEY_SECRET=... [COVIU_API_ENDPOINT=...] php demo.php

Use the API key and API key secret created in your account. See https://help.coviu.com/api-information/general-questions/how-do-i-create-an-api-key-secret .

For example:

COVIU_API_KEY=d0ed4c21-0037-4eff-9a48-8cdf9d058294 COVIU_API_KEY_SECRET=bf64e03ebb68da6c573b COVIU_API_ENDPOINT=http://localhost:9400/v1 php demo.php

About

Same example code as the coviu-api-python-demo repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages