Please refer to the contribution guidelines and the README file within the doc-base repository for details on how to contribute to PHP's documentation.
The PHP manual is available at php.net/docs.
For information related to creating this setup, see the contribution guidelines or this page on our documentation website.
- Install Docker (If the
doc-base
orphd
repositories are available in directories to the adjacent to this directory, those will be used for building.To force the Docker image used for building to itself be rebuilt, you can run
make -B build
, otherwise theMakefile
will only build it if does not already exist.You can also build the
web
version of the documentation withmake php
and the output will be placed in output/php-webFor the translations of this documentation, see:
- Brazilian Portuguese (doc-pt_br)
- Chinese (Simplified) (doc-zh)
- English (doc-en)
- French (doc-fr)
- German (doc-de)
- Italian (doc-it)
- Japanese (doc-ja)
- Polish (doc-pl)
- Romanian (doc-ro)
- Russian (doc-ru)
- Spanish (doc-es)
- Turkish (doc-tr)
- Ukrainian (doc-uk)
For more information on the various repositories that make up PHP's documentation pipeline, see this overview.