Tom Wrightblog.decodelabs.com·Oct 21, 2022Development log - 2022/42Stash A new addition to DecodeLabs this week, Stash brings a comprehensive caching system to the ecosystem. Implementing both PSR-6 Cache and PSR-16 Simple Cache standard interfaces, Stash provides simple and flexible means to store volatile data qui...Dev log recapsDecodeLabs Stash
Tom Wrightblog.decodelabs.com·Oct 11, 2022Introducing: DecodeLabs ArchetypeArchetype aims to solve a common but surprisingly complex problem when building libraries and frameworks: resolving classes from simple name strings. A fundamental aspect of object oriented programming revolves around the concept of implementing int...Introducing...DecodeLabs Archetype