An open API service indexing awesome lists of open source software.

https://github.com/roundpartner/seq-php

PHP Integration for SEQ
https://github.com/roundpartner/seq-php

php

Last synced: 10 months ago
JSON representation

PHP Integration for SEQ

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/roundpartner/seq-php.svg?branch=master)](https://travis-ci.org/roundpartner/seq-php)
[![Coverage Status](https://coveralls.io/repos/github/roundpartner/seq-php/badge.svg?branch=master)](https://coveralls.io/github/roundpartner/seq-php?branch=master)
# SEQ PHP
PHP Integration for SEQ

```bash
composer require roundpartner/seq-php
```
## Clean code
```bash
./vendor/bin/phpcbf --standard=psr2 ./src ./tests
```

## Testing
```bash
vendor/bin/phpunit
```