johninamillion / php-git
There is no license information available for the latest version (0.1.0) of this package.
A lightweight PHP wrapper for common Git CLI commands.
0.1.0
2025-09-25 20:55 UTC
Requires
- php: ^8.2
- ext-curl: *
- symfony/console: ^6.2|^7.0
- symfony/process: ^6.2|^7.0
Requires (Dev)
- johninamillion/php-code-styles: ^0.1.3
- phpunit/phpunit: ^12.0
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2025-09-27 20:52:03 UTC
README
Table of Contents
Installation
You can install the package via Composer:
composer require --dev johninamillion/php-git
Development
Analyze Code
To analyze your code for potential issues, you can run phpstan:
composer code:analyse
Apply Code-Styles
To ensure your code adheres to the coding standards, you can run the php-cs-fixer.
composer code:format
Get open tasks
To get a list of open tasks noticed in comments, run:
composer todo
Run Tests
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
License
This package is licensed under the MIT License. See the LICENSE file for more details.
All Glory To God - The Father, The Son, and The Holy Spirit.