File tree 2 files changed +29
-0
lines changed
2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ checks :
2
+ php :
3
+ code_rating : true
4
+ remove_extra_empty_lines : true
5
+ remove_php_closing_tag : true
6
+ remove_trailing_whitespace : true
7
+ tools :
8
+ php_code_coverage : true
9
+ php_loc :
10
+ enabled : true
11
+ excluded_dirs : [vendor, tests]
12
+ php_cpd :
13
+ enabled : true
14
+ excluded_dirs : [vendor, tests]
15
+ filter :
16
+ excluded_paths : [tests, vendor]
17
+ build :
18
+ environment :
19
+ php :
20
+ version : 5.6
21
+ tests :
22
+ override :
23
+ -
24
+ command : ' ./vendor/bin/phpunit --coverage-clover=coverage.xml'
25
+ coverage :
26
+ file : ' coverage.xml'
27
+ format : ' php-clover'
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ API Plugin for CakePHP
5
5
[ ![ Downloads] ( https://poser.pugx.org/CakeDC/cakephp-api/d/total.png )] ( https://packagist.org/packages/CakeDC/cakephp-api )
6
6
[ ![ Latest Version] ( https://poser.pugx.org/CakeDC/cakephp-api/v/stable.png )] ( https://packagist.org/packages/CakeDC/cakephp-api )
7
7
[ ![ License] ( https://poser.pugx.org/CakeDC/cakephp-api/license.svg )] ( https://packagist.org/packages/CakeDC/cakephp-api )
8
+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/CakeDC/cakephp-api/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/CakeDC/cakephp-api/?branch=master )
9
+ [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/burzum/cakephp-middleware-auth/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/burzum/cakephp-middleware-auth/?branch=master )
8
10
9
11
The ** CakePHP-API** Plugin allows to easily expose a versioned API in a few lines of code.
10
12
You can’t perform that action at this time.
0 commit comments