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
- Host: GitHub
- URL: https://github.com/phramework/log-jsonapi
- Owner: phramework
- License: apache-2.0
- Created: 2016-01-06T19:55:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T18:48:07.000Z (about 10 years ago)
- Last Synced: 2024-04-27T17:03:39.305Z (almost 2 years ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
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
```