Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 557 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 557 Bytes

chEAop preview

Description

For now it's only a Proof of Concept using Aspect Oriented Programming in PHP.

Base parts

  1. Inject extra code to existed classes (Proxy classes)
  2. Made any object injectable (IoC container)
  3. Common framework for adding extra code (AOP)

How to use

Look at the demos folder

  • config.xml - IoC configuration
  • test.php - Test script

Create and make writable demos/proxy, run php test.php

How it works

Look at source ;)