In the new version 2. * there is no such pdf-template yet.
there is only http://www.phpdoc.org/templates
template selection
phpdoc --template="clean" --template="checkstyle" -d .
----------------------------------------------- --- ---------
BTW I am using an older version (1.4.4) which I wanted to save in pdf.
phpdoc -o PDF:default:default -t ./docs -d ./
But created a bad document. Version 1.4.4 may not work with PHP 5.5.11 in the PDF release.
I was able to generate only HTML in version 1.4.4.
phpdoc -o HTML:frames:earthli -t ./docs -d ./
So, I returned to version 2 * and waited for the pdf-template.
source share