codex / addon-git
The Git addon provides Codex the means to fetch documentation from Github/Bitbucket repositories.
Installs: 136
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 3
Open Issues: 0
Type:codex-addon
Requires
- codex/composer-plugin: ~2.0
- codex/core: 2.0.*
- sebwite/git: 1.0.*
This package is auto-updated.
Last update: 2024-05-27 06:36:18 UTC
README
Go to the main Codex repository.
The Git Hook provides Codex the means to communicate with Github/Bitbucket repositories. This allows:
- Documentation synchronisation from Github/Bitbucket repositories.
- Able to define a range of tags/versions and branches to sync.
- Webhook support! Auto-sync after push. It can even create the webhooks on git/bitbucket for you :).
- Can sync private repos. Tip: check
codex/addon-auth
for access control.
The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.
Documentation
Check out the official documentation.
License
Copyright (c) 2015 Robin Radic, MIT License