Dependency Injection and the art of services and containers

Go to class
Write Review

Dependency Injection and the art of services and containers provided by SymfonyCasts is a comprehensive online course, which lasts for Less than 1 hour of material. Dependency Injection and the art of services and containers is taught by Ryan Weaver. Upon completion of the course, you can receive an e-certificate from SymfonyCasts. The course is taught in Englishand is Paid Course. Visit the course page at SymfonyCasts for detailed price information.

Overview
  • Get your object-oriented skills sharp by exploring the ideas and reasons behind dependency injection. This simple principle separates developers who write functional code from those that are able to build great, and maintanable applications. In this tutorial, we'll see dependency injection in action, why it's important, and how it relates to services and service-oriented architecture. We'll also refactor our application to use a dependency injection container, using a fantastic - but simple - container called Pimple.If you're ready to take your object-oriented code to the next level, AND actually be excited about doing it, this tutorial is for you!

Syllabus
    • 01. Dependency Injection
    • 02. Services and Dependency Injection
    • 03. Injecting Config & Services and using Interfaces
    • 04. Dependency Injection Container
    • 05. A Container in your Project