File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
> This project is no longer maintained and our API has changed.
2
2
> Please see our current API docs here: http://app.streamsend.com/docs/api/index.html
3
3
4
- = StreamSend PHP API
4
+ # StreamSend PHP API
5
5
6
6
A set of classes for interacting with the StreamSend XML API
7
7
8
- === Dependencies
8
+ ### Dependencies
9
9
10
10
* PHP 4.x, 5.x
11
11
12
- == Usage
12
+ ### Usage
13
13
14
14
To use the classes, simply require <tt >src/streamsend.php</tt > in your code.
15
15
Also, you must define two constants for your username and password so that
16
16
you can properly authenticate with the API:
17
17
18
+ ``` php
18
19
require_once 'streamsend-php/src/streamsend.php';
19
20
20
21
define('STREAMSEND_USERNAME', 'abc');
21
22
define('STREAMSEND_PASSWORD', '123');
23
+ ```
22
24
23
- == Documentation
25
+ ### Documentation
24
26
25
27
Documentation for the PHP classes is available at http://wiki.github.com/streamsend/streamsend-php .
26
28
27
- Documentation for the StreamSend XML API is available at
29
+ Documentation for the StreamSend XML API is available at
28
30
http://app.streamsend.com/docs/api/index.html .
29
31
30
- == License
32
+ ### License
31
33
32
34
The StreamSend PHP API is released under the MIT license.
You can’t perform that action at this time.
0 commit comments