mwesterink / servicechecks
Just a repo for testing online tools such as travis, codacy, scrutinizer and so on
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mwesterink/servicechecks
Requires
- php: >=5.5.0
Requires (Dev)
- jakub-onderka/php-parallel-lint: ^1.0
- phpunit/phpunit: ^6.5
- squizlabs/php_codesniffer: ^3.2
This package is not auto-updated.
Last update: 2025-10-02 00:35:24 UTC
README
Installation
To install the SDK, simply use Composer:
composer require mwesterink/ServiceChecks
Requirements
- PHP ^7.0
Dependencies
- PHP_Codesniffer is used to inspect the code
- php-parallel-lint check syntax of PHP files faster than serial check
- phpunit/phpunit phpunit for testing