Skip to content

Commit

Permalink
Auto Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfriedmann committed Jan 11, 2016
1 parent e9f6f62 commit eda37d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Ziggeo PHP Server SDK

# Ziggeo PHP Server SDK 0.0.6

Ziggeo API (http://ziggeo.com) allows you to integrate video recording and playback with only
two lines of code in your site, service or app. This is the PHP Server SDK repository.
Expand All @@ -12,8 +11,8 @@ Pull requests welcome.
For the client-side integration, you need to add these assets to your html file:

```html
<link rel="stylesheet" href="//assets-cdn.ziggeo.com/css/ziggeo-v1.css" />
<script src="//assets-csn.ziggeo.com/js/ziggeo-v1.js"></script>
<link rel="stylesheet" href="//assets-cdn.ziggeo.com/v1-latest/ziggeo.css" />
<script src="//assets-cdn.ziggeo.com/v1-latest/ziggeo.js"></script>
```

Then, you need to specify your api token:
Expand All @@ -23,7 +22,7 @@ Then, you need to specify your api token:
</script>
```

You can specify other global options, [see here](http://ziggeo.com/docs#client-integration-header).
You can specify other global options, [see here](http://ziggeo.com/docs).

To fire up a recorder on your page, add:
```html
Expand Down Expand Up @@ -312,6 +311,6 @@ Arguments

## License

Copyright (c) 2013-2015 Ziggeo
Copyright (c) 2013-2016 Ziggeo

Apache 2.0 License
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "ziggeo/ziggeophpsdk",
"description": "Ziggeo API (http://ziggeo.com) allows you to integrate video recording and playback with only two lines of code in your site, service or app.",
"version": "0.0.6",
"license": "Apache-2.0",
"require" : {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "Ziggeo": "" }
}
}

0 comments on commit eda37d5

Please sign in to comment.