/php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web

Primary LanguageJavaScriptOtherNOASSERTION

PHP: The Right Way

Vue d'ensemble

Page Github en Français pour le projet PHP: The Right Way .

  • Ce site internet est un projet Jekyll.
  • Chaque section et sous-section sont un fichier Markdown dans _posts/.
  • Les sous-sections ont isChild: true en début de fichier.
  • La navigation et la structure des pages sont automatiquement générées.

Faites passer le mot !

PHP: The Right Way dispose de bannières que vous pouvez utiliser sur votre site internet. Montrez votre support et laissez les nouveaux développeurs PHP savoir où trouver la bonne information !

Voir les bannières

Comment contribuer

  1. Fork et edit
  2. Optionnellement installer Ruby avec la gem Jekyll pour prévisualier localement
  3. Envoyer votre pull request

Guide du Contributeur

  1. Use American English spelling (primary English repo only)
  2. Use four (4) spaces to indent text; do not use tabs.
  3. Wrap all text to 120 characters.
  4. Code samples should adhere to PSR-1 or higher.

Where

http://www.phptherightway.com

Translations

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:

  1. We link to your GitHub Pages fork with [username].github.com/php-the-right-way
  2. 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.

Why

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.

Who

My name is Josh Lockhart. I'm the author of the Slim Framework, and I work for New Media Campaigns.

Collaborators

License

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License