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

https://github.com/drager/kagu


https://github.com/drager/kagu

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Kagu
======
PHP things for humans.

[![Build Status](https://travis-ci.org/drager/kagu.svg?branch=master)](https://travis-ci.org/drager/kagu)

[![Coverage Status](https://img.shields.io/coveralls/drager/kagu.svg)](https://coveralls.io/r/drager/kagu)

## Documentation
Read below for some documentation, there are more documentation
[here](https://github.com/drager/kagu/tree/master/docs) as well.

## Dependencies

PHP Version 5.4, 5.5, 5.6

## Tests

The tests are located at `path/to/kagu/tests/`

### Run tests

To run the tests just locate to `path/to/kagu/` and type `vendor/bin/phpunit tests/`

### Test/Code coverage

To get code coverage simply locate to `path/to/kagu/` and type
`vendor/bin/phpunit --coverage-html ./report tests/` and PHPUnit will generate a report for you.

### Travis
Continuous Integration using Travis CI can be found at
https://travis-ci.org/drager/kagu

### Coveralls
Code coverage using Coveralls can be found at
https://coveralls.io/r/drager/kagu