Libraries tagged by decorator-pattern
imanghafoori/laravel-decorator
10078 Downloads
A package to easily decorate your function calls.
igaster/eloquent-decorator
6307 Downloads
A simple Trait that implements the Decorator pattern on Laravel eloquent models.
hejunjie/cache
273 Downloads
基于装饰器模式实现的多层缓存系统,支持内存、文件、本地与远程缓存组合,提升缓存命中率,简化缓存管理逻辑 | A layered caching system built with the decorator pattern. Supports combining memory, file, local, and remote caches to improve hit rates and simplify cache logic.
siriusphp/stratum
5 Downloads
General purpose library that allows extending the functionality of your objects through a decorator-like mechanism
phpnomad/decorator
41 Downloads
Assists with implementing decorator patterns.
drinks-it/pixi-api
7496 Downloads
A simple decorator pattern over the native soap client in PHP to make it easier to work with.
mehradsadeghi/laravel-decorator
4 Downloads
Decorate and extend functionalities of methods without causing any break to the existing codebase.
strakez/entity-decorator-api
18 Downloads
Implements a decorator pattern to access and customize typed access to an entity's properties and methods
maxcal/wordpress-decorators
20 Downloads
Decorator pattern objects for WordPress
c01l/phpdecorator-memo
5 Downloads
Memoization for PHP methods using a Python style Decorator pattern.