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
- Host: GitHub
- URL: https://github.com/roundpartner/seq-php
- Owner: roundpartner
- License: mit
- Created: 2017-09-02T16:52:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T13:05:40.000Z (almost 3 years ago)
- Last Synced: 2025-03-03T01:31:47.750Z (over 1 year ago)
- Topics: php
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/roundpartner/seq-php)
[](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
```