Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.08 KB

Learn-PHP

I have gotten over 7 request in the last 3 days from friends for online resources where they can start learning PHP. I decided to put this list together as a reference point for future request. Everyone is free to contribute to this list.

Requirement

You need to have a basic knowledge of HTML and CSS.

Beginners

  1. PHP Manual and Tutorial http://php.net/manual/en/index.php, https://secure.php.net/manual/en/tutorial.php
  2. W3Schools - http://www.w3schools.com/php/default.asp
  3. Code Cademy PHP Tracks - https://www.codecademy.com/learn/php
  4. PHP The Right Way - http://www.phptherightway.com/
  5. Killer PHP - http://www.killerphp.com/php-videos/
  6. Laracasts - https://laracasts.com/skills/php
  7. PHP Enthusiast - http://phpenthusiast.com/
  8. PHP School - https://www.phpschool.io/
  9. Awesome PHP - https://github.com/ziadoz/awesome-php

Advanced