Libraries tagged by aspect programming
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.
tourze/symfony-aop-lock-bundle
473 Downloads
A lightweight Symfony bundle providing declarative distributed locking based on AOP (Aspect-Oriented Programming). Easily add locking logic to your methods using attributes, enabling safe concurrency control in distributed environments.
rodrigovr/php-aop-cache
0 Downloads
Cache method calls using Aspect-Oriented Programming techniques.
rindow/rindow-aop
284 Downloads
Support Aspect-Oriented Programming
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.