Libraries tagged by aspect programming
ahmadvoid/simple-aop
188 Downloads
A Simple AOP (Aspect Oriented Programming) implementation provide ability to make aspect which applied on controller methods, by taking advantage of #[Attributes] syntax in PHP 8
adgoal/goaop-framework
216 Downloads
Framework for aspect-oriented programming in PHP.
yousafsyed/algorithms
19 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.
rodrigovr/php-aop-cache
0 Downloads
Cache method calls using Aspect-Oriented Programming techniques.
lonesoft/php-aop
9 Downloads
Aspect Oriented Programming for PHP
jost125/koala-php-aop
3 Downloads
Aspect-oriented programming library
phayne-io/phunctional
17 Downloads
Phunctional is a little library that tries to bring to PHP some aspects of functional programing with util high order functions and functions for manage iterables.