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

https://github.com/phramework/log-jsonapi

JSON API models and controllers for accessing data created by system-log and query-log packages
https://github.com/phramework/log-jsonapi

Last synced: about 2 months ago
JSON representation

JSON API models and controllers for accessing data created by system-log and query-log packages

Awesome Lists containing this project

README

          

# query-log-jsonapi
Provides models and controllers based on jsonapi specification for query-log and system-log package

## Development
### Install

```bash
composer update
```

## Test
Test code for errors

```
composer test
```

## Lint code
Lint code using PSR-2 coding style

```
composer lint
```