File: README.md

package info (click to toggle)
php-datto-json-rpc-http 5.0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 236 kB
  • sloc: php: 513; makefile: 11
file content (24 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Examples

## Run the examples

Start in the project directory. Make sure you install the Composer dependencies:
```bash
composer install
```

Then, in a new terminal, start the example server (and leave it running):
```bash
php -S localhost:8080 examples/server.php
```

Now run the examples!
```bash
php examples/client.php
```


## Extend the examples

Start by looking in the "examples/src" directory. Then replace it all with your
project code.