Object-Oriented Principles in PHP

Go to class
Write Review

Object-Oriented Principles in PHP provided by Laracasts is a comprehensive online course, which lasts for 1-2 hours worth of material. Object-Oriented Principles in PHP is taught by Jeffrey Way. Upon completion of the course, you can receive an e-certificate from Laracasts. The course is taught in Englishand is Paid Course. Visit the course page at Laracasts for detailed price information.

Overview
  • The typical beginner, whether they realize it or not, first learns procedural programming. But, before too long, they level up. Suddenly, an entirely different paradigm is introduced: object-oriented programming. Little do they know that they'll spend years researching and learning exactly what it means to work with objects and messages.

    In this series, you'll be introduced to the core principles of object-oriented programming in PHP. We'll begin with the basic constructs and work our way up.

Syllabus
    • Classes
    • Objects
    • Inheritance
    • Abstract Classes
    • Handshakes and Interfaces
    • Encapsulation
    • Object Composition and Abstractions
    • Value Objects and Mutability
    • Exceptions