1 of 7

Aspect Oriented Programming in PHP/Laravel

Savio Resende

@lotharthesavior

2 of 7

Summary

  • What is AOP
  • AOP vocabulary
  • Examples in PHP

3 of 7

What is AOP

4 of 7

5 of 7

6 of 7

AOP Vocabulary

  • Cross Cutting Concern
  • Advice
  • Pointcut
  • Aspect

7 of 7

Sample Applications

  1. GO AOP (https://github.com/goaop/framework)
  2. Swoft (https://swoft.io)
  3. Laravel (https://laravel.com)
    1. Package: https://github.com/ytake/Laravel-Aspect
    2. Sample Application: https://github.com/lotharthesavior/laravel-aop-example