Go! Aspect-Oriented Framework

Aspect-Oriented Programming in PHP.

Fork me on GitHub

Official Documentation

Welcome to the documentation! This is the place where you can find the official documentation developed and maintained by the Go! AOP PHP project.

Go! framework uses strict AOP: your describe aspects and advices in an easy-to-read classes, and Go! framework will intercept desired methods in your PHP application and weave advices in them. You do not need to change the source code of classes to use AOP, it’s the main idea of AOP framework: allow to dynamically modify methods of any class.

You can go directly to one of the most popular pages: