shotstack / shotstack-sdk-php

PHP SDK for Shotstack, the cloud video editing API.
https://shotstack.io/product/sdk/php/
11 stars 5 forks source link

How to run this project #1

Closed johnedinson closed 5 years ago

jeffski commented 5 years ago

The best way to run or use the SDK is to have a look at the Shotstack PHP demos project: https://github.com/shotstack/php-demos. It shows you how to install the SDK (composer package) and provides example scripts on how to create and edit videos using code.

Also you will need an API key, you can get one free at http://shotstack.io/

The full API docs are available here: https://shotstack.restlet.io/

johnedinson commented 5 years ago

well. I installed the composer. please tell me the step for run this project on my browser. and please tell me what is the home page of this project.

I using WAMP server to run this project. Thank you

jeffski commented 5 years ago

I would now recommend looking at the demo project: https://github.com/shotstack/php-demos - the SDK doesn't do much by itself, it is just the interface to the API. The demo project should make it clear what this project does and how it works.

Note that this is a backend server project and not a browser based project so there is nothing to see in a browser.