docit / github-hook
GitHub hook for Docit.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/docit/github-hook
Requires
- php: >=5.5.9
 - docit/core: 1.0.*
 - docit/support: 1.0.*
 - graham-campbell/github: ~4.0
 - potherca/flysystem-github: 0.2.*
 - vierbergenlars/php-semver: 3.0.*
 
This package is not auto-updated.
Last update: 2025-10-26 01:27:37 UTC
README
The Phpdoc Hook provides Docit the means to parse the phpdoc generated xml file and display it in a user-friendly way:
Installation
- 
Add to composer
composer require docit/phpdoc-hook - 
Add service provider
Docit\Hooks\Phpdoc\HookServiceProvider::class - 
Publish and configure the configuration file
php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=config - 
Publish the asset files
php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=public - 
Publish the view files (optional)
php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=views