# Contributing

Contributions are **welcome** and will be fully **credited**.

We accept contributions via Pull Requests on [LogMeIn GoToWebinar](https://github.com/dalpras/oauth2-gotowebinar).


## Running Tests

``` bash
./vendor/bin/phpunit
```


## Running PHP Code Sniffer

``` bash
./vendor/bin/phpcs src --standard=psr2 -sp
```

**Happy coding**!
