https://github.com/diloabininyeri/aop
a basic aop library,Applies the cross-cutting-concerns technique,continues to be developed!!!
https://github.com/diloabininyeri/aop
aop aspect-oriented-programming autoloader cross-cut cross-cutting-concerns php
Last synced: 14 days ago
JSON representation
a basic aop library,Applies the cross-cutting-concerns technique,continues to be developed!!!
- Host: GitHub
- URL: https://github.com/diloabininyeri/aop
- Owner: diloabininyeri
- Created: 2025-03-12T06:03:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T05:27:08.000Z (about 1 year ago)
- Last Synced: 2025-12-29T23:23:55.605Z (4 months ago)
- Topics: aop, aspect-oriented-programming, autoloader, cross-cut, cross-cutting-concerns, php
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
### Aop
```php
forceReturn(Http::class, 'get', new Response()->json(['id' => 1]));
echo new Http()->get('www.google.com'); // {"id":1}
```
**
continues to be developed!!!
**