There is a Go framework ! Aspect-Oriented Framework for PHP
And this is done in simple PHP, it does not require any extensions of PECL and DI containers.
What else can be integrated with any existing PHP frameworks and libraries (with or without additional configuration).
And there are no pointcut runtime checks, there is no parsing of annotations at runtime, no evals and __call methods, no slow proxies and call_user_func_array (). Fast bootstrap process (2-20 ms) and call recommendations.
So, I am very impressed, but what I want to know is how it works?
These items that I have listed here ...
I looked at github and the official site and some other articles, but could not find any specific information on how this works (in general and in particular).
I so want to know how it works? How is this implemented?
source share