You can install the package via Composer:
composer require --dev johninamillion/php-git
To analyze your code for potential issues, you can run phpstan:
composer code:analyse
To ensure your code adheres to the coding standards, you can run the php-cs-fixer.
composer code:format
To get a list of open tasks noticed in comments, run:
composer todo
To run the tests, make sure you have installed phpunit within the dev dependencies and then run:
composer test
Check the Test Coverage:
composer test:coverage
This package is licensed under the MIT License. See the LICENSE file for more details.