sunaoka / php-documentor3-template-ja
phpDocumentor 3 Japanese templates
Installs: 225
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:Twig
Requires
- php: >=7.2.5||^8.0
Requires (Dev)
- phpdocumentor/phpdocumentor: ^3.0.0
This package is auto-updated.
Last update: 2024-10-28 14:26:22 UTC
README
This is a Japanese translation of the phpDocumentor (v3.x) template.
Installation
composer require --dev sunaoka/php-documentor3-template-ja
Usage
Using Phive
phive install --force-accept-unsigned phpDocumentor php tools/phpDocumentor \ -d src \ -t output --template vendor/sunaoka/php-documentor3-template-ja/default-ja
Using the PHAR
curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.1.0/phpDocumentor.phar php phpDocumentor.phar \ -d src \ -t output --template vendor/sunaoka/php-documentor3-template-ja/default-ja
Via Docker
docker run --rm -v $(pwd):/data phpdoc/phpdoc \
-d src \
-t output \
--template /data/vendor/sunaoka/php-documentor3-template-ja/default-ja
Via Composer (not recommended)
composer require --dev phpdocumentor/phpdocumentor vendor/bin/phpdoc \ -d src \ -t output \ --template vendor/sunaoka/php-documentor3-template-ja/default-ja