All Projects → eilgin → php-the-right-way

eilgin / php-the-right-way

Licence: other
La version française de "PHP: The Right Way" qui est un condensé des meilleures pratiques sur le développement PHP (conventions, liens vers les tutoriels qui font référence, etc)

Projects that are alternatives of or similar to php-the-right-way

Nginx Admins Handbook
How to improve NGINX performance, security, and other important things.
Stars: ✭ 12,463 (+24337.25%)
Mutual labels:  reference, best-practices
Front-End-Checklist
🗂 Modern sitelerin titiz geliştiricileri için Front-End Checklist
Stars: ✭ 251 (+392.16%)
Mutual labels:  reference
neo-csharpcoe
.NET Blockchain C# Developers Center of Excellence
Stars: ✭ 13 (-74.51%)
Mutual labels:  best-practices
gof design patterns
GoF Design Patterns implemented in modern C++.
Stars: ✭ 21 (-58.82%)
Mutual labels:  best-practices
common-coding-conventions
A concise and universal guide to clear software design.
Stars: ✭ 306 (+500%)
Mutual labels:  best-practices
Front-End-Checklist
🗂 O Front-End Checklist perfeito para websites modernos e desenvolvedores meticulosos
Stars: ✭ 157 (+207.84%)
Mutual labels:  reference
accessibility-guide
Client friendly accessibility guide
Stars: ✭ 15 (-70.59%)
Mutual labels:  best-practices
LangageLinotte
Code source officiel du langage de programmation Linotte - Langage de programmation en français simple créé dans le but de permettre aux enfants et aux personnes n'ayant pas une connaissance approfondie de l’informatique d’apprendre la programmation facilement.
Stars: ✭ 29 (-43.14%)
Mutual labels:  francais
talk-dev-to-me-twitch
This repo is a collection of code samples and links to previous twitch live stream sessions. If you have any ideas or suggestions for future episodes, feel free to open an issue.
Stars: ✭ 118 (+131.37%)
Mutual labels:  best-practices
dx-scanner
CLI tool that allows you to measure quality of a team work and an app based on your source code.
Stars: ✭ 79 (+54.9%)
Mutual labels:  best-practices
ASP.NET-Core-Web-API-Best-Practices-Guide
ASP.NET Core Web API Best Practices Guide
Stars: ✭ 62 (+21.57%)
Mutual labels:  best-practices
Django-on-Docker
Use Django with Docker. Related code for the post--->
Stars: ✭ 40 (-21.57%)
Mutual labels:  reference
a11y-contracting
Building Accessibility Best Practices into Contracting
Stars: ✭ 43 (-15.69%)
Mutual labels:  best-practices
abap-best-practice
A list of common principles of clean ABAP development
Stars: ✭ 69 (+35.29%)
Mutual labels:  best-practices
command-line-quick-reference
quick reference on command line tools and techniques for the people with limited time
Stars: ✭ 331 (+549.02%)
Mutual labels:  reference
enterprise-angular-seed
Angular CLI based seed application incorporating many best practices typically needed in Enterprise apps.
Stars: ✭ 62 (+21.57%)
Mutual labels:  best-practices
go-interfaces
This repos has lots of Go interface usage and best practice examples
Stars: ✭ 112 (+119.61%)
Mutual labels:  best-practices
best-practices
Unosquare Labs Best Practices
Stars: ✭ 19 (-62.75%)
Mutual labels:  best-practices
SmartReplace
Unity plug-in for replacing scene objects while keeping their references.
Stars: ✭ 50 (-1.96%)
Mutual labels:  reference
easy-web-reference-chrome-extension
You can point specific points on any web page on the internet. The reference link was created will directly copy your clipboard. Thus you can share easily the ref link!
Stars: ✭ 22 (-56.86%)
Mutual labels:  reference

PHP: La bonne manière

Vue d'ensemble

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ées.

Faites passer le mot !

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!

Voir les images

How to Contribute

  1. Fork and edit
  2. Optionally install Ruby with Jekyll gem to preview locally
  3. Submit pull request for consideration

Contributor Style Guide

  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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].