# Examples

**Attention**, when executing these commands, you must be in the root of the project.

## Project setup
```
composer install
```

### Run example as phpunit test
```
php vendor/phpunit/phpunit/phpunit examples
```
