Skip to content

Latest commit

 

History

History
72 lines (40 loc) · 2.4 KB

PHP-The-Right-Way-and-related.md

File metadata and controls

72 lines (40 loc) · 2.4 KB

PHP

Marvelous language from the 20th century.

a great PHP overview

Do your homework.

Please read the whole page.

A shorter version of the last 2 links: "Best Practices for Modern PHP Development"

SOLID PHP

Please understand this : First 5 Principles of Object Oriented Design

In-depth related readings:

Scope:

  • list the concepts & tools you already know well
  • list the concepts & tools you need to learn
  • being able to boot up a LAMP environment from a VagrantFile
  • being able to use composer.json conf file
  • being able to write tests
  • being able to understand & use PSR

Discover each tool listed.

Scope

Being able to understand the interest of each of them & choose the right tool

"PHP Underestimated Awesomeness"

A curated list of amazingly awesome PHP libraries, resources and shiny things, on Github.

Debug PHP

PHP Testing Frameworks articles

Php Strangeness

The wrong way