Vous êtes sur la page github du projet PHP: La bonne manière (en: The right way).
- Ce site web est un projet Jekyll.
- Chaque section et sous-section correspondent à un fichier Markdown se trouvant dans
_posts/
. - Les sous-sections possèdent
isChild: true
en début de fichier. - La navigation et la structure de la page sont automatiquement générés.
PHP: La bonne manière contient des bannières que vous pouvez utiliser sur votre site web. Montrez votre soutien et faites découvrir aux nouveaux développeurs PHP où trouver les infos pour bien débuter!
- 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.
- English
- [Catalan] (http://ca.phptherightway.com)
- Chinese
- [Japanese] (http://ja.phptherightway.com)
- [Korean] (http://wafe.github.io/php-the-right-way)
- [Italian] (http://it.phptherightway.com)
- Polish
- Portuguese
- [Russian] (http://getjump.github.io/ru-php-the-right-way)
- [Spanish] (http://es.phptherightway.com)
- Ukrainian
- Bulgarian
- [German] (http://rwetzlmayr.github.io/php-the-right-way)
- Turkish
If you are interested in translating PHP: The Right Way, fork this repo on GitHub and publish your localized fork to your own GitHub Pages account. We'll link to your translation from the primary document.
To avoid fragmentation and reader confusion, please choose one of these options:
- We link to your GitHub Pages fork with
[username].github.com/php-the-right-way
- We link to your GitHub Pages fork with a subdomain (e.g. "ru.phptherightway.com")
If you use a subdomain, enter the subdomain into the CNAME
file, and ask us to setup DNS for you. If you do not use a subdomain, remove the CNAME
file entirely else your fork will not build when pushed.
When your translation is ready, open an issue on the Issue Tracker to let us know.
There's been a lot of discussion lately about how the PHP community lacks sufficient, credible information for programmers new to PHP. This repository aims to solve this problem.
My name is Josh Lockhart. I'm the author of the Slim Framework, and I work for New Media Campaigns.
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License