https://github.com/drager/kagu
https://github.com/drager/kagu
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drager/kagu
- Owner: drager
- Created: 2014-11-25T17:31:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-30T00:18:21.000Z (about 11 years ago)
- Last Synced: 2025-03-20T17:52:50.253Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kagu
======
PHP things for humans.
[](https://travis-ci.org/drager/kagu)
[](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