powderblue / git-utils
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 634
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.4|^8.1.3
Requires (Dev)
- danbettles/codesniffer-standard: ^2.0
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2023-07-21 16:26:31 UTC
README
Simple tools for working with Git in PHP.
Class Gitignore
Use to add patterns to a gitignore file.
Among others, provides methods to insert/append one/more patterns.
@todo
- Sanity-check the append, and the insert, logic.
- Either: extract file-handling from
Gitignore
; or do not automatically mutate the loaded file.