Skip to content

chEbba/chEAop-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 ;)

About

Just the PHP AOP proof of concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages