An open API service indexing awesome lists of open source software.

https://github.com/afaur/php-aspect-example

Example of AOP in php.
https://github.com/afaur/php-aspect-example

Last synced: about 1 year ago
JSON representation

Example of AOP in php.

Awesome Lists containing this project

README

          

# Details
Simple example of AOP in php.

# Based on
See https://gist.github.com/afaur/3abf419a876c170560c1e0b16a6d179e for a basic example.

# Requirements
PHP 5.6.30

# Running
```
make run
```