Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.75 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.75 KB

Accounting

Latest Stable Version Total Downloads Build status Mutation testing badge static analysis

The package provide accounting system.

Installation

The package could be installed with composer:

composer require vjik/accounting --prefer-dist

General usage

Testing

Unit testing

The package is tested with PHPUnit. To run tests:

./vendor/bin/phpunit

Mutation testing

The package tests are checked with Infection mutation framework with Infection Static Analysis Plugin. To run it:

./vendor/bin/roave-infection-static-analysis-plugin

Static analysis

The code is statically analyzed with Psalm. To run static analysis:

./vendor/bin/psalm

License

The Accounting is free software. It is released under the terms of the BSD License. Please see LICENSE for more information.