phore / vcs
Wrapper for git
Installs: 1 164
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:Shell
Requires
- php: >=7.2
- ext-json: *
- ext-yaml: *
- phore/core: *
- phore/filesystem: *
- phore/objectstore: *
- phore/system: *
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-05 10:08:34 UTC
README
Cloning Methods
- http: Available for read-only public repositories
- ssh: Public key needs to be added as deployment-key
Config options
The configuration of the authentication can be done directly in the url params:
SSH example
git@git.host.de/path/to/git?ssh_priv_key_file=/mnt/some/key
HTTPS example
https://path/to/git?auth_user=username&auth_pass=somepass