Skip to content

Commit 412ea6e

Browse files
committed
Update Readme
1 parent a27625f commit 412ea6e

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

README.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
11
# Shotstack PHP SDK
22

3-
PHP SDK for Shotstack, the cloud video editing API.
3+
PHP SDK for [Shotstack](http://shotstack.io), the cloud video editing API.
44

5-
## Requirements
5+
Shotstack is a cloud based video editing platform that enables the editing of videos uding code.
66

7-
PHP >= 5.5
7+
The platform uses an API and a JSON format for specifying how videos should be edited and what assets and titles should be used.
8+
9+
A server based render farm takes care of rendering the videos allowing multiple videos to be created simultaneously.
10+
11+
For examples of how to use the SDK to create videos using code checkout the PHP demo repo: https://github.com/shotstack/php-demos
12+
13+
## Installation
14+
15+
### Composer
16+
17+
The recomended way to use the SDK is as a compoaser package. Install using the command:
18+
19+
```
20+
composer require shotstack/shotstack-sdk-php
21+
```
22+
23+
## Documentation
24+
25+
- [Getting Started Guide](https://shotstack.gitbook.io/docs/guides/getting-started)
26+
- [API Reference](https://shotstack.restlet.io/)
27+
- [Examples](https://github.com/shotstack/php-demos)
28+
- [Shotstack Website](http://shotstack.io)
29+
30+
###

0 commit comments

Comments
 (0)