ork/core

Core bits of the Ork toolset.

2.0.0 2023-04-28 19:39 UTC

README

Core bits of the Ork toolset.

Latest Version PHP License PHPStan Workflow Status Code Coverage

Requirements

  • PHP 8.0
  • PHP 8.1
  • PHP 8.2

Installation

Via command line

composer require ork/core

Via composer.json

"require": {
    "ork/core": "*"
},

Documentation

See the docs directory.

Development

Coding Style Validation

Coding style validation is performed by PHP CodeSniffer. A composer alias is provided to run the validation.

composer phpcs

Static Analysis

Static analysis is performed by PHPStan. A composer alias is provided to run the analysis.

composer phpstan

Unit Testing

Unit testing is performed by PHPUnit. A composer alias is provided to run the tests.

composer test