PHP Video Training Tutorials – 33 Hours
Here is a collection of over 33 hours of premium video tutorials on PHP by Pluralsight. In order to view the videos, you need to become a member of Pluralsight.
This is an example of custom php code on a computer screen. |
By Ron23545 – Dragonpoint Custom Software Developers, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=48764452 |
Background: PHP is a server-side scripting language. It is designed for web development, but it can also be used as a general-purpose programming language. Rasmus Lerdorf created PHP in 1994. Now, The PHP Group produces PHP. PHP was originally an acronym for Personal Home Page. However, it is now a recursive backronym PHP: Hypertext Preprocessor.
PHP code may be embedded into HTML code, or it can be used in combination with various web template systems, web content management systems and web frameworks. PHP code is most commonly processed by a PHP interpreter implemented as a module in the web server or as a Common Gateway Interface (CGI) executable. The web server combines the results of the interpreted and executed PHP code, which may be any type of data, including images, with the generated web page. PHP code can also be executed with a command-line interface (CLI), and it can be used to implement standalone graphical applications.
The Zend Engine powes the standard PHP interpreter. The Zend Engine is free software that is released under the PHP License. PHP has been widely ported and can be deployed on most web servers on almost every operating system and platform, free of charge.
A written formal specification for the PHP language came into being 2014. There have been increased efforts towards standardisation and code sharing in PHP applications by projects such as PHP-FIG in the form of PSR-initiatives as well as Composer dependency manager and the Packagist repository.
PHP
Series | Title | Date | Presenter | Min |
---|---|---|---|---|
What’s New in PHP 7 | What’s New in PHP 7 | 12/3/2015 | Christian Wenz | 91 |
Play by Play: Getting Started with Laravel 5 with Steven Maguire | Play by Play: Getting Started with Laravel 5 with Steven Maguire | 8/28/2015 | Steven Maguire | 117 |
Object-oriented PHP: Essential Constructs | Object-oriented PHP: Essential Constructs | 7/22/2015 | Daryl Wood | 122 |
Building a Site with AngularJS and PHP | Building a Site with AngularJS and PHP | 7/17/2015 | Christian Wenz | 170 |
Starting in Symfony2 | Starting in Symfony2 | 5/29/2015 | Ryan Weaver | 285 |
PHP: Get Started | PHP: Get Started | 2/5/2015 | Christian Wenz | 196 |
Play by Play: Test-Driven PHP with Chris Hartjes | Play by Play: Test-Driven PHP with Chris Hartjes | 6/12/2014 | Geoffrey Grosenbach | 119 |
Building PHP Applications with Zend Framework 2 | Building PHP Applications with Zend Framework 2 | 2/26/2014 | Dan Bunker | 191 |
Building Dynamic Websites with PHP and MySQL | Building Dynamic Websites with PHP and MySQL | 2/25/2014 | Chris Brown | 300 |
Introduction to PHP MVC with CakePHP | Introduction to PHP MVC with CakePHP | 11/26/2013 | Jill Gundersen | 240 |
Nginx and PHP Fundamentals | Nginx and PHP Fundamentals | 7/31/2013 | Elton Stoneman | 172 |
Total | 2003 |