artarts36 / git-handler
Git Handler
1.3.4
2023-03-03 14:39 UTC
Requires
- php: >=7.3
- artarts36/file-system-contracts: 0.2.0
- artarts36/local-file-system: ^0.1.1
- artarts36/shell-command: ^2.1.13
- artarts36/str: ^2.0.1
- guzzlehttp/psr7: ^1.8 | ^2
- psr/http-client: ^1.0
Requires (Dev)
- composer/package-versions-deprecated: 1.11.99.2
- guzzlehttp/guzzle: ^7.3
- infection/infection: ^0.18.2
- jetbrains/phpstorm-attributes: ^1.0
- phpdocumentor/reflection: ^5.3
- phpstan/phpstan: ^0.12.96
- phpunit/phpunit: ^9.3
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^3.5
- dev-master
- 1.x-dev
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- 0.x-dev
- 0.13.0
- 0.12.1
- 0.12.0
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.1
- 0.10.0
- 0.9.0
- 0.8.1
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- dev-context
- dev-add-mr-linter
- dev-1.x-dev
- dev-diff-configurator
- dev-logger-refactor
- dev-code-counts
- dev-1.x-doc-build-with-dev-commands
This package is auto-updated.
Last update: 2024-10-30 01:31:56 UTC
README
Description:
Tool for work with Git in PHP
Installation:
composer require artarts36/git-handler
Features
- Git Archive
- Git Attributes
- Git Backup (dump and restore git features)
- Git Branches
- Git Commits
- Git Config (set, get list, ...)
- Git Files
- Git Garbage Collector
- Git Grep
- Git Help
- Git Hooks
- Git Ignore Files (.gitignore)
- Git Index: (git add, git reset, git rm, ...)
- Git Init
- Git Log
- Git Merge
- Git Paths (info-path, html-path, man-path, ...)
- Git Pull
- Git Push
- Git Remote (add, show, remove, ...)
- Git Stash
- Git Status
- Git Submodule
- Git Tags
- Git Transactions
- Git fetch (git fetch, git fetch --all, ...)
- Download
Extensions
- artarts36/git-handler-remote - Work with git repository on remote server