A pdf can be downloaded here: <a href="https://bryanhoffman.github.io/PHP-For-The-Web--Enough-to-be-Dangerous-by-Bryan-Hoffman.pdf" rel="nofollow">https://bryanhoffman.github.io/PHP-For-The-Web--Enough-to-be...</a><p>My Process and Tools: I started by writing in plain text with vim. I found [bookdown](<a href="https://bookdown.org/" rel="nofollow">https://bookdown.org/</a>) and I had some prior experience with R so I decided to try it out. Using bookdown, it turned out I didn't have to use any R at all. I used [Rstudio's bookdown-demo repo](<a href="https://github.com/rstudio/bookdown-demo" rel="nofollow">https://github.com/rstudio/bookdown-demo</a>) to get started right away. I converted my txt into Rmd files in Rstudio and used the console to build html and pdf files of the book. The html files use a git-book format. LaTeX is necessary for the pdf generation, and can be used in the .Rmd files but I didn't need this ability for this text.