Library PHP Tek 2023 Laravel Pipelines: Keeping Data Transformations Clean
Laravel Pipelines: Keeping Data Transformations Clean

Log in to watch this talk

You need to be logged in to access this video. If you don't have an account, purchase a virtual pass for the latest php[tek] conference to get access to the full video library.

Laravel Pipelines: Keeping Data Transformations Clean

Terry Matula Terry Matula PHP Tek 2023 Intermediate (some prior knowledge necessary) Standard (50 minutes)

There are multiple ways to filter and transform data in PHP, either as procedural code in a single method or one of the many design patterns we could choose from. In this session, we’ll cover how to use Laravel Pipelines to transform our data and trigger other processes. This will allow us to write distinct, testable classes that we can use in multiple parts of our code.