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.
- Host: GitHub
- URL: https://github.com/afaur/php-aspect-example
- Owner: afaur
- Created: 2017-06-06T21:13:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T05:59:32.000Z (about 9 years ago)
- Last Synced: 2025-02-12T13:56:45.155Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```