AOP Library for PHP can be used to implement Aspect Oriented Programming (AOP) by executing the code of classes that enable orthogonal aspects at run-time.The intention is to provide a means implement orthogonal aspects in separate classes that may be interesting add to the application, like logging, caching, transaction control, etc., without affecting the main business logic.AOP Library for PHP ...
License: Other Free / Open Source License
Added: 6 years, 7 months 19 days ago Updated: 6 years, 7 months 19 days ago