mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-18 19:41:15 +02:00
54 lines
2.5 KiB
Markdown
54 lines
2.5 KiB
Markdown
# Welcome
|
|
|
|
There's a lot of outdated information on the Web that leads new PHP users astray,
|
|
propagating bad practices and insecure code. _PHP: The Right Way_ is an easy-to-read,
|
|
quick reference for PHP popular coding standards, links to authoritative tutorials
|
|
around the Web, and what the contributors consider to be best practices at present.
|
|
|
|
_There is no canonical way to use PHP_. This website aims to introduce new PHP
|
|
developers to some topics which they may not discover until it is too late, and aims
|
|
to give seasoned pros some fresh ideas on those topics they've been doing for years
|
|
without ever reconsidering. This website will also not tell you which tools to use, but
|
|
instead offer suggestions for multiple options, when possible explaining the differences
|
|
in approach and use-case.
|
|
|
|
This is a living document and will continue to be updated with more helpful information
|
|
and examples as they become available.
|
|
|
|
## Translations
|
|
|
|
_PHP: The Right Way_ is translated into many different languages:
|
|
|
|
* [English](https://www.phptherightway.com)
|
|
* [Español](https://phpdevenezuela.github.io/php-the-right-way)
|
|
* [Français](https://eilgin.github.io/php-the-right-way/)
|
|
* [Indonesia](https://id.phptherightway.com)
|
|
* [Italiano](https://it.phptherightway.com)
|
|
* [Polski](https://pl.phptherightway.com)
|
|
* [Português do Brasil](https://br.phptherightway.com)
|
|
* [Română](https://bgui.github.io/php-the-right-way/)
|
|
* [Slovenščina](https://sl.phptherightway.com)
|
|
* [Srpski](https://phpsrbija.github.io/php-the-right-way/)
|
|
* [Türkçe](https://hkulekci.github.io/php-the-right-way/)
|
|
* [български](https://bg.phptherightway.com)
|
|
* [Русский язык](https://getjump.github.io/ru-php-the-right-way)
|
|
* [Українська](https://iflista.github.io/php-the-right-way/)
|
|
* [العربية](https://adaroobi.github.io/php-the-right-way/)
|
|
* [فارسى](https://novid.github.io/php-the-right-way/)
|
|
* [ภาษาไทย](https://apzentral.github.io/php-the-right-way/)
|
|
* [한국어판](https://modernpug.github.io/php-the-right-way)
|
|
* [日本語](https://ja.phptherightway.com)
|
|
* [简体中文](https://laravel-china.github.io/php-the-right-way/)
|
|
* [繁體中文](https://laravel-taiwan.github.io/php-the-right-way)
|
|
|
|
## Book
|
|
|
|
The most recent version of _PHP: The Right Way_ is also available in PDF, EPUB and MOBI formats. [Go to Leanpub][1]
|
|
|
|
## How to Contribute
|
|
|
|
Help make this website the best resource for new PHP programmers! [Contribute on GitHub][2]
|
|
|
|
[1]: https://leanpub.com/phptherightway
|
|
[2]: https://github.com/codeguy/php-the-right-way/tree/gh-pages
|