This is the GitHub Pages repository for the PHP: The Right Way project.
- This website is a Jekyll project.
- Each section and sub-section are a Markdown file in
_posts/
. - Sub-sections have
isChild: true
in their front matter. - The navigation and page structure are automatically generated.
PHP: The Right Way has web banner images you can use on your website. Show your support, and let new PHP developers know where to find good information!
You should read the CONTRIBUTING.md
file for precise instructions and tips. But, if you prefer a TL;DR:
- Fork and edit
- Optionally install Ruby with Jekyll gem to preview locally
- Submit pull request for consideration
- Use American English spelling (primary English repo only)
- Use four (4) spaces to indent text; do not use tabs.
- Wrap all text to 120 characters.
- Code samples should adhere to PSR-1 or higher.